﻿/* 
	Resets defualt browser settings
	reset.css
*/

ol,ul,li,a,img { margin:0;padding:0;list-style:none; border:0;}
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:366px;
	overflow:hidden;
	float:left;
	position:relative;
	
}
.paginationDiv{background:#dfdfdf;
	width:200px;
	padding:4px 24px 24px 24px;
	float:right;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-top:3px;
	height:670px;
	overflow:auto;}
.test_one::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.test_one::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
    }
.test_one::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
    }
 
.pagination {
	float:left;width:200px;
}
.pagination li {float:left;padding-top:20px;}
.pagination li a{
	display:block;
	border:0;
	width:200px;
	height:200px;
	float:left;
	background:#f9f9f9;
}
.pagination li a img{width:200px;height:200px}

.pagination li.current a {
	border:1px solid #7f7f7f;
	padding:0;
}