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

.carousel {
	width: auto;
	margin:0 60px;
	text-align:center;
}
 
.carousel-wrapper {
	width: 528px;
	overflow: hidden;
	margin: 0 auto;
	height: 170px;
}
.carousel .product img {

}
.carousel .product a .image {

	text-align:center;
}
 
.carousel .products {
	width: 5000%;
	height: 177px;
}
 
.carousel .product {
	float:left;
	height:170px;
	width:170px;
	padding: 0 3px;
}
 
 
.carousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background:url(../images/arrow.png) no-repeat 0 0;
	text-indent: -5000px;
	cursor: pointer;
	margin-top:50px;
  
}
 
.carousel .forward {
  background-position: 0 0;
  right: 0;
  float:right;
}
 
.carousel .back {
  background-position: 0 -72px;
  left: 0;
  float:left;
}
 
.carousel .forward:hover {
  background-position: 0 -36px;
}
 
.carousel .back:hover {
  background-position: 0 -108px;
}
