/* 
	Resets defualt browser settings
	reset.css
*/




#container {
	width:1200px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#products_example {
	width:1200px;
	height:800px;
	position:relative;
}

#products {margin:0;}

#products .next,#products .prev {
	position:absolute;
	top:327px;
	right:0;
	width:60px;
	height:40px;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
#products .prev {
	left:398px;
	background:url("../images/wms/arrow-prev.png")/*tpa=http://www.wsgjp.com.cn/images/wms/arrow-prev.png*/ no-repeat; line-height:100px;
}
#products .next {
	background:url("../images/wms/arrow-next.png")/*tpa=http://www.wsgjp.com.cn/images/wms/arrow-next.png*/ no-repeat; line-height:100px;
}


#products .slides_container {
	width:750px;
	height:730px;
	overflow:hidden;
	float:right;
	position:relative;
}

#products .pagination {width:274px; height:698px; padding:102px 63px 0 63px; float:left; background:url("../images/wms/pda.jpg")/*tpa=http://www.wsgjp.com.cn/images/wms/pda.jpg*/ no-repeat left;}

#products .pagination li {
	float:left;
}

#products .pagination li a {
	display:block;
	width:91px;
	height:91px;
	float:left;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	Opacity:0.7;
	Filter:alpha(opacity=70);
	outline:none;
}

#products .pagination li.current a {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

