.outer-content {
	background-color: #e0450b;
}
.nav-plaayful, .bottom-dining {
	background: url(../images/nav-red-bg.png) no-repeat 0px 0px;
}
.nav-plaayful ul li .current {
	border-top: #ffffff 3px solid;
}
a.activities:hover, a.activities:active,
a.beaches:hover, a.beaches:active,
a.shopping:hover, a.shopping:active,
a.weddings:hover, a.weddings:active,
a.nightlife:hover, a.nightlife:active,
a.calendar:hover, a.calendar:active {
	border-top: #cd2a04 3px solid;
}
.scroll-bar {
	height: 440px;
	position:relative;
	background-color:#dc9983;
}
.prevBtn {
	position:absolute;
	top: 0;
	cursor: pointer;
	display: block;
	height: 35px;
	width: 16px;
	background:url(../images/btn-back-red.gif) no-repeat 0px 0px;
}
.prevBtn:hover {
	background:url(../images/btn-back-red.gif) no-repeat -16px 0px;
}
.prevBtn > span {
	visibility: hidden;
}
.nextBtn {
	position:absolute;
	bottom: 0;
	cursor: pointer;
	display: block;
	height: 35px;
	width: 16px;
	background:url(../images/btn-next-red.gif) no-repeat 0px 0px;
}
.nextBtn:hover {
	background:url(../images/btn-next-red.gif) no-repeat -16px 0px;
}
.nextBtn > span {
	visibility: hidden;
}