/*
    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: 760px; height: 250px; position: relative; margin: 0 auto 15px; }
.anythingFader .wrapper                { width: 610px; overflow: auto; height: 250px;position: absolute; top: 0; left: 0; }
.anythingFader .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0 !important; }
.anythingFader ul li                   { display: block; float: left; padding: 0; height: 250px; width: 610px; overflow: hidden; margin: 0; }

.anythingFader .arrow                  { display: none !important; color: #fff;  height: 20px; width: 20px; cursor: pointer; }

.anythingFader .forward                { float:left;display:block;background-color:#000;}
.anythingFader .back                   { float:right;display:block;background-color:green;:}

#thumbNav                               { float:left;text-align: center; position: absolute; left: 405px; top: 210px;}
#thumbNav a                             { outline: none; font-weight: bold; color: #fff; font-size: 11px; display: inline-block; padding: 9px 12px 10px 14px; margin: 0 1px 0 0; background:  url(../images/cell2.gif) repeat-x; text-align: center;  }
#thumbNav a:hover                       { background:  url(../images/cell1.gif) repeat-x; }
#thumbNav a.cur                         {background:  url(../images/cell1.gif) repeat-x; }

#start-stop                             { display: none; 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; }
#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 ul li    {
	position: relative;
}

.anythingFader ul li img {
	position: absolute;
	left: 24px;
	top: 0px;
}

.anythingFader ul li h1 {
	font-size: 34px;
	padding-left: 405px;
	text-align: left;
	line-height: 34px;
	font-style: italic;
	padding-bottom: 5px;
}

.anythingFader ul li p {
	padding-left: 405px;
	line-height: 18px;
	height: 100px;
	overflow: hidden;
}
