/* 
   1. Top Right Bottom Left 
   2. Vertical align : height and line-height must be the same
   3. FOR CLASSIC -> use padding
*/

/* NEWS Scroller */
#scroller_content {
	width:340px;
	height:180px;
	text-align:center;
	cursor:pointer;
}
.scroller_title { 
	font-size: 14px; 
	font-weight: bold; 
	color:#990000; 
	text-decoration:none; 
}
.scroller_image { 
	text-align:center;
}
.scroller_description { 
	clear:both; /* text below image (Mozilla, Safari) */
	font-size: 11px; 
	font-weight: normal; 
	color:#333333; 
	text-decoration:none;
}
.scroller_link, .scroller_link:link, .scroller_link:active, .scroller_link:visited { 
	font-size: 11px; 
	font-weight: bold; 
	color:#095684; 
	text-decoration:underline; 
	}
.scroller_link:hover { 
	text-decoration:none; 
	color: #0D77B7;
	text-decoration:none;
}

