@charset "UTF-8";
/* CSS Document */


nonScroll {	
	position:relative;
	height:auto;
	overflow:hidden;
	position:absolute;
}
		
#container2 { 
	width:252px;
	text-align:center;
}



/* easyscroll */

#scroller02{
	background:#fff;
	width:253px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	border-right:1px #bfbfbf dashed;
	/* this style is for the content box, the stuff that scrolls */
	}	

/* easyscroll navigation buttons */	

#scroller02nav{
	position:absolute;
	width:auto;
	height:auto;
	text-align:right;
	margin:0px;padding:0px;
	}		
		
#scroller02nav li{
	height:auto;
	position:relative;
	left:251px;
	top:3px;
	list-style:none;
	width:20px;
	z-index:11;
	margin:0px;
	padding:0px;
	
	}	
					
#scroller02nav li.over{
	color:#999;
	text-decoration:underline;
	}							

/* // easyscroll navigation buttons */	

/* // end easyscroll */



