

#page-wrawe						 
{
    direction:ltr;
    width: 660px; margin: 0 auto; 
								  padding: 10px 0; }
#page-wrawe	a	
{ text-decoration:underline; outline: none; color: #e8dbe6; }




#page-wrawe	 h2
	{ font-size: 36px; text-align: center; 
	    font-weight: normal; 
	}
	    
								  
#page-wrawe	  a img	
	{ border: none; }

#slider							{  height: 200x; overflow: hidden;
								  position: relative; margin: 10px 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 1980px; position: relative; }

.slide							{ padding: 40px 30px; width: 600px; float: left; position: relative; }
.slide h1						{ font-size: 30px; letter-spacing: -1px; direction:rtl;
         						  text-align:right;
         						  padding-right:300px;
         						  top:10px;
         						left:100px;
								  color: #ac0000; }
								  
								  
.slide p						{ color: #e8dbe6;
	     font-size: 18px;
	     font-weight:600;
 line-height: 22px; width: 300px; }
 
 
 
.slide img						{ position: absolute; top: 20px; left: 400px;  width:200px;  
	      height:150px;
 }
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white; display:none;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }