#page-wrap { 
float: right;
position: absolute
width: 335px; 
height: 460px;
overflow: hidden;
}

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

#mover { 
width: 335px; 
position: relative; 
}

.slide { 
padding: 0px 0px; 
width: 335px; 
float: left; 
position: relative; 
}

.slide h1 { 
	padding-left: 25px;
	font-family: Times, serif;
	font-size: 30px;
	margin: 0;
	padding-top: 232px;
	color: #445052;
	text-decoration: none;
	font-weight: normal;
}

.slide p { 
line-height: 150%;
color: #445052;
font-family: Arial, Sans-serif;
font-size: 14px; 
line-height: 22px; 
padding-left: 25px;
width: 300px;
}

.slide img { 
position: absolute; 
top: 0px; 
left: 0px;
}

/*#slider-stopper { 
position: absolute; 
right: 16px; 
background: #db0031; 
color: #ffffff;
padding: 3px 8px; 
font-size: 10px; 
text-transform: uppercase; 
z-index: 1000; 
}*/

