/* 
	Resets defualt browser settings
	reset.css
*/
ol,ul { list-style:none; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
#products_1,
.products_2 {
	position: relative;
}

#products_1 .next,#products_1 .prev,
.products .next,.products .prev
 {
	position:absolute;
	
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
.products .prev:hover {
	background:url(../img/arrow_nav.png) left bottom;
}
.products .prev
 {
	top: 180px;
	left: -65px;
	width: 60px;
	height: 60px;
	background:url(../img/arrow_nav.png) left top;
	text-indent:-9999px;
}


.products .next:hover {
	background:url(../img/arrow_nav.png) right bottom;
}
.products {
	width: 600px;
	position: absolute;
	margin-left: -300px;
	left: 50%;
	top: 50%;
	
}
.products .next
 {
	top: 180px;
	left: 605px;
	width: 60px;
	height: 60px;
	background:url(../img/arrow_nav.png) right top;
	text-indent:-9999px;
}

#products .slides_container{
	width:385px;
	height:375px;
	overflow:hidden;
	background: url('../images/img_holder_2.png') center center no-repeat;
	float:left;
	position:relative;
	margin: 0 auto;
	padding: 30px;
	padding-left: 36px;
	padding-top: 25px;
	text-align: center;
}
.products .slides_control{
	width: 100% !important;
	left: 0 !important;
	text-align: center !important;
}
.products .slides_control img {
	left: 50% !important;
	margin-left: -300px !important;
	float: none !important;
	position: absolute;
} 
.products .slides_container 
{
	width:100%;
	height: auto;
	overflow:hidden;
	float:left;
	position:relative;
	margin-bottom: 20px;
}
.products .slides_container a {
	position:relative !important;
}
#products_1 .prev,
#products_1 .next
 {
	display: none;
}
.products_2 .pagination img {
	width:50px;
}
.products .pagination
 {
	
	display: table;
	margin: 0 auto;
	padding:4px;
	text-align: center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#products_1 .pagination li:first-child,
.products .pagination li:first-child {
	
}

#products_1 .pagination li:last-child,
.products .pagination li:last-child {
	margin-right: 0;
}
#products_1 .pagination li {
	float:left;
	margin: 2px 12px;
}
.products .pagination li
 {
	display: inline-block;
	margin: 2px 5px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
margin-left: 0;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px; 
}
#products_1 .pagination li a,
.products .pagination li a
 {
	opacity: .8;
	display:block;
	margin-right: 1px;
	float:left;
	background:#f9f9f9;
}
.pagination>li>a, .pagination>li>span {
	padding: 4px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,.3);
}
#products_1 .pagination li.current a,
.products .pagination li.current a
 {
	opacity: 1;
}
.products .slides_container img {
    background-color: #FFF;
    border: 1px solid #DDD;
    color: #428BCA;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    position: relative;
    text-decoration: none;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
    padding: 4px;
  
}