.left-slide h3								{ font-family: Georgia, Serif; font-size: 18px; text-align: left; 
								  font-weight: normal;line-height:18px;color: #ac0000;margin-bottom:10px; }

#page-wrap						{ background: white; width: 720px; margin: 0 auto; 
								  padding: 50px 0; }

#slider							{ background: white url(http://tembi.net/images/slider-bg.jpg);
								height: 227px; overflow: hidden; position: relative; margin: 5px 0; -webkit-border-radius:7px;
	-moz-border-radius:7px;
    border-radius:7px; 
	width:720px;float:left;}
								  
                                /* 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; } */
#mover {

width: 720px;
position: absolute;
}

.slide							{ padding: 10px 30px; width: 660px; float: left; position: relative; }
.slide p						{ color: #999; font-size: 12px; line-height: 22px; width: 360px; }
.slide img						{ position: absolute; top: 20px; left: 400px; }
#slider-stopper					{ position: absolute; left: 30px; bottom: 10px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }

