#interior-rotator {
	width: 100%;
	height: 140px;
	margin: 0 0 10px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC; 
	background: #f4f4f4; 
	overflow: hidden;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#ebebeb 100%);
}
#interior-rotator .rotator {
	margin: 0; 
	width: 100%;
	height:138px;
	padding: 0;
	position: relative; 
}
#interior-rotator h3 { 
	color: #6A9E1F; 
	margin: 15px 0 4px 0; 
	padding: 0; 
	font-size: 16px; 
	width: 60%;
	float:left;
	max-height:43px;
	overflow:hidden;
}
#interior-rotator h3 a { 
	color: #6A9E1F; 
}
#interior-rotator a:hover { 
	text-decoration: none;  
}
#interior-rotator p { 
	width: 59%;
	color: #333;
	float:left;
	max-height:4.5em;
	overflow:hidden;
}
#interior-rotator .rotator img { 
	margin: 1px 2.99% 0 0.01%; 
	float: left; 
	height: 136px; 
}
.rotator .rNav { 
	position: absolute; 
	bottom: 13px;
	right: 15px; 
	padding: 0;
	line-height: 0;
	margin: 0; 
}
.rotator a.blockLink2 { 
	position: absolute; 
	bottom: 14px; 
	left: 273px;
}