#container {
margin: 0px auto;
position: relative;
width: 1098px;
height: 875px;
z-index: 1;
}

#networksites {
position: absolute;
left: 1090px;
top: 0px;
width: 64px;
height: 200px;
}

div.content {
position: absolute;
background-image: url(../imageshd/content1-back.png);
left: 180px;
top: 175px;
width: 720px;
height: 570px;
z-index: 3;
}

div.content2 {
position: absolute;
left: 10px;
top: 10px;
width: 680px;
height: 550px;
padding-left: 10px;
padding-right: 10px;
overflow-y: auto;
overflow-x: hidden;
z-index: 4;
}

div.containersamplesorder {
margin: 0px auto;
position: relative;
width: 1000px;
height: 430px;
}

div.contentsamplesorder1 {
position: absolute;
left: 1px;
top: 1px;
width: 460px;
height: 500px;
margin-left: 20px;
}

div.contentsamplesorder2 {
position: absolute;
left: 471px;
top: 1px;
width: 500px;
height: 500px;
}

div.mediaplayer {
position: absolute;
left: 629px;
top: 57px;
font-size: 50%;
z-index: -1;
}

#buttonplayerlink {
position: absolute;
left: 625px;
top: 50px;
z-index: 10;
}

div.menu {
position: absolute;
left: 30px;
top:175px;
width: 125px;
height: 500px;
z-index: 10;
}

#contentslideshow {
position: absolute;
left: 10px;
top: 15px;
width: 585px;
height: 200px;
padding-left: 10px;
padding-right: 10px;
overflow-y: auto;
overflow-x: hidden;
z-index: 5;
}


#fadeshow1 {
position: absolute;
left: 160px;
top: 3px;
width: 250px;
height: 180px;
z-index: 11;
overflow: hidden;
}

#coverslideshow {
position: absolute;
left: 10px;
top: 10px;
width: 250px;
height: 180px;
z-index: 1002;
background-color: yellow;
}


div.buttonhome {
position: absolute;
left: 210px;
top: 207px;
}
div.buttonbio {
position: absolute;
left: 138px;
top: 254px;
}
div.buttonduo {
position: absolute;
left: 94px;
top: 308px;
}
div.buttonrecordings {
position: absolute;
left: 73px;
top: 400px;
}
div.buttonaudio {
position: absolute;
left: 71px;
top: 371px;
}
div.buttonvideo {
position: absolute;
left: 68px;
top: 432px;
}
div.buttonconcerts {
position: absolute;
left: 82px;
top: 491px;
}
div.buttoncontact {
position: absolute;
left: 110px;
top: 550px;
}
div.buttonlinks {
position: absolute;
left: 148px;
top: 598px;
}
div.buttoncd {
position: absolute;
left: 153px;
top: 379px;
}
div.buttonorder {
position: absolute;
left: 219px;
top: 360px;
z-index: 5;
}
div.buttonsamples {
position: absolute;
left: 214px;
top: 408px;
z-index: 5;
}

#samplesorderplayer {
position: absolute;
left: 135px;
top: 118px;
}
#nowplaying {
position: absolute;
left: 135px;
top: 98px;
font-size: smaller;
}


#scrollholder
{
    position: absolute;
		left: 15px;
		top: 10px;
    width: 460px; 
		height: 480px;
		padding-left: 15px;
		padding-right: 2px;
    overflow: auto;
    z-index: 1;

}

#scroll
{
    position: absolute;
    left: 0; top: 0;
		width: 75%;
    z-index: 2;
}

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

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