/*
    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: 760px; height: 1320px; position: relative; margin: 0 auto 15px;}
.anythingSlider .wrapper                { width: 650px; /*overflow: auto;*/ height: 1320px; margin: 0 40px; 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: #fff; border-top: 1px solid #359DB2; /*border-bottom: 1px solid #359DB2;*/ margin: 20px 0/* 25px 0; padding:0 0 15px 0*/; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 1320px; width: 650px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 90px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 3px; }
.anythingSlider .back                   { background-position: -67px 0; left: -27px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; /*top: 393px;*/ text-align: center; bottom:2px; width:165px; margin:0 auto;}
#thumbNav a                             { color: black; font: bold 11px/18px Arial, Helvetica, sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #359DB2 url(cellshade.png) repeat-x; text-align: center; text-decoration:none; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #359DB2; color: #fff; font-weight:bold; }

/*#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: 70px; top: -2px; text-decoration:none; }*/
#start-stop                             { background:#f7f7f7; background-image: url(auto-play.jpg); background-repeat: no-repeat; background-position:right top; color:#000000; padding: 2px 20px; width: 60px; text-align: center; position: absolute; right: 70px; top: -2px; text-decoration:none; font-weight:bold; text-align:right; }
#start-stop:hover                       { background:#f7f7f7; background-image: url(auto-play.jpg); background-repeat: no-repeat; background-position:right top; color:#0bb2de; padding: 2px 20px; width: 60px; text-align: center; position: absolute; right: 70px; top: -2px; text-decoration:none; font-weight:bold; text-align:right; }

#start-stop.playing                     { background:#f7f7f7; background-image: url(auto-stop.jpg); background-repeat: no-repeat; background-position:right top; color:#000000; padding: 2px 20px; width: 60px; text-align: center; position: absolute; right: 70px; top: -2px; text-decoration:none; font-weight:bold; text-align:right; }
#start-stop.playing:hover                       { background:#f7f7f7; background-image: url(auto-stop.jpg); background-repeat: no-repeat; background-position:right top; color:#ec290f; padding: 2px 20px; width: 60px; text-align: center; position: absolute; right: 70px; top: -2px; text-decoration:none; font-weight:bold; text-align:right;  }

/*
  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; }
.paddingReset{ padding-left:0;}
.anythingSlider .caseStudyDetails{ width:635px !important; margin-right:0 !important;}
.anythingSlider hr{ display:block; border:0; background-color:#ccc; color:#ccc; height:1px; line-height:1px; margin:8px 0;}
.noMargin{ margin-left:0 !important;}
.launchProjLink{ margin:0 10px 0 0;}

/* height reset */
.CR, .CR .wrapper, .CR .wrapper ul, .CR .wrapper ul li{ height:540px !important;}
.MF, .MF .wrapper, .MF .wrapper ul, .MF .wrapper ul li{ height:625px !important;}
.CQ, .CQ .wrapper, .CQ .wrapper ul, .CQ .wrapper ul li{ height:715px !important;}
.CQ .wrapper ul li ul, .CQ .wrapper ul li ul li{ height:auto !important;}
.mototech, .mototech .wrapper, .mototech .wrapper ul, .mototech .wrapper ul li{ height:850px !important;}
.mototech .wrapper ul li ul, .mototech .wrapper ul li ul li{ height:auto !important;}
