                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */
#slider							{ 
     height: 150px; 
     width:558px; 
     margin: left; 
     overflow: hidden;

     position: relative; 
     margin: 0px 0px 0px 0px; 
        border-top: 1px solid #E7E3E0; 
        border-bottom: 1px solid #E7E3E0; 
        border-left: 1px solid #E7E3E0;
        border-right: 1px solid #E7E3E0;
        margin-bottom:1.5em;
      /* background: url('../img/block_footer_large.jpg') no-repeat scroll bottom;
		*/	
			
}
#mover							{ width: 560px; position: relative; }

.slide							{ padding: 26px 40px; width: 558px; height: 150px; float: left; position: relative;}
.slide h1						{ font-size: 14px; line-height: 30px; width: 360px;}
.slide p						{ font-size: 11px; line-height: 15px; width: 360px;}
.slide a						{ text-decoration: none;}
.slide a:hover					{ text-decoration: underline;}
.slide img						{ position: absolute; top: 10px; left: 410px; vertical-align: middle;}
.slide h2						{ font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size: 1.6em; padding: 0 190px; background:none; color: green; font: bold; line-height: 40px; }
#slider-stopper					{ position: absolute; top: 0px; right: 10px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; z-index: 1000; }
