/* 
   1. Top Right Bottom Left 
   2. Vertical align : height and line-height must be the same
*/

/* NEWS Scroller */
.scroller_title { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 1.6em; color:#B10F00; }
.scroller_description { font-size: 14px; font-weight: normal; color:#666666; text-decoration:none;}
.scroller_link:link, .scroller_link:active, .scroller_link:visited { 
	font-size: 12px; 
	font-weight: normal; 
	color:#B10F00; 
	text-decoration:underline; 
}
.scroller_link:hover { text-decoration:none; background-color:#B10F00; color: #FFFFFF; padding: 0 5px; }