/*
    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: 875px; height: 375px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 875px; overflow: auto; height: 375px; margin: 0 auto; 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; margin: 0; }
.anythingSlider ul						{padding:0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 375px; width: 875px; margin: 0; }
.anythingSlider ul li img               {float:left;padding-right:20px;}
.anythingSlider ul li div.left			{width:160px;padding-top:50px;}
	.anythingSlider ul li#iphone div.left		{padding-top:80px;}
	.anythingSlider ul li#iotw div.left			{padding-top:100px;}
	.anythingSlider ul li#greentv div.left		{padding-top:90px;}
	.anythingSlider ul li#greentrak div.left	{padding-top:100px;}
.anythingSlider ul li h2                {color:#652D86;font-size:1.2em;font-weight:bold;margin:10px 0;}
.anythingSlider ul li p                 {}
.anythingSlider .wrapper ul li ul       {padding-left:15px;}
.anythingSlider ul li li                {display:list-item;float:none;height:auto;list-style:outside disc;width:auto;}
.anythingSlider ul li a                 {color:#652D86;display:block;font-weight:bold;position:absolute;top:345px;}
.anythingSlider ul li p a           {color:#3F9C35;display:inline;font-weight:normal;padding:0;white-space:nowrap;position:relative;top:auto;right:auto;bottom:auto;left:auto;}
.anythingSlider .arrow                  { display: block; height: 200px; 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 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 375px; text-align: center; }
#thumbNav a                             { background:url(../images/home/slideshow/thumb.jpg) top right;display: inline-block; padding:0; height: 13px;margin:0 20px 0 0;text-indent:-9999px;width:12px;}
#thumbNav a:hover                       { background-position:top left; }
#thumbNav a.cur                         { background-position:top left;}

#start-stop                             { background: #3F9C35; 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; }
#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; }
