
 /* homeTicker css */  
 #homeTicker {  
     position: relative; /* important */  
     overflow: hidden; /* important */  
     width: 160px; /* important */  
     height: 190px; /* important */  
     background: #F8F8F8;  
 }  
   
 #homeTicker_frame {position: relative}  
 #homeTicker_frame img {position: absolute;}  
 #homeTicker_previous {top: 0; left: 0; cursor:pointer;}  
 #homeTicker_next {top: 170px; left: 0; cursor:pointer;}  
   
 #homeTicker_content {  
     position: absolute;  
     margin-top: 20px;  
     left: 0;  
 }  
   
 .homeTicker_item {  
     padding: 5px;  
	 height: 140px;  
     background: #F8F8F8;  
     text-align: left;  
	 font-size:80%
 }  
   
 .homeTicker_item h4 {  
     font-size: 85%;  
     color: #fff;  
 }  
   
 .homeTicker_item p {  
     font-size: 77%;  
     color: #000;  
 }  
   
 #container_bd .homeTicker_item a {  
     color: #000;  
     text-decoration: underline;  
 }  
     #container_bd .homeTicker_item a:hover {color: #0f0;}  
         