#noscript_div, #tellme_scroll   {
    width:623px;    /* 10px less than mainScroll */
   	height:340px;   /* 10px less than mainScroll */
	font-size:1.2em;
}

#noscript_div a, #tellme_scroll a  {
	color:#000000;
}

#mainScroll {
	width:635px;
    min-height:365px;
	height:365px;
	
}

#mainScroll {z-index:-1;}  /* use z-index for IE only - it breaks Firefox */
html>body #mainScroll {z-index:0;}

#mainScroll, #tellme_scroll {
	filter: alpha(opacity=75);
	opacity:.75; 
	-moz-opacity: 0.75;
} 

#scrolldiv_parentContainer{
	width:605px;	/* Width of the scrolling text */
	height:350px;
}

/* scrolling content */
#scrolldiv_content {
	padding: 5px 15px 5px 15px;
}

/* scrollbar slider */
#scrolldiv_slider{
	height:350px;	/* 15px less than noscript_div */
}

/*  scrollbar between the up and down arrow  */
#scrolldiv_scrollbar{
	height:320px;	/* 15px less than slider */
}
