#scroller {
	position:absolute;
	overflow:hidden;
	float:right;
	background-color:#ffffff;}

.sc_home {
	/*top:160px;
	left:472px;*/
	height:269px;
	width: 227px;}

.sc_af {
	/*top:264px;
	left:290px;*/
	height:280px;
	width: 410px;}
	
.sc_as {
	top:216px;
	/*left:290px;*/
	height:207px;
	width: 408px;}

.sc_asinside {
	/*top:335px;
	left:290px;*/
	height:225px;
	width: 410px;}

.sc_pa {
	/*top:258px;
	left:290px;*/
	height:382px;
	width: 410px;}
	
.sc_cr {
	/*top:317px;
	left:290px;*/
	height:203px;
	width: 410px;}
.sc_cr_home {
	/*top:317px;
	left:290px;*/
	height:202px;
	width: 410px;}
		
.sc_site {
	top:160px;
	left:290px;
	width: 410px;
	height:384px;}

/* text area */
#scrollContainer {
	position:absolute;
	top:0px; left:0px;
	background-color: #fff;
	z-index:2;}

.cont_home {
	width:205px;
	/*width: 227px;
	background-color: #fff;*/}

.cont_interior {
	width: 360px;
	/*width: 409px;
	background-color: #fff;*/}

/* scrollers */
#scrollControls {
	position:absolute;
	top:0px; right:5px;
	width:15px;
	/**/height:320px;
	/**/width:15px;}
	
#scrollControls .track {
	cursor:pointer;}

#scrollControls .button {
	position:relative;
	width:15px;
	cursor:pointer;}

#scrollControls .arrowTop {
	background:url(images/scroller_up.gif) no-repeat 0 1px;}

#scrollControls .arrowBot {
	background:url(images/scroller_down.gif) no-repeat 0 1px;}

#scrollControls_aTop , #scrollControls_aBot {
	position:absolute;
	width:15px;
	height:20px;
	cursor:pointer;}
	
#scrollControls_track {
	position:relative;
	width:15px;}

#scrollControls_thumb {
	position:absolute;
	width:15px;
	background:transparent url(images/scroller_slider.gif) no-repeat;}

#scrollControls_thumbTop {
	width:15px;
	top:0px;
	height:5px;
	/*padding-top:1px;*/
	background:transparent url(images/thumb_top.gif) top no-repeat;}

#scrollControls_thumbBtm {
	width:15px;
	height:5px;
	background:transparent url(images/thumb_bot.gif) bottom no-repeat;
	padding-bottom:0px;
	position:absolute;
	bottom: -2px;
	_bottom: -1px;}

#scrollControls_thumbMid {
	width:15px;
	height:20px;
	top:5px;
	/*background:transparent url(images/thumb_mid.gif);*/}