                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */
#slider							{ height: 400px; width:300px;}
#mover							{ width: 300px; position: relative; }

.slide							{ padding:20px 0 0 0; width:300px; height: 400px; float: left; position: relative; }
.slide h1						{ font-size: 16px; margin:300px 0 0 0; text-align:center;}
.slide p						{ font-size: 12px; line-height: 22px; width: 250px; text-align:center;}
.slide a						{ text-decoration: none;}
.slide a:hover					{ text-decoration: underline;}
.slide img						{ position: absolute; top: 0; left: 0; vertical-align: middle; }
.slide h2						{ font-size: 14px; }
#slider-stopper					{ position: absolute; top: 0px; right: 10px; background: #ac0000; color: white;
								  padding: 0; font-size: 10px; z-index: 1000; }
