/*
	Slideshow
*/

#slides {
	width:640px;
	height:340px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

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

.slides_container {
	width:640px;
	height:340px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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:640px;
	height:340px;
	display:block;
}

/*
	WEB TEMPLATES
*/


/*
	Slideshow
*/

#slides_template #slides {
	width:700px;
	height:390px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

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

#slides_template .slides_container {
	width:700px;
	height:390px;
	overflow:hidden;
	position:relative;
	display:none;
	padding-top:50px;
}

/*
	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_template .slides_container img {
	width:700px;
	height:390px;
	display:block;
}

#slides_template{
	background:url(../images/bg-product-html-slider.jpg) no-repeat 20px top #f6f3ef;
	height:485px;
}


/*
	HOME
*/


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

#slider_image .slides_container {
	width:516px;
	height:330px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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
*/

#slider_image .slides_container img {
	width:516px;
	height:330px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:50%;
	margin-top:-27px;
	width:55px;
	height:54px;
	display:block;
	text-indent:-9999px;
    background: url(../images/big-sprite.png) no-repeat 0px -221px;
	border:0;
	z-index:101;
	cursor:pointer;
}

#slides_template #slides .next,#slides_template #slides .prev {
	top:50%;
	margin-top:27px;
}

#slides .next {
	background-position:-55px -222px;
	right:15px;
}
#slides .prev {
	background-position:0px -222px;
	left:15px;
}

#slides_template #slides .next { right:-93px;}
#slides_template #slides .prev { left:-94px;}


#slides .next:hover {
	background-position:-55px -276px;
}
#slides .prev:hover {
	background-position:0px -276px;
}

/*
	Pagination
*/


#slides .pagination {
	margin:0px;
	position:absolute;
	bottom:15px;
	left:50%;
	width:100px;
	z-index:10;
	margin-left:-30px;
}

#slides_template #slides .pagination { bottom:-80px;}


#slides .pagination li {
	float:left;
	margin:0px;
	padding:0 1px;
	list-style:none;
}

#slides .pagination li a {
	display:block;
	width:14px;
	height:0;
	padding-top:14px;
    background: url(../images/big-sprite.png) no-repeat -114px -221px;
	float:left;
	overflow:hidden;
}

#slides .pagination li a:hover {
	background-position:-114px -235px;
}

#slides .pagination li.current a {
	background-position:-114px -249px;
}
