
.contentSlider {
	width: 819px;
	height: 410px;
	position: relative;
	z-index: 1;
}

.contentSlider .wrapper {
	height:410px;
	left:0;
	margin:0;
	overflow:auto;
	padding:0;
	position:absolute;
	top:0;
	width:819px;
	z-index: 2;
}
/* Width below is max for Opera */
.contentSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.contentSlider .wrapper ul li {
	display:block;
	float:left;
	height:410px;
	left:-17px;
	margin:0;
	padding:0 0 0 0;
	position:relative;
	width:819px;
}
.contentSlider .arrow {
	background: url("../pictures/arrows.gif") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 15px;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
	width: 15px;
}

.contentSlider .forward {
	background-position:0 -89px;
	right:37px;
	
}
.contentSlider .back {
	background-position: -120px -89px;
	right: 55px;
	
}

.contentSlider .forward:hover { /*background-position: 0 -200px;*/
	
}

.contentSlider .back:hover { /*background-position: -67px -200px;*/
	
}

.contentThumbNav {
	background-color: a30580;
	height: 8px;
	padding-top: 0px;
	position: relative;
	text-align: right;
	top: 436px;
	z-index: 999;
}

.contentThumbNav div {
	color: #BABBBB;
	padding-right: 75px;
	text-align: right;
}

.contentThumbNav li {
	display: inline;
}
.contentThumbNav ul {
}

.contentThumbNav a {
	color: #d2d2d2;
	font: 2px/ 2px Georgia, Serif;
	display: inline-block;
	padding-top: 1px;
	padding-left: 1px;
	height: 7px;
	width: 12px;
	background-image: url(../pictures/thumb_nav_inactive.jpg);
	text-align: center;
	/*-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}

.contentThumbNav a:hover { /*background-image: none;*/
	
}

.contentThumbNav a.cur {
	background-image: url(../pictures/thumb_nav_active.jpg);
	color: #a7258b;
}

/*
  Prevents
*/
.contentSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.contentSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/* ########## HEADER SLIDER STYLE ########## */
.headerSlider {
	width: 819px;
	height: 240px;
	position: relative;
	margin: 0 auto 15px;
}

.headerSlider .wrapper {
	width: 819px;
	overflow: auto;
	height: 410px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
}

/* Width below is max for Opera */
.headerSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.headerSlider .wrapper ul li {
	display: block;
	float: left;
	height: 410px;
	left: -17px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 819px;
}

.headerSlider .arrow {
	background: url("../pictures/arrows.gif") no-repeat scroll 0 0
		transparent;
	cursor: pointer;
	display: block;
	height: 15px;
	position: absolute;
	text-indent: -9999px;
	top: 2px;
	width: 15px;
}

.headerSlider .forward {
	background-position: 0 -90px;
	right: 0px;
	z-index: 999;
}

.headerSlider .back {
	background-position: -120px -90px;
	right: 36px;
	z-index: 999;
}

.headerSlider .forward:hover { /*background-position: 0 -200px;*/
	
}

.headerSlider .back:hover { /*background-position: -67px -200px;*/
	
}

.headerThumbNav {
	background-color: a30580;
	height: 19px;
	padding-top: 1px;
	position: relative;
	text-align: center;
	top: 410px;
}

.headerThumbNav2 {
	background-color: a30580;
	height: 19px;
	padding-top: 1px;
	position: relative;
	text-align: center;
	top: 0;
}

.headerThumbNav div {
	color: #BABBBB;
	bottom: 0;
	padding-right: 60px;
	text-align: right;
}

.headerThumbNav li {
	display: inline;
}

.headerThumbNav a {
	color: black;
	font: 11px/ 18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(../pictures/cellshade.png) repeat-x;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.headerThumbNav a:hover { /*background-image: none;*/
	
}

.headerThumbNav a.cur {
	background: #e0a213;
}

.start-stop {
	background-image: url("/pictures/play.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 13px;
	position: absolute;
	right: 19px;
	top: 243px;
	width: 13px;
	z-index: 10;
}

.start-stop.playing {
	background-image: url(/pictures/pause.gif);
}

.start-stop:hover { /*background-image: none;*/
	
}

/*
  Prevents
*/
.headerSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.headerSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}