/* CSS Document */

*{ margin:0px auto; }
p{ margin:0px auto auto auto;}
ul{ padding:0px;}
body{ background:#FFFFFF; color:#000000; margin:0px auto; font-family: "Trebuchet MS";font-size:12px;line-height:150%;}
#prowindow{ width:620px;  border:#000000 solid 0px; height:750px; overflow:hidden;}
.img{ text-align:center;height:620px; width:100%; position:relative; overflow:hidden;}
.img img{ width:100%; height:100%;}
.img .tips{ position:absolute; line-height:25px; color:#FFFFFF; bottom:0px; left:0px; width:100%; text-align:left; padding:10px; font-size:14px;background:#000000; z-index:999;
FILTER: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); 
background-color:rgba(0, 0, 0, 0.6);}

#Productionsites{ position:relative; border:#666666 solid 0px;width:100%;height:100%;}
		#Productionsites .fra{width:100%; height:100%;position:relative; padding:0px;}
	#Productionsites .fra li{ /*background:url(images/044.gif) no-repeat center;*/ height:100%; width:100%; position:absolute; top:0px; left:0px; z-index:1; text-align:center;}
	#Productionsites .fra li img{height:100%; width:100%;}
	#Productionsites .fra li.hover{ display:block;}

	#Productionsites a{ cursor:;}
#Productionsites:hover .toleft,
#Productionsites:hover .toright{ display:block;}
#Productionsites .toleft{ background:url(../images/prev.png) no-repeat; position:absolute; z-index:3;width: 75px;height: 75px; top:40%; left:0px; border:#000000 solid 0px; display:none;}
#Productionsites .toleft:hover{background:url(../images/prev-hover.png) no-repeat;}
#Productionsites .toright{background:url(../images/next.png) no-repeat; position:absolute; z-index:3;width: 75px;height: 75px;top:40%; right:0px; display:none;}
#Productionsites .toright:hover{background:url(../images/next-hover.png) no-repeat;}


.prolist{ width:100%; height:120px; margin:10px auto auto;overflow:hidden; position:relative; }
.prolist .bd{width:100%;}
.prolist .bd ul{ width:100%;float:left; padding:0px;}
.prolist .bd ul li{ float:left; margin-right:10px; display:inline;border:#006600 solid 0px;}
.prolist .bd ul li img{ border:#FFFFFF solid 3px; width:110px; height:110px;}
.prolist .bd ul li.hover img,
.prolist .bd ul li a:hover img{ border:#a33200 solid 3px;}

.prolist .prev,
		.prolist .next{ position:absolute; left:0%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow2.png) -170px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; border:#000000 solid 0px; z-index:999; display:block; cursor:pointer;}
		.prolist .next{ left:auto; right:0%; background-position:-52px 5px; }
		.prolist .prev:hover,
		.prolist .next:hover{ filter:alpha(opacity=100);opacity:1;  }