#products {
	width: 592px;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width: 592px;
	overflow: hidden;
	float: left;
	position: relative;
}
.slides_container a {
	width: 592px;
	height: 442px;
	display: block;
}
/*
	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
*/
#products .next, #products .prev {
	position: absolute;
	top: 300px;
	left: 51px;
	width: 21px;
	height: 0;
	padding-top: 21px;
	overflow: hidden;
	display: block;
	z-index: 101;
}
#products .pagination {
	width: 960px;
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 8px 0px 0px 0px;
}
#products .pagination li {
	float: left;
	width: 112px;
	height: 126px;
	padding: 0px 8px 0px 0px;
	list-style: none;
}
#products .pagination li a {
	display: block;
	width: 112px;
	height: 126px;
	margin: 0px;
	float: left;
	outline: none;
}
#products .pagination li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#products .pagination li.current a {
	border: none;
	outline: none;
	margin: 0;
}