
div#carosel {
	width: 960px;
	height: 177px;
	background-color: #282c2d;
	overflow: hidden;
	position: relative;
}

div#caroselPrev {
	width: 89px;
	height: 179px;
	position: absolute;
	background-image: url(../../images/jquery/swirly-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

div#caroselNext {
	width: 88px;
	height: 179px;
	position: absolute;
	right: 0;
	background-image: url(../../images/jquery/swirly-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 3;
	
}

div#caroselNext a {
	position: absolute;
	top: 52px;
	right: 2px;
}
div#caroselPrev a {
	position: absolute;
	top: 96px;
	left: 2px;
}
div#caroselNext a,
div#caroselPrev a {
	width: 28px;
	height: 28px;
	display: block;
}

div#caroselSlider {
	width: 100%;
	height: 100%;
	top: 30px;
	left: 60px;
	overflow: display;
	z-index: 0;
	position: absolute;
}

div#caroselSliderInner {
	width: 15300px;
	height: 100%;
	overflow: hidden;
}

div#caroselSlider .item {
	width: 300px;
	height: 116px;
	color: #FFFFFF;
	float: left;
	margin-left: 40px;
	margin-right:0px;
}

div#caroselSlider .item2 {
	width: 352px;
	height: 116px;
	color: #FFFFFF;
	float: left;
	margin-left: 40px;
	margin-right:0px;
}

div#caroselSlider .caroselImage {
	width: 92px;
	height: 92px;
	float: left;
	margin-top: 10px;
}

div#caroselSlider .caroselText {
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}

div#caroselSlider .seperator {
	width: 2px;
	height: 116px;
	float: right;
	background-image: url(../../images/jquery/seperator.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div#carosel img {
	border: none;
}

div#caroselSlider .artistName {
	font-size: 17pt;
}

div#caroselSlider .albumTitle {
	font-size: 13pt;
	color: #bcfcfe;
	margin-bottom:10px;
}