/*
    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                         { background: url(/resources_mfm/images/slider_bg.png) no-repeat; width: 567px; height: 320px; position: relative; margin: 0 auto 15px;z-index:1; }
.anythingSlider .wrapper                { background: none; width: 482px; overflow: auto; height: 300px; margin: 0; position: absolute; top: 12px; left: 43px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: none; margin: 0; padding:0; }
.anythingSlider ul li                   { display: block; font-size: 12px; float: left; padding: 0; height: 291px; width: 482px; margin: 0 auto; position: relative;}
.anythingSlider .arrow                  { display: block; height: 271px; width: 32px; text-indent: -9999px; position: absolute; top: 12px; cursor: pointer;z-index:1000;}
.anythingSlider .forward                { background: url(/resources_mfm/images/slider_right.gif) no-repeat 0 0; right: 8px; }
.anythingSlider .back                   { background: url(/resources_mfm/images/slider_left.gif) no-repeat 0 0; left: 8px;}

.anythingSlider .forward:hover ,
.anythingSlider .back:hover  			{ display: block; height:271px;	margin:	0;	padding: 0;	position: absolute;	top: 12px; overflow:visible;}

.anythingSlider .forward:hover          { background: url(/resources_mfm/images/next_hover.png) no-repeat;width: 214px;	}
.anythingSlider .back:hover            	{background: url(/resources_mfm/images/previous_hover.png) no-repeat;width: 220px; }
*:first-child+html .anythingSlider .forward:hover{background: url(/resources_mfm/images/slider_right.gif) no-repeat 0 0; width:32px;}
*:first-child+html .anythingSlider .back:hover  {background: url(/resources_mfm/images/slider_left.gif) no-repeat 0 0; width:32px;}


.anythingSlider .forward:hover .next_hover{display: block;}
.anythingSlider .back:hover .previous_hover {display: block;}

.anythingSlider .previous_hover,
.anythingSlider .next_hover				{ background: none;	height: 81px;	margin:	0;	padding:10px 0;	position: absolute;	top: 92px;	width: 150px; z-index:2000;	overflow:visible;}	

.anythingSlider .previous_hover 		{ left:		0;}
.anythingSlider .next_hover 			{ right:	0;}



.anythingSlider .slider_content			{ height:271px; margin: 0; padding:0; overflow: hidden;}
.anythingSlider .slider_caption			{ display: block; font-size: 14px; height: 20px; text-align:center;}
#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; }
#start-stop  							{ display: none;}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

