.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 0px;
	width: 320px; /*width of featured content slider*/
	height: 233px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 310px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	background-color: #000000;
}

.pagination{
	width: 310px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pagination a{
	text-decoration: none;
	color: #000000;
	background: white;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #AA0000;
}
.footerclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F4F4F4;
}
.leftunderlogopix {
	height: 225px;
	width: 225px;
	left: 25px;
	top: 50px;
}
.bg-locationpage {
	background-image: url(images/bg_location.jpg);
	background-repeat: no-repeat;
}
.hoursformat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990033;
	border: thin double #000000;
}
.locationmap {
	border: medium double #000000;
}
.txtformat-reservations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

