
/*---------------------------------
	inner classes
---------------------------------*/

.artistname {
	float: left;
	width: 460px;
	margin: 0;
	}

/*---------------------------------
	eE scroller
---------------------------------*/
	

#scrollerContainer2 {
	position: absolute;
	top: 200px;
	left: 427px;
	width: 550px;
	height: 270px;
	clip: rect(0,590px,260px,0);
	overflow: hidden;
	color: #555;
	}
#scrollerContent2 {
	position:absolute;
	top: 0;
	left: 0;
	width: 530px;
	line-height: 22px;
	font-size: 13px;
	height: 270px;
	}
#scrollerButtons2 {
	position: absolute;
	top: 200px;
	left: 900px;
	width: 30px;
	height: 270px;
	}
#scrollerButtons #track, #scrollerButtons2 #track {
	position: absolute;
	top: 0;
	width: 12px;
	height: 270px;
	background: url(../images/scrollbar_bg.gif) top left no-repeat;
	}
#scrollerButtons #drag, #scrollerButtons2 #drag {
	position: absolute;
	top: 0;
	left: 8px;
	width: 12px;
	height: 50px;
	background: url(../images/scrollbar_drag.gif) top left no-repeat;
	cursor: pointer;
	}
#scrollerButtons #drag:hover, #scrollerButtons2 #drag:hover {
	background: url(../images/scrollbar_hover.gif) top left no-repeat;
	}





