/*    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                         { position: relative;	margin-top: 0;	width: 309px;	height: 210px;}.anythingSlider .wrapper                { overflow: auto; position: absolute; top: 0; left: 0;	width: 300px;	margin-top: 0;	height: 100%;}                                       /* Width below is max for Opera */.anythingSlider ul li                   { display: block; float: left; padding: 0; margin: 0;	width: 300px;	height: 346px;}.anythingSlider .arrow                  { display: block; height: 11px; width: 10px; text-indent: -9999px; position: absolute; cursor: pointer;	background: url(../images/slider-nav-sprites.png) no-repeat 0 0;	margin-top: 2px;	bottom: 0;}.anythingSlider .forward                {	background-position: -37px;	right: 12px;}.anythingSlider .back                   { background-position: 0 0;	left: 118px;}.anythingSlider .forward:hover          { }.anythingSlider .back:hover             { }#thumbNav                               { position: absolute;	bottom:0;	float:right;	left:140px;	position:absolute;	width:130px;}#thumbNav a                             { color: black; display: inline-block; height: 11px; margin: 0 5px 0 0;	text-indent: -9999px;	font-size: 11px;	width: 10px;	background: url(../images/slider-nav-sprites.png) -10px 0;	float: left;}#thumbNav a.cur                         {	background: url(../images/slider-nav-sprites.png) no-repeat -24px 0;	display: inline-block;	width: 10px;	height: 11px;}#start-stop                             { background: green; background-image: url(../images/cellshade.png); 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;	display: none;}#start-stop.playing                     { background-color: red;	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; }.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;	padding: 0;}#featured-projects .anythingSlider {	margin-left: -11px;}
