﻿table { border-collapse:separate; border-spacing:0; }
#products{position:relative;}
#products a:link{outline:none}
#products a:visited{outline:none}
#products a:hover{outline:none}

#products .next,#products .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
#products .prev {left:-25px;background:url(/Api/ProductShow/ModeOne/img/arrow-prev.png);}
#products .next {left:373px;background:url(/Api/ProductShow/ModeOne/img/arrow-next.png);}
#products .slides_container {
	width:500px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	
}
#products .pagination {
	background:#dfdfdf;
	width:497px;
	margin-left:1px;
	padding:2px 2px;
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-top:1px;
	overflow:hidden;
}
#products .pagination li {float:left;padding:2px 4px;}
#products .pagination li a{
	display:block;
	border:0;
	width:58px;
	height:50px;
	padding:1px;
	float:left;
	background:#f9f9f9;
}
#products .pagination li a img{width:58px;height:50px}

#products .pagination li.current a {
	border:1px solid #00F;
	padding:0;
}
#productImg{float:left;width:500px;height:450px;}
#productImg img{float:left;width:500px;height:450px;}
.cls_pro_detailed{float:right;width:470px;line-height:30px;overflow:hidden;}
.cls_pro_detailed li{float:left;width:100%;padding-bottom:20px;border-bottom:1px dotted #ccc;padding-top:20px;word-wrap:break-word;}
.prodescript{float:left;width:100%;margin-top:10px;clear:both;padding-top:20px;line-height:28px;}
.procontents{float:left;width:100%;margin-top:10px;clear:both;line-height:28px;}