
#slider							{ height: 250px; overflow: hidden;position: relative; font-size:22px;margin:25px 0 0 100px; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{ padding:2px 0 2px 15px ; width: 550px; height:200px; float: left; position: relative;font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;  }
.slide p						{ font-size: 15px; line-height: 18px; width: 500px; color:#FFF;font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
 }
.slide img						{ position: absolute; top: 10px; left: 350px; border:1px solid #333333; }

#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000;font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }
								  
								  .slide a {color:#FFFFFF;}
								  .slide a:hover {color:#000;}
.slide h1 {color:#FFF;font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; font-size:25px;}


