    .style1 {
	    font-size: 14px;
	    color: #FFFFFF;
    }
    .style5 {
	    font-size: 14px;
	    color: #000000;
    }
    .style7 {font-size: 14px; color: #FE5105; font-weight: bold; }
    .style8 {
	    font-size: 24px;
	    color: #FE5105;
	    font-weight: bold;
    }
    .style10 {font-size: 12px; color: #FFFFFF; }
    .style11 {color: #FE5105; font-size: 14px;}
    
    #picshow_all 
    {
		width: 592px;
	}
    #picshow_main 
    {
		width: 435px;
		height: 220px;
		float: left;
    }
    #picshow_main img 
    {
		width: 435px;
		height: 220px;
    }    
    #picshow_list 
    {
		width: 157px;
		height: 220px;
		float: right;
	}
	#picshow_list li 
	{
		height: 73px;
	}
	#picshow_list li img 
	{
		width: 120px;
		height: 54px;
		margin-top: 8px;
		float: left;
	}
	#picshow_list li span 
	{
		width: 28px;
		height: 24px;
		line-height: 24px;
		font-family: "ËÎÌå";
		font-size: 24px;
	    color: #FFFFFF;
	    font-weight: bold;
	    margin: 24px 4px 0 5px;
	    float: left;
	}
	#picshow_list .picshow_list_cur span 
	{
		color: #FE5105;
	}