:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
caption,th,td {
	font-weight: normal;
}
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

#container {
	width: 932px;
	position: relative;
	z-index: 0;
}

#products_example {
	width: 932px;
	height: 524px;
	position: relative;
}

/*
	Slideshow
*/

#products {

}

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

#products .slides_container {
	width: 932px;
	overflow: hidden;
	float: left;
	position: relative;
	border: 1px solid #FFC1AF;
	display: none;
	height: 524px;
}

/*
	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 a {
	width: 932px;
	height: 524px;
	display: block;
}

/*
	Next/prev buttons
*/

#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 {
	background:url(../img/arrow-prev.png);
}

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

/*
	Pagination
*/

#products .pagination {
	width: 932px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#products .pagination li {
	float: left;
	list-style: none;
	background-color: #CCC;
	margin-top: 4px;
	margin-left: 3px;
}

#products .pagination li a {
	display:block;
	float:left;
	background:#FFC1AF;
	margin: 1px;
}

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

/*
	Anchors
*/

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

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