#rotate {
    position: relative;
    float: right;
	padding: 0;
	margin-bottom: 25px;
	width: 675px;
	height: 220px;
	border: 3px solid #E2F1F6;
	background-image: url(themes/site_themes/marlatt/images/bg_feature.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#rotate div {
	float: left;
	padding: 0;
	margin-left: 30px;
	width: 470px;
	height: 220px;
	background-image: url(themes/site_themes/marlatt/images/bg_feature.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#rotate ul {
	float: right;
	width: 165px;
	margin: 35px 5px 0 0;
}

#rotate ul li  {
	display: block;
	float: none;
	border-top: 2px solid #69B5CC;
	padding: 7px 15px;
	background-image: url(themes/site_themes/marlatt/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

#rotate img {
	border: 3px solid #E2F1F6;
	float: right;
	margin: 35px 10px 0 10px;
}

#rotate h4 {
	margin: 35px 0 0 5px;
	font-size: 26px;
	font-weight: lighter;
	text-transform: lowercase;
	color: #FFBC47;
}

#rotate p {
	margin: 10px 0 0 5px;
	color: #fff;
}

a:link.featureButton, a:visited.featureButton {
	display: block;
	background-image: url(themes/site_themes/marlatt/images/feature_button.jpg);
	width: 149px;
	height: 29px;
	text-indent: -9999em;
	margin-top: 15px;
}

a:hover.featureButton, a:active.featureButton {
	background-image: url(themes/site_themes/marlatt/images/feature_button_on.jpg);
}
