#page-wrap						{ background: white; width: 382px;  
								  padding: 5px; overflow:hidden; }

#slider							{ height: 480px; overflow: hidden;
								  position: relative; margin: 0px 0;width: 382px;  }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ position: relative; width: 382px; }

.slide							{ padding: 290px 0px; width: 382px; float: left; position: relative; }
.slide h2 						{ font-size: 16px;
								  color: #0099cc; font-weight:bold; }
.slide h2 a						{ font-size: 16px;
								  color: #0099cc; font-weight:bold; }
.slide h3 						{ font-size: 12px;
								  font-weight:bold; }
.slide p						{ color: #999; font-size: 12px; margin-bottom:10px; }
.slide img						{ position: absolute; top:0; left:0;width: 382px; }
#slider-stopper					{ position: absolute; top: 0px; right: 0px; background: #666666; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 2; border-left:#FFFFFF 1px solid; border-bottom:#FFFFFF 1px solid; }