/*
    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/
*/
.anythingSlider                         { width: 560px; height: 200px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 560px; overflow: auto; height: 200px; margin: 0; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 2px;
	left: 0;
	background: #eee;
	margin: 0;
}
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 200px; width: 560px; margin: 0; }
.anythingSlider .arrow                  { display: none;}

.thumbNav                               {display:none;}

.start-stop                             { z-index: 10; background: #ccc;color: #666; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 20px; top: 180px; -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: #ccc; }
.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; }



@media screen and (max-width:767px){

.anythingSlider .wrapper {
    width: 100%;
 
}
    
    
}