							  
#slider							{ background: transparent; height: 400px; overflow: hidden;
								  position: relative; margin: 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 1830px; position: relative; }

.slide							{ padding: 5px; width: 590px; float: left; position: relative; }
.slide h3						{ padding: 5px; width: 590px; background: url(http://yourcustomblog.com/wp-content/themes/ycb/images/ss-h2-bk.png); color: #fff; position: absolute; top: 0px; left: 0px; z-index: 2;}
.slide p						{ padding: 5px; height: 20px; overflow: hidden; position: absolute; top: 370px; left: 0px; background: url(http://yourcustomblog.com/wp-content/themes/ycb/images/ss-bk.png); color: #fff; font-size: 16px; line-height: 22px; width: 600px; z-index: 2; }
.slide img						{ position: absolute; top: 10px; left: 0px; z-index: 1;}
#slider-stopper					{ position: absolute; top: 7px; right: 10px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 2; border: 1px solid #fff; }
