              

/************ Begin Main Classes ************/
img {border: none;}
a {text-decoration: none;}
p {margin-top: 0;}
body { background-color:#FFFFFF; height:inherit;}



.content {
	position:absolute; visibility:visible;
	left:0; top:0; z-index:1
}


 
/**** Begin Content1 ****/

#content1_holder { /* Control the height & width + position of the content here */
	position: absolute;
	top: 5px;
	left: 250px;
	width: 600px;
	height: 260px;
	overflow:hidden; z-index:101;
}
#content1_window {
	position:relative;
	width:480px; height:260px; /* Should be approx equal to size of content_holder */
	clip: rect(0, 250px, 150px, 0);
	overflow:hidden; z-index:1;
}
#content1_layer {
	width: 480px; /* Should be equal to content_window */
}

#scrollbar1 {
	position: absolute; visibility: hidden;
	left: 95%; top: 0;
	width: 11px; height: 100%;
	font-size: 1px; z-index: 2;
}

#track1 {
	position:absolute; left:0; top:12px;

	width:11px;
	height:90%;
	z-index:1;
}

#dragBar1 {
	position:absolute; left:0px; top:1px;
	width:7px; height:20px;
	background-color:#b09f8b;
	border: 1px solid;
	border-color: #d4bd7f;
	
  z-index:1;
}

/**** End Content1 ****/

/**** Begin Scroll Bar Section *****/

#up1 { position:absolute; left:0; top:0; z-index:2 }  
#down1 { position:absolute; left:0; bottom:0; z-index:3 }
#up2 { position:absolute; left:0; top:0; z-index:2 }  
#down2 { position:absolute; left:0; bottom:0; z-index:3 }

#left_arrow {
	position: relative;
	left: 0;
}

#right_arrow {
	position: relative;
	left: 90%;
}
/***** End Scroll Bar Section *****/