/*
    anythingSlider v1.0

*/
#home-slider1 {
	width: 800px;
	height: 250px;
	float: left;
	margin:20px 0 40px -60px;
	_float:right;
	_margin-top:-254px;
} 

.anythingSlider                         { width: 390px; height: 252px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 300px; overflow: auto; height: 250px; margin: 0 40px; position: absolute; top: 0; left: 0; border: 1px solid #7d7d7d; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 247px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 119px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 -41px; right: -19px; }
.anythingSlider .back                   { background-position: -67px -41px; left: -27px; }
.anythingSlider .forward:hover          { background-position: 0 -241px; }
.anythingSlider .back:hover             { background-position: -67px -241px; }

#start-stop                             { background: green; 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
*/
.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; }

#below-slider-tab 						{ position: absolute; top: 266px; left: 378px; }



.anythingSlider1                        { width: 772px; height: 252px; position: relative; margin: 0 auto 15px; z-index:10;}
.anythingSlider1 .wrapper                { width: 682px; overflow: auto; height: 250px; margin: 0 40px; position: absolute; top: 0; left: 0; border: 0px solid #7d7d7d; }
.anythingSlider1 .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; padding-left:-10px;}
.anythingSlider1 ul li                   { display: block; float: left; padding-left:-4px; height: 247px; width: 682px; margin: 0; }
.anythingSlider1 .arrow                  { display: block; height: 119px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 67px; cursor: pointer; z-index:10;  }
.anythingSlider1 .forward                { background-position: 0 -41px; right: -19px; }
.anythingSlider1 .back                   { background-position: -67px -41px; left: -27px; }
.anythingSlider1 .forward:hover          { background-position: 0 -241px; }
.anythingSlider1 .back:hover             { background-position: -67px -241px; }

#start-stop                             { background: green;  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
*/
.anythingSlider1 .wrapper1 ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider1 .wrapper1 ul ul li       { float: none; height: auto; width: auto; background: none; }

#below-slider-tab 						{ position: absolute; top: 266px; left: 378px; }
