﻿/* 
	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;
	border:1px solid #dfdfdf;
	
}
#products .pagination {
	background:#dfdfdf;
	width:450px;
	padding:5px 5px;
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-top:3px;
}
#products .pagination li {float:left;padding:2px 4px;}
#products .pagination li a{
	display:block;
	border:0;
	width:70px;
	height:70px;
	padding:1px;
	float:left;
	background:#f9f9f9;
}
#products .pagination li a img{width:70px;height:70px}

#products .pagination li.current a {
	border:1px solid #7f7f7f;
	padding:0;
}