﻿/*anythingSlider v1.0
By Chris Coyier: http://css-tricks.com
with major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider .arrow 
{
	display: block;
	height: 100px;
	width: 67px;
	background: url(../images/arrows.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 40px;
	cursor: pointer;
}

.anythingSlider .forward   
{
	background-position: 0 0;
	/* right: -30px; */
}

.anythingSlider .back                   
{
	/* background-position: -67px 0; 
	left: -25px;*/
}

.anythingSlider{
	width: 390px;
	height: 383px;
	position: relative; /* relative; */
	 margin: 0 auto; 
}
.anythingSlider .wrapper{
	width: 390px;
	overflow: auto;
	height: 383px;
	margin: 0;
	position: absolute;
	top: 5px; 
	left: 0;
}
.anythingSlider .wrapper ul{
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: white; /* #ffffff; */
	margin: 0;
	padding: 0;
}
.anythingSlider ul li{
	display: block;
	float: left;
	padding: 0px;
	height: 383px;
	width: 390px;
	margin: 0;
	/*_padding-left: 25px; */
}
#thumbNav{
	position: relative;
	left: 15px;
	top: 368px;
	text-align: left;
	color: White;
}
#thumbNav a { 
	color: #B2AEAE; /* #666666; */
	font-size: 90%; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	display: inline-block; 
	padding: 2px 4px; 
	height: 12px; 
	margin: 0 3px 0 0; 
	background: white; /* #ffffff;  #6F1200; */ 
	text-align: center; 
	border:1px #B2AEAE solid;
	width: 12px;  
}
#thumbNav a:hover{ 
	background: #B2AEAE; /* #B2AEAE; */
	color: #ffffff; /* #ffffff; */
}
#thumbNav a.cur{
	background:  #B2AEAE; /* #B2AEAE; */
	color: White; /* #ffffff; */
	_color: White;
}
#start-stop{
	background-color: #ffffff; /* #6F1200; */
	font-size: 90%; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: white; /* #666666; */
	padding: 20px 4px;
	height: 18px; 
	width: 33px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 366px;
	border:1px #B2AEAE solid; 
}
#start-stop:hover{	
	background: #B2AEAE; /* #B2AEAE; */
	color: White; /* #ffffff; */
}
.anythingSlider .wrapper ul ul { 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: 12px; /* auto */
	border: 0;
	height: 14px;
}
.anythingSlider .wrapper ul ul li { 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
	/* _padding-left: 25px;
	_margin-left: -10px;

 */
}

.RotatingImage {
		_margin-left: -25px;
		margin-top: 5px;
		_padding-top: 0px;
		margin-left: -30px;  }
		

.fieldlabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	}
.fieldhintbelow {
	font-size: 80%;
	display: block;
	}
