/*
    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                         {
	width: 900px;
	height: 196px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.anythingSlider .sliderwrapper                {
	width: 900px;
	overflow: auto;
	height: 196px;
	position: absolute;
	top: 0;
	left: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.anythingSlider .sliderwrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	left: 0;
	margin: 0;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 186px;
	width: 900px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
.anythingSlider .arrow                  {
	display: block;
	height: 24px;
	width: 74px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
}
.anythingSlider .forward                {
	background-position: 0px 0;
	right: 0px;
	top: 230px;
	background-image: url(../AnythingSlider/images/next_but.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 74px;
	position: absolute;
	cursor: pointer;
	display: block;
}
.anythingSlider .back                   {
	background-position: 0px 0;
	left: 750px;
	top: 230px;
	background-image: url(../AnythingSlider/images/previous_but.png);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 74px;
	position: absolute;
	cursor: pointer;
}
.anythingSlider .forward:hover          {
}
.anythingSlider .back:hover             {
}

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(../new/images/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;
	color: #000000;
}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             {
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	-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                     {
}
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .sliderwrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .sliderwrapper ul ul li       { float: none; height: auto; width: auto; background: none; }.anythingSlider .sliderwrapper * {
	margin: 0px;
	padding: 0px;
}
#featured {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../AnythingSlider/images/background.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 290px;
	padding-top: 20px;
}
.sliderwrapper h1 {
	color: #FFFFFF;
}
.sliderwrapper p {
	font-size: 16px;
	color: #CCCCCC;
}
.featuredimages  img {
	padding: 4px;
	border: 1px solid #FFFFFF;
}
