/* about style */
	
.picbox li{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;}
	
.picbox img{
	border:0px;
	font-size:0px;}
	
.picbox a{
	text-decoration:none;
	color:#666666;}

.picbox a:hover{
	text-decoration:none;
	color:#FF0000;}
	
.picbox .float_left{ float:left;}

.picbox .float_right{ float:right;}

.picbox .del_float{ clear:both;}

/* box */
.picbox
{
	
	line-height:20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 auto;
	color:#666666;
	width:560px;	
	}
	
	/* box title */
	.picbox .title
	{		
		margin-left:-50px;
		margin-bottom:20px;
		width:530px;
	}
		
	.picbox .title ul{ width:530px;}
	
	.picbox .title ul li{ margin:0px 3px; float:left; display:inline;}
	
	.picbox .title ul li img{ cursor:pointer;}
	
	.picbox .title ul .wenzi{ color:#FF0000;}
		
	.picbox .title .right_input{ float:right;}	
	
	/* box big img */
	.picbox .img
	{		
		border:1px solid #FFF;
		border-right:none;
		border-left:none;
		background:#F4F4F4;
		width:520px;
		padding:8px 20px;
		overflow:hidden;
		cursor:pointer;
		text-align:center;}
		
	.picbox .img img{
    max-width: 100px; max-height: 100px; width: expression(this.width >520 && this.height < this.width ?520: true); height: expression(this.height > 520 ? 520: true);
    max-height :520px;
    max-width  : 520px;}
	
	/* box small img */
	.picbox .small_img{
		width:540px;
		padding:6px 10px;
		text-align:left;
		background:#eee;
		position:relative;
		}
		
	.picbox .small_img ul{
		width:510px;
		margin:0px 4px;
		float:left; 
		display:inline;}
		
		
	.small_img ul{ padding:0px 4px;}
		
	
		
	.picbox .small_img ul li img
	{
		max-width: 100px;
		max-height: 100px;
		cursor:pointer;
		width: expression(this.width >100 && this.height < this.width ?100: true); 
		height: expression(this.height > 100 ? 100: true);
		-moz-opacity:0.5; 
		filter:alpha(opacity=50);
		border:1px solid #CCC;	
		padding:0px;	
		float:left;	
	} 
	
	.picbox .small_img ul li .img1{
		max-width: 100px;
		max-height: 100px;
		cursor:pointer;
		width: expression(this.width >100 && this.height < this.width ?100: true); 
		height: expression(this.height > 100 ? 100: true);
		-moz-opacity:1; 
		filter:alpha(opacity=100);
		}
		
	.picbox .small_img .img_left,.picbox .small_img .img_right{
		width:11px;
		height:43px;
		margin-top:10px;
		display:inline;
		overflow:hidden;
		cursor:pointer;
		}
		
	.picbox .small_img .img_left,.picbox .small_img .img_right
	{
		position:absolute;
		top:50%;
		height:100px;
		margin-top:-25px;/*height * 1/4*/
		


	}
		
	.picbox .small_img .img_left{ left:5px;}
	.picbox .small_img .img_right{ right:5px;}
	
	.ts{ float:left; width:10%; color:#FF3300; margin-left:5px; height:25px; line-height:25px; padding-top:0px; padding-left:6px; width:200px;}
	.ts1{ float:left; width:10%; color:#FF3300; margin-left:5px; border:dashed 1px #82B0FC; background-Color:#f0f0f0; height:23px; line-height:23px;padding-top:0px; padding-left:5px; width:200px;}
	.cont{ float:left; width:55%; text-align:left; border-bottom:1px solid #666;}
	.cont input{ border:solid 0pt white; width:100%;}
	.content_base{ clear:both;width:100%; border:1px solid #D0D0D0; border-top:none;  padding-bottom:10px;}
	.content_base dl{ float:left; width:90%; margin:0 auto; margin-top:20px;}
	.content_base dl dt{ float:left; width:80px; text-align:right;}
	.content_base dl dd.cont{ float:left; width:200px; text-align:left; border-bottom:1px solid #666;}
	.content_base dl dd.cont input{ border:solid 0pt white; width:100%;}
	.content_base dl dd.ts{ float:left; width:300px; text-align:left; color:#FF3300; margin-left:5px; height:25px; line-height:25px; padding-top:0px; padding-left:6px; width:200px;}
	.content_base dl dd.ts1{ float:left; width:300px; text-align:left;color:#FF3300; margin-left:5px; border:dashed 1px #82B0FC; background-Color:#f0f0f0; height:23px; line-height:23px;padding-top:0px; padding-left:5px; width:200px;}
	.content_base dl dd.cont1{ float:left; width:300px; text-align:left; }
	.content_base dl dd.cont1 input{ border:solid 1pt #DDDDDD; width:100%;}
	.dl1 { height:25px;}
	.content_base dl dd.ts{ float:left; width:10%; color:#FF3300; margin-left:5px; height:25px; line-height:25px; padding-top:0px; padding-left:6px; width:200px;}
