/*
    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:hover .arrow,
.anythingSlider:hover  #start-stop.playing,
.anythingSlider:hover  #start-stop{
	display:block;
}



.anythingSlider     { 
	width: 760px; 
	height: 360px; 
	position: relative; 
	margin: 0 auto 0px;
	}
.anythingSlider .wrapper     { 
	width: 700px;
	overflow: auto; 
	height: 320px; 
	margin: 0 0px 0 31px!important;
	/*position: absolute; */
	
	
}
.anythingSlider .wrapper ul     
        { width: 99999px; 
		list-style: none; 
		position: relative; 
		/*top: 0; left: 0; background: #eee;
		border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213;*/ margin: 0 auto; }
.anythingSlider ul li                   { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 320px; 
	width: 700px!important;  
	margin: 0 0 0 -0px!important;
	position: relative;
	
}
.anythingSlider ul li   img {

margin-left: -40px!important;
}
.anythingSlider .arrow                  { 
	display: block; 
	height: 37px; 
	width: 37px; 
	text-indent: -9999px; 
	position: absolute; 
	top: 65px; 
	cursor: pointer; 
	opacity: 0.5;  
	display:none;
}
.anythingSlider .arrow:hover {
	opacity: 1;
	
}
.anythingSlider 	.arrow.back {
	 background: url('/images/slider/prev.png') no-repeat center center #000;
	 width: 37px;
    height: 37px;
	top: 64px;
	left: 50px;
	 opacity: 0.5;  
}
.anythingSlider .arrow.forward {
	background: url('/images/slider/next.png') no-repeat center center #000;
	width: 37px;
    height: 37px;
	top: 64px;
	right: 50px;
}


.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 323px; text-align: center;display:none; }
#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  {
	display:none;
	background: url('/images/slider/play.png') no-repeat center center #000;	
	width: 37px;
    height: 37px;
	font-size: 0;
	text-align: center; 
	position: absolute; 
	top: 64px;
    left: 49%;
	border-radius: 0;
    opacity: 0.5;  
}
#start-stop.playing {
    background: url('/images/slider/pause.png') no-repeat center center #000;
    position: absolute;
    top: 64px;
    left: 49%;
    font-size: 0;
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 0;
    opacity: 0.5; 
	display:none;
}

 }
#start-stop:hover                       { background-image: 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; }