@charset "utf-8";
/* CSS Document */



.carousel2 {

}
.carousel2 #container {
	width:700px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
.carousel2 #example {
	position:relative;
}
.product-container .carousel2 {
	height:380px;
}
product-container .carousel2 #example {
	width:700px;
	height:380px;
}
/*

	Slideshow

*/



.carousel2 #slides2 {
	position:absolute;
	z-index:100;
}
/*

	Slides container

	Important:

	Set the width of your slides container

	Set to display none, prevents content flash

*/



.carousel2 .slides_container {
	width:700px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-bottom:20px;
}
/*

	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

*/



.carousel2 .slides_container div.slide {
	width:700px;
	height:300px;
	display:block;
}
.product-container .slides_container div.slide {
	height:380px;
}
/*

	Next/prev buttons

*/



.carousel2 .next, .carousel2 .prev {
	position:absolute;
	left:-23px;
	bottom:125px !important;
	width:51px;
	height:56px;
	display:block !important;
	z-index:999;
}
.product-container .carousel2 .next, .product-container .carousel2 .prev {
	bottom:180px !important;
}
.carousel2 .next {
	left:684px;
}
.carousel2 .pagination {
	height:24px;
	padding:0 10px;
	position:absolute;
	right:auto;
	left:auto;
	right:0;
	top:-45px;
	z-index:988;
	background: #9c9c9e;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.carousel2 .pagination li {
	float:left;
	margin:0 8px;
	list-style:none;
}
.carousel2 .pagination li a {
	display:block;
	width:12px;
	height:12px;
	margin-top:6px;
	background-image: url(../carousel/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	text-indent:-9000px;
}
.carousel2 .pagination li.current a {
	background-position:0 -12px;
}
*/  .carousel2 .pagination {
 display:none;
}
