.carousel {width: 100%; position: relative; clear: both;}
.carousel form {display: none;}

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

.carousel_wrap {float: left; width: 210px; overflow: hidden; position: relative; left: 32px;}

.carousel_left, .carousel_right
{
	width: 16px;
	display: block;
	position: absolute;
}
.carousel_left {left: 0; background-image: url(../img/arrowblackleft.gif);}
.carousel_right {right: 0; background-image: url(../img/arrowblackright.gif);}

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

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

.carousel_content li
{
	padding: 0;
	margin: 0;
}

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

.carousel_product a:visited {color: #000;}

.carousel_product span {font-weight: normal; color: #000;}

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

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: #000;
	font-weight: normal;
}

/* -------------------------------------------------------------------------------------------------------- */
/* News item carousels */
/* -------------------------------------------------------------------------------------------------------- */
.newsBox .newsContent,
.newsContent .carousel,
.newsContent .carousel_wrap,
.newsContent .carousel_content,
.newsContent .news_item
{
	width: 210px !important;
	height: 290px !important;
}

.newsContent li {padding: 0 0 !important;}

.newsContent .carousel_wrap {position: absolute; top:0; left:0;}

/* -------------------------------------------------------------------------------------------------------- */
/* News carousel left/right controls */
/* -------------------------------------------------------------------------------------------------------- */

.newsBox .carousel_left,
.newsBox .carousel_right
{
	height: 16px !important;
	top: 5px !important;
	z-index: 5 !important;
	background-position: 0 0;
}

.newsBox .carousel_right {right: 10px !important;}
.newsBox .carousel_left {right: 30px !important; left: auto !important;}

.news_item .news_image {display: block; float: left;}

.news_item .news_title
{
	text-transform: uppercase;
	padding: 0px 3px 0 10px;
	font-weight: bold;
	font-size: 12px;
}


.news_item .news_desc,
.news_item .news_desc p
{
	padding: 0px 3px;
	text-align: justify;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	font-family: Arial;
}

.news_item .news_date
{
	padding: 137px 0 0 10px;
	font-weight: bold;
	font-size: 10px;
}

.news_item .news_desc p
{
	
	padding: 0 10px 10px 10px;
	overflow: hidden;
}


.news_item a.newsItemLink
{
	background: #00AAEF;
	position: absolute;
	z-index: 10;
	top: 137px;
	width: 197px;
	height: 152px;
	margin-left: 11px;
	
	filter: alpha(opacity=0);
	opacity: 0;
}
/* -------------------------------------------------------------------------------------------------------- */
