/*
    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                         { clear:both; width: 971px; position: relative; margin:0; }
.anythingSlider .wrapper                { width: 971px; overflow:auto; height:400px; position: absolute; top:0; left:0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position:absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display:block; float:left; padding:0; height:400px; width: 971px; margin:0; background:none; }
.anythingSlider .arrow                  { display: block; height: 57px; width: 255px; text-indent: -9999px; position: absolute; top: 300px; left: 0px; cursor: pointer; }
.anythingSlider .forward                { background: url(../img/slider-nav.png) no-repeat right top; height: 39px; width: 108px; left:120px;}
.anythingSlider .back                   { background: url(../img/slider-nav.png) no-repeat left top; height: 39px; width: 108px;}
.anythingSlider .forward:hover          {background: url(../img/slider-nav.png) no-repeat right bottom;}
.anythingSlider .back:hover             {background: url(../img/slider-nav.png) no-repeat left bottom;}

.anythingSlider #thumbNav				{ display:none; }
.anythingSlider #start-stop             { display:none; }

.anythingSlider .media { float:left; width:485px; height:358px; margin-top:10px; padding:20px 0 0 15px; background:url(../img/slider-media-bg.png) top left no-repeat; }
.anythingSlider .iphone { float:left; width:482px; height:358px; padding:62px 0 0 18px; background:url(../img/slider-iphone-bg.png) top left no-repeat; }
.anythingSlider .caption {
	float: left;
	height: 225px;
	padding: 35px 18px 18px 0;
	width: 442px;
	color:#FFFFFF;
	font-size:14px;
}

/*
  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; }


