 
a img							{ border: none; }

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

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

.slide							{ padding: 40px 30px; width: 680px; float: left; position: relative; }
.slide h1						{  font-size: 12px; letter-spacing: -1px;
								  color: #348cbc; font-weight:bold}
.slide p						{ color: #999; font-size: 12px; line-height: 22px; width: 300px;font-weight:bold }
.slide img						{ position: absolute; top: 20px; left: 400px; }
 