.bannerSlider                         {
	width: 914px;
	height: 310px;
	position: relative;
	margin: 0 auto;
	line-height:18px;
	padding: 0;
	
}

.bannerSlider .wrapper                {
	width: 914px;
	overflow: auto;
	height: 310px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	
}

.bannerSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	/*border-top: 3px solid #e0a213;
	border-bottom: 3px solid #e0a213;*/
	margin: 0;
	
}

.bannerSlider ul li                   {
	 display: block;
	float: left;
	padding: 0;
	height: 310px;
	width: 914px;
	margin: 0;
	overflow:hidden;
	
}

.bannerSlider .arrow                  {
	display: block;
	height: 310px;
	width: 150px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	cursor: pointer;
}

.bannerSlider .forward                {
	background: url(../images/slider_right.png) no-repeat 0 0;/**/
	background-position: -999px 130px;
	right: 0;
}

.bannerSlider .back                   {
	background: url(../images/slider_right.png) no-repeat 0 0;
	background-position: -999px 130px;
	left: 0;
}

.bannerSlider .forward:hover          {
	 background-position: 122px 125px;
}

.bannerSlider .back:hover             {
	 background-position: -1px 125px;
}


#thumbNav                               {
	position: relative;
	top: 263px;
	text-align: right;
	right: 80px;
	
}

#thumbNav a                             {
	color: #fff;
	font: 11px/18px Arial, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	background: #07a8f8;
	/*background: #c58b04 url(../images/cellshade.png) repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	*/
 
}

#thumbNav a:hover                       {
	 background-image: none;
	
}

#thumbNav a.cur                         {
	 background: #8cd2f6;
	
}


#start-stop                             {
	background: green;
	/*background-image: url(../images/cellshade.png);*/
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 28px;
	top: 263px;
	/*-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}

#start-stop.playing                     {
	 background-color: red;
	
}

#start-stop:hover                       {
	 background-image: none;
}


/*
  Prevents
*/

.bannerSlider .wrapper ul ul          {
	position: static;
	margin: 0;
	background: none;
	overflow: hidden;
	width: auto;
	border: 0;
	height: 314px;
	
}

.bannerSlider .wrapper ul ul li       {
	float: none;
	height: auto;
	width: auto;
	background: none;
	overflow:hidden;
	height: 314px;
	
}
