/* home page rotator styles */
.rotator { min-width:952px; }

.strip {
	margin:0;
	position:relative; left:0;
}
.strip li {
	background:#000 none;
	border:1px solid #000;
	border-width:0 1px;
	float:left;
}
.quotes {
	color:#fff;
	list-style:none;
	margin:0;
	position:absolute; top:336px;
	width:100%;
	z-index:4
}
	.quotes li {
		display:block;
		margin:0 auto;
		padding: 0 238px 0 0;
		width:735px;
	}

.nav-rotator-wrap {
	min-width:940px;
	position:absolute;
	top:331px;
	width:100%;
	z-index:10;
} 


.nav-rotator {
	margin:0 auto;
	text-align:right;
	width:940px;
}

.nav-rotator ul {
	float:right;
	list-style:none;
	margin:9px 4px 0;
	text-align:right;
}
.nav-rotator li {
	display:inline;
}
.nav-rotator span.nav {
	overflow:hidden;
	text-indent:9999em;
}
.nav-rotator > .nav {
	background:transparent url(http://dev.blackwalnut-inn.com/themes/blackwalnut/images/bg-rotator-nav.png) 0 0 no-repeat;
	cursor:pointer;
	float:right;
	height:33px;
	width:41px;
}
	.nav-rotator > .nav:hover {
		background-position:0 -33px;
	}
	.nav-rotator .next {
		background-position: -41px 0;
	}
	.nav-rotator > .next:hover {
		background-position: -41px -33px;
	}
.nav-rotator li span.nav {
	background:transparent url(http://dev.blackwalnut-inn.com/themes/blackwalnut/images/bg-rotator-nav.png) -20px -66px no-repeat;
	cursor:pointer;
	display:inline-block;
	float:none;
	height:16px;
	margin:0;
	width:20px;
}
	.nav-rotator li span.nav:hover, .nav-rotator .on span.nav {
		background-position:0 -66px;
	}