/*
    anythingSlider v1.2
    
    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/
*/

.anythingFader                         { width: 472px; height: 152px; position: relative;}
.anythingFader img                     { border:0px; }
.anythingFader #top					{ float:left; width:472px; height:16px; background: url(/Content/images/top.gif) no-repeat 0 0;}
.anythingFader .wrapper                { width: 472px; overflow: auto; height: 172px; position: absolute; top: 0; left: 0; margin:4px 0 0 5px;}
.anythingFader .wrapper ul             { list-style:none; color:#000000; width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0 }
.anythingFader ul li                   { list-style:none; padding:0px;font-family:arial; font-size:26px; display: block; float: left; padding: 0; height: 152px; width: 472px; margin: 0; }
.anythingFader .arrow
{
	display: block;
	height: 30px;
	width: 17px;
	text-indent: -9999px;
	position: absolute;
	top: -20px;
	cursor: pointer;
}
.anythingFader .back
{
	background: url(/images/gen/left-arrow.png) no-repeat 0 0;
	position: absolute;
	left: 440px;
	top:1px;
}
.anythingFader .forward
{
	background: url(/images/gen/right-arrow.png) no-repeat 0 0;
	position: absolute;
	left: 460px;
	top:1px;
}

/*.anythingFader .forward:hover
{
	background-position: 0 -200px;
}
.anythingFader .back:hover
{
	background-position: -67px -200px;
}
*/

#thumbNav
{
	position: relative;
	top: 323px;
	text-align: center;
}
#thumbNav a
{
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(../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;
}
#thumbNav a:hover
{
	background-image: none;
}
#thumbNav a.cur
{
	background: #e0a213;
}

#start-stop
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background: green url(../images/cellshade.png) repeat-x scroll 0 0;
	color: white;
	padding: 2px 5px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 152px;
	width: 40px;
	display:none;
}
#start-stop.playing
{
	background-color: red;
}
#start-stop:hover
{
	background-image: none;
}

/*
  Prevents
*/
.anythingFader .wrapper ul ul
{
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingFader .wrapper ul ul li
{
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.anythingFader2                         { width: 369px; height: 24px; position: relative;color:#FF0000;font-family:verdana;font-size:14px;font-weight:bold;background-color:#ffffff; }
.anythingFader2 img                     { border:0px; }
.anythingFader2 #top					{ float:left; width:369px; height:24px; background: url(/Content/images/top.gif) no-repeat 0 0;}
.anythingFader2 .wrapper                { color:#000000;width: 369px; overflow: auto; height: 24px; position: absolute; top: -3; left: -5; margin:4px 0 0 5px;font-family:Arial;font-size:14px;font-weight:bold;}
.anythingFader2 .wrapper ul             { color:#000000;width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0;font-family:Arial;font-size:14px;font-weight:bold; }
.anythingFader2 ul li                   { color:#000000;display: block; float: left; padding: 0; height: 24px; width: 369px; margin: 0;font-family:Arial;font-size:14px;font-weight:bold;background-color:#ffffff; }
.anythingFader2 .arrow
{
	display: block;
	height: 30px;
	width: 17px;
	text-indent: -9999px;
	position: absolute;
	top: 3px;
	cursor: pointer;
}
.anythingFader2 .back
{
	background: url(/images/gen/left-arrow.png) no-repeat 0 0;
	position: absolute;
	left: 338px;
	/*display:none;*/
}
.anythingFader2 .forward
{
	background: url(/images/gen/right-arrow.png) no-repeat 0 0;
	position: absolute;
	left: 359px;
	/*display:none;*/
}

/*
  Prevents
*/
.anythingFader2 .wrapper ul ul
{
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingFader2 .wrapper ul ul li
{
	float: none;
	height: auto;
	width: auto;
	background: none;
}


