.carousel,
.carousel_wrap,
.carousel_left,
.carousel_right,
.carousel_content
{
	height: 220px;
}

.carousel
{
	width: 100%;
	position: relative;
	clear:both;
	border-width: 1px;
}

.carousel form {display: none;}

.carousel_left,.carousel_right
{
	margin-top: 90px;
}

.carousel_wrap
{
	float: left;
	width: 892px;
	overflow: hidden;
	position: absolute;
	left: 32px;
}

/* -------------------------------------------------------------------------------------------------------- */
/* Carousel left and right */
/* -------------------------------------------------------------------------------------------------------- */

.carousel_left, .carousel_right
{
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	background-position: 0 96px;
}

.carousel_left:hover,
.carousel_right:hover {background-position: -32px 96px;}

.carousel_left:active,
.carousel_right:active,
.carousel_left:focus,
.carousel_right:focus {background-position: -64px 96px;}

.carousel_left {left: 0px; background-image: url(../../img/template/carousel_left.png);}
.carousel_right {right: 0px; background-image: url(../../img/template/carousel_right.png);}

/* -------------------------------------------------------------------------------------------------------- */

.carousel_content{position: relative; visibility: hidden; left: -5000px; overflow: visible;}

.carousel_content a
{
	color:#333333;
	text-decoration:none;
}

.carousel_content li
{
	padding:15px 0;
}

.carousel_product
{
	font-size:12px;
	width:146px;
	overflow:hidden;
	position:relative;
	text-align:center;
	font-weight:bold;
	margin-left:2px;
}

.carousel_product a img
{
	margin: 0 auto;
}

.carousel_product span{font-weight:normal;}

.carousel_product,.carousel_product li
{
	height:200px;
}

a.carousel_product_name, a.carousel_product_artist
{
	display:block;
	overflow:hidden;
}

a.carousel_product_name
{
	max-height:44px;
	margin-top: 5px
}

a.carousel_product_artist
{
	max-height:30px;
	color:#333;
	font-weight:normal;
}
