
#products {
	width:864;
	height:450px;
	margin-left: 25px;
}

/*
	Slideshow
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:864;
	position:relative;
	margin-left: 112px;	margin-top: 7px;
	display:none;
	background:#000;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container img {
	width:675px;
	height:450px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:absolute;
	top:221px;
	width:21px;
	background:#ccc;
	padding-top:0px;
	display:block;
	z-index:5;
}

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

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

/*
	Pagination
*/

#products .pagination {
	background:none;
	height: 48px;

}

#products .pagination li {
	display:inline;
	width:100px;
	height:48px;
	padding: 0px 20px;
	list-style:none;
}


#products .pagination li.current {

}


/*
	Anchors
*/

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

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