              

/************ 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: 10px;
	left:  10px;
	width: 376px;
	height: 465px;
	overflow:hidden; z-index:2;
}
#content1_window {
	position:relative;
	width:360px; 
	height:465px; /* Should be approx equal to size of content_holder */
	clip: rect(0, 250px, 150px, 0);
	overflow:hidden; z-index:1;
}
#content1_layer {
	width: 350px; /* Should be equal to content_window */
}

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

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

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

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