
/*


code from http://net.tutsplus.com/tutorials/javascript-ajax/build-a-simple-jquery-news-ticker/comment-page-1/#comments 

*/

#ticker 
{
   /* width:180px; */
    height:160px; 
   /* border:1px solid #aaaaaa;  */
    overflow:auto; 
 /*   background-image:url(/weinsureit/baseball.gif);
    background-position:right;
    background-repeat:no-repeat;*/
    }
    
#ticker dt 
{
 /*   font:normal 14px Georgia; */
 /*     padding:0 10px 5px 10px; */

  /*  background-color:#e5e5e5; 
    padding-top:10px; */
  /*  border:1px solid #ffffff; */
    border-bottom:none; 
    border-right:none; 
   
    }
    
#ticker dd 
{
    margin-left:0; 
    line-height:18px;
  /*   padding:0 10px 10px 10px; 
  border-bottom:1px solid #aaaaaa; 
    background-color:#e5e5e5; 
    border-left:1px solid #ffffff; */
    
    }
    
#ticker dd.last 
{
  /*  border-bottom:1px solid #ffffff; */
}

#ticker div 
{
    margin-top:0;
}

#weinsureitwrapper 
{
    width:252px;
    height:303px;
    background-image:url(/weinsureit/background.gif);
    background-repeat:no-repeat;
    overflow:hidden;
    padding-top:8px;
    text-align:center;
    
}
