              

/************ Begin Main Classes ************/


.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: 20px;
	left: -15px;
	width: 40em;
	height: 38em;
	overflow:hidden; z-index:101;
}
#content1_window {
	position:relative;
	width:42em; 
	height:38em; /* Should be approx equal to size of content_holder */
	clip: rect(0, 250px, 150px, 0);
	overflow:hidden; z-index:1;
}
#content1_layer {
	width: 36em; /* Should be equal to content_window */
}

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

#track1 {
	position:absolute; left:1px; top:12px;
	width:11px;
	height:96.5%;
	z-index:1;
}

#dragBar1 {
	position:absolute; left:3px; top:1px;
	width:5px; height:20px;
	background-color:#75170e;
	border: 1px solid;
	border-color: #75170e;
	
  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 *****/
