/*
    anythingFader 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/
*/


.anythingFader                         { width: 980px; height: 304px; position: relative; background: url(../../img/slider-options-bg.gif) no-repeat 72px 239px;}
* html .anythingFader                         {background: url(../../img/slider-options-bg.gif) no-repeat 72px 238px;}
.anythingFader .wrapper                { width: 826px; /*overflow: auto;*/ overflow: hidden; height: 289px; position: absolute; top: 15px; left: 72px; }
.anythingFader .wrapper ul             { width: 99999px; position: absolute; top: 0; left: 0;}
.anythingFader ul li                   { display: block; float: left; padding: 0; height: 289px; width: 826px;}

.anythingFader .arrow                  { display: block; height: 30px; width: 30px; background: url(../../img/slider-arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 130px; cursor: pointer; }

.anythingFader .forward                { background-position: -30px 0; right: 20px; }
.anythingFader .back                   { background-position: 0 0; left: 20px; }
.anythingFader .forward:hover          { background-position: -30px -30px; }
.anythingFader .back:hover             { background-position: 0px -30px; }




#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                             { 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: 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                     { 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; }

.anythingFader h1, .anythingFader h2 {
	font-size: 34px;
	/*margin-top: 15px;*/
	padding-bottom: 0px;
	font-weight: normal;
}

.anythingFader li {
	position: relative;
}

.anythingFader li .block {
	width: 395px;
	padding-left: 2px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.anythingFader img.x1 {
	position: absolute;
	right: 0;
	top: 0;
}

.anythingFader .options {
	width: 420px;
	height: 40px;
	position: relative;
	position: absolute;
	left: 0px;
	bottom: 35px;
	color: #626A74;
	font-size: 13px;
}

.anythingFader .options p {
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 5px;
}

.anythingFader .options img {
	display: block;
	float: left;
}

.anythingFader .options .a,
.anythingFader .options .b {
	width: 171px;
	height: 40px;
	position: absolute;
	top: -2px;
	text-align: center;
}

.anythingFader .options .a { width: 138px; left: 0; }
.anythingFader .options .b { width: 171px; right: 66px; }

.anythingFader .options .a p,
.anythingFader .options .b p {
	margin: 0;
	padding: 0;
}

.anythingFader .options a {
	margin: 0 !important;
	/*padding: 0 !important;*/
	padding-top: 3px;
	font-size: 19px;
	color: #fff;
	text-align: center;
	display: block;
	height: 40px;
	text-decoration: none;
	font-weight: 600;
	font-family: "ff-dax-compact-web-pro-n6", "ff-dax-compact-web-pro", sans-serif;
}

.anythingFader .options .a a { width: 138px; }
.anythingFader .options .b a { width: 171px; }

.anythingFader .options .or {
	/*position: absolute;
	top: 0; left: 138px;*/
	display: none;
}

