@charset "UTF-8";
/* CSS Document */
div.scrollholder
{
	height:430px;
	margin-bottom:20px;
	overflow:auto;
	position:relative;
	top:205px;
	width:465px;
	z-index:1;
	/*overflow-x: hidden!important;*/
}
div.scrollholder-artists
{
	height:430px;
	margin-bottom:20px;
	overflow:visible;
	position:relative;
	top:214px;
	width:465px;
	z-index:1;
	/*overflow-x: hidden!important;*/
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
	margin-bottom:20px;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #222222;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background:#87B646;
}  


/* NEW SCROLL SECTION */


div.artist_overflow
{
	height:830px;
	margin-bottom:20px;
	overflow:auto;
	position:relative;
	top:205px;
	width:465px;
	z-index:1;
	overflow-x: hidden!important;
}

div.contentframe
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
	height:100%!important;
}

#track1{
	position:absolute;
	right:0;
	top:0;
	
	width:15px;
	margin-bottom:0px;
}

#track0{
	position:absolute;
	right:0;
	top:0;
	
	width:15px;
	margin-bottom:0px;
}


div.artist_overflow99
{
	height:830px;
	margin-bottom:20px;
	overflow:auto;
	position:relative;
	top:205px;
	width:465px;
	z-index:1;
	overflow-x: hidden!important;
}


#artist_overflow99{
	height:100%;
	margin-top:-70px!important;
	width:100%;
}

/* IE8 IE7 IE6 HACKS   */

/* IE7 HACKS ONLY*/
#artist_overflow99{ 
*position:relative!important;
*top:-70px;
 }
/* IE7 HACKS ONLY*/


