/* Ear Productions website v.2 stylesheets

author: Steven Booth
email: steve@stevenboothdesign.co.uk
website: http://www.stevenboothdesign.co.uk */

/*-- Latest News panel styles --*/


 #latest_news {
 	clear: both;
 	padding: .5em 0 0 0;
 }
 
 #scrollup {
   position: relative;
   overflow: hidden;
   color: #333;
   border: 1px solid #656565;
   height: 150px;
   width: 598px;
   background: #d9d9d9 url(images/latestNewsPanel_BG.gif) repeat-x;
 }
 .headline {
   position: absolute;
   top: 210px;
   left: 10px;
   height: 145px;
   width:580px;
 }
  #scrollup_BC {
   position: relative;
   overflow: hidden;
   color: #333;
   border: 1px solid #656565;
   height: 100px;
   width: 598px;
   background: #a7a7a7 url(images/latestNewsPanel_BG.gif) repeat-x;
 }
 #latest_news h3 {
 	font-size: 150%;
 	padding: 0 0 0 30px;
 	color: #333;
 	line-height: 30px;
 	background: url(images/latestNewsHeader.gif)  top left no-repeat;
 }
