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

.contentDescSlider {height: 480px;}

.contentDescSlider .wrapper,
.contentSlider .wrapper {
	height:410px;
	left:0;
	margin:0;
	overflow:auto;
	padding:0;
	position:absolute;
	top:0;
	width:819px;
	z-index: 2;
}
.contentDescSlider .wrapper {height:480px;}


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

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

.contentDescSlider .arrow,
.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;
}

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

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

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

.contentThumbNav {
	height: 8px;
	line-height: 6px;
	font-size:6px;	
	padding-top: 0px;
	position: absolute;
	text-align: right;
	top: 436px;
	left:0px;
	width: 819px;
	z-index: 999;
	overflow:visible;
}

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

.contentThumbNav li {
	display: inline;
/*	height: 7px;
	line-height: 7px;
	font-size:7px; */
}
.contentThumbNav ul {
	height: 8px;
	line-height: 6px;
	font-size:6px;
}

.contentThumbNav span {

	font: 6px/ 6px Georgia, Serif;	
	display: inline-block;
	padding-top: 0px;
	padding-left: 0px;
	height: 8px;	
	text-align: center;

	
}

.contentThumbNav span.contentThumbNavColorLine {
	background-color: #a30580;
}

.contentThumbNav span.touchslider-nav-item {
	color: #d2d2d2;
	/*font: 2px/ 2px Georgia, Serif; */
	width: 12px;
	cursor: pointer;
	background-image: url(../pictures/thumb_nav_inactive.png);
	background-color:#d2d2d2;
	/*-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 span.touchslider-nav-item.touchslider-nav-item-current {
	background-image: url(../pictures/thumb_nav_a30580_active.png);
	color: #a30580;
}

/*
  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;
}

.touchslider-viewport {

width:819px;
height:410px;
overflow:hidden

}

.touchslider-viewport .touchslider-item {

width:819px;
	
	
}

.contentDescSlider .touchslider-viewport {

height:480px;

}


.touchslider-viewport a img {
	
	border:none;
}

.touchslider-prev,
.touchslider-next {display: none; z-index: 999;}

.touchslider-prev,
.touchslider-next {position: relative; z-index: 999;}

