﻿/*
    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: 949px; height: 320px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper2                { width: 840px; overflow: auto; height: 300px; margin: 0 0 0 54px; position: absolute; top: 10px; left: 0px; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper2 ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #dfdfdf; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0 0 0 0; height: 300px; width: 840px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 130px; 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; }
.anythingSlider img					{ border: none; margin: 0 0 0 0;}


#start-stop                              { display:none;}

/*
  Prevents
*/
.anythingSlider .wrapper2 ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper2 ul ul li       { float: none; height: auto; width: auto; background: none; }

/* 
  Portfolio page
*/

.anythingSlider4                         { width: 949px; height: 480px; position: relative; margin: 0 auto 15px; }
.anythingSlider4 .wrapper4                { width: 840px; overflow: auto; height: 400px; margin: 0 54px; position: absolute; top: 10px; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider4 .wrapper4 ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #dfdfdf; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; }
.anythingSlider4 ul li                   { display: block; float: left; padding: 0; height: 450px; width: 840px; margin: 0; }
.anythingSlider4 .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 130px; cursor: pointer; }
.anythingSlider4 .forward                { background-position: 0 0; right: -20px; }
.anythingSlider4 .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider4 .forward:hover          { background-position: 0 -200px; }
.anythingSlider4 .back:hover             { background-position: -67px -200px; }
.anythingSlider4 img					{ border: none;}

/*
  Prevents
*/
.anythingSlider4 .wrapper4 ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider4 .wrapper4 ul ul li       { float: none; height: auto; width: auto; background: none; }

/* Works page
*/

.anythingSlider3                         { width: 949px; height: 480px; position: relative; margin: 0 auto 0; }
.anythingSlider3 .wrapper3                { width: 840px; overflow: auto; height: 400px; margin: 0 54px; position: absolute; top: 10px; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider3 .wrapper3 ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #dfdfdf; border-top: 0px solid #e0a213; border-bottom: 0px solid #e0a213; margin: 0; }
.anythingSlider3 ul li                   { display: block; float: left; padding: 0; height: 450px; width: 840px; margin: 0px; }
.anythingSlider3 ul li p    			 { color: #000000; font-family: Arial; font-size: 14px; padding: 10px 20px 10px 10px;}
.anythingSlider3 .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 130px; cursor: pointer; }
.anythingSlider3 .forward                { background-position: 0 0; right: -20px; }
.anythingSlider3 .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider3 .forward:hover          { background-position: 0 -200px; }
.anythingSlider3 .back:hover             { background-position: -67px -200px; }
.anythingSlider3 img					{ border: none;}

#thumbNav                               { position: relative; top: 440px; text-align: center; }
#thumbNav a                             { text-decoration:none; color: #FFFFFF; font: 13px/18px Arial; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #59A4EE url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #006699; }


/*
  Prevents
*/
.anythingSlider3 .wrapper3 ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider3 .wrapper3 ul ul li       { float: left; height: auto; width: auto; background: none; }