#slide01 {
	margin: 0 0; padding: 0 0;
	display: block;
	width: 456px;
	height: 123px;
	background: url(../images/slide01.jpg) no-repeat top left;
}
	#slide01 h1{  position: relative; top: 5px; left: 180px; text-indent:-999999px; background:url(../images/accommodation.gif) no-repeat; width:140px; height:30px;}
	#slide02 h1{  position: relative; top: 5px; left: 180px; text-indent:-999999px; background: url(../images/elephantwalks.gif) no-repeat; width:140px; height:30px;}
	#slide03 h1 {  position: relative; top: 5px; left: 180px; text-indent:-999999px; background: url(../images/gamedrives.gif) no-repeat; width:140px; height:30px;}
	#slide04 h1 {  position: relative; top: 5px; left: 180px; text-indent:-999999px; background: url(../images/gameviewing.gif) no-repeat; width:230px; height:30px;}
	#slide01 p, #slide02 p, #slide03 p, #slide04 p { font: normal 11px Verdana, Geneva, sans-serif; color: #FFF; position: relative; top: 0px; left: 180px;}
	#slide01 a, #slide02 a, #slide03 a, #slide04 a {color: #FFF;}
	#slide01 a:hover, #slide03 a:hover, #slide03 a:hover, #slide04 a:hover {color: #CCC;}
#slide02 {
	margin: 0 0; padding: 0 0;
	display: block;
	width: 456px;
	height: 123px;
	background: url(../images/slide02.jpg) no-repeat top left;
}
#slide03 {
	margin: 0 0; padding: 0 0;
	display: block;	
	width: 456px;
	height: 123px;
	background: url(../images/slide03.jpg) no-repeat top left;
}

#slide04 {
	margin: 0 0; padding: 0 0;
	display: block;	
	width: 456px;
	height: 123px;
	background: url(../images/slide04.jpg) no-repeat top left;
}


noscript p, noscript ol {
	color: #a00;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left
}
noscript a {
	color: #000;
	text-decoration: underline
}
noscript ol {
	margin-left: 25px;
}
a:focus {
	outline:none
}
img {
	border: 0;
}

body.slider {
	background:;
	color: #000;
	width: 456px;
	margin: auto;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0 0;
	position: relative;
	width: 100%;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 123px;
	background:;
	overflow: scroll;
}
.csw .loading { visibility: hidden;
	z-index: 99999;
	position: absolute ; top: 15px; left: 15px; width: 32px; height:32px;
	text-align: center;
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: none; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 456px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 123px;
	clear: both;
	background:;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 456px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: -10px auto; display: block; height:1px;
	}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	
}
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
}
.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background:;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	visibility: hidden;
}
.stripNav a:hover {
	background:;
}
.stripNav a.current {
	background:;
	color:;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 55px;
	text-indent: -9000em;
}
.stripNavL a:link, .stripNavL a:visited {
	display: block;
	width: 22px;
	height:22px;
	background: url(../images/btn_sliderleft.png) no-repeat top left;
}
.stripNavL a:hover {
	background: url(../images/btn_sliderleft.png) no-repeat bottom left;
}
.stripNavR a:link, .stripNavR a:visited {
	display: block;
	width: 22px;
	height:22px;
	background: url(../images/btn_sliderright.png) no-repeat top left;
}
.stripNavR a:hover {
	background: url(../images/btn_sliderright.png) no-repeat bottom left;
}
.stripNavL {
	z-index: 99999;
	left: 5px;
}
.stripNavR {
	z-index: 99999;
	right: 5px;
}
.stripNavL {
}
.stripNavR {
}
