/*    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/*/*                                       { margin: 0; padding: 0; }.anythingSlider                         { 	width: 200px;	padding: 0px;	background: black url(../images/iPhone.jpg) no-repeat;	margin: 0px;	position: relative;	height: 340px;	top: 0px; left: 0px;	}.anythingSlider .wrapper                { width: 126px; overflow: auto; height: 190px; margin: 69px 0px 0px 37px; position: absolute; top: 0; left: 0; }                                       /* Width below is max for Opera */.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #000; margin: 0; }.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 190px; width: 150px; margin: 0; }.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }/*  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; }