
#products_example {
	width:400px;
	height:400px;
	position:relative;
        padding-left: 60px;
}

#products {
	margin-left:26px;
}

#products .slides_container {
	width:300px;
	overflow:hidden;
	float:left;
	position:relative;
	/*border:1px solid #da9669;*/
	display:none;        
}

.slides_container a {
	width:300px;
	height:270px;
	display:block;
        overflow:hidden;
}

#products .next,#products .prev {
	position:absolute;
	top:130px;
	left:50;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../img/arrow-prev.png);        
}

#products .next {
	left:385px;
	background:url(../img/arrow-next.png);
}

#products .pagination {
	/*background:#ab3e41;*/
        background:#fff;
        border-radius:10px;
        border: 1px #ab3e41 solid;
	min-width:280px;        
	padding:5px 5px;
	float:left;
	margin-left:0px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
        margin-bottom:20px;
}

#products .pagination li {
	float:left;
	margin:2px 2px;
        width: 60px !important;
	list-style:none;  
        padding:0;
}

#products .pagination li a {
	display:block;
	width:60px;
	height:60px;
	margin:1px;
	float:left;
	background:#f9f9f9;
        overflow:hidden;
        border:2px solid white;
        
}

#products .pagination li.current a {
	border:3px solid black;
	margin:0;
}

#products .pagination{
    margin-top:0px;
}

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}
