/*
    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                         { height: 450px; width:979px; position: relative; margin: 0 auto 40px; clear:both; overflow:hidden; z-index:0; }
.anythingSlider .wrapper                { width: 979px; overflow: hidden; height: 450px; 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 li                   { display: block; float: left; padding: 0; height: 460px; width: 979px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 35px; width: 35px; background: url(../../images/frontend/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 185px; cursor: pointer; transition-property:none; -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; }
.anythingSlider .forward                { background-position: -35px 0; right: 0; }
.anythingSlider .back                   { background-position: 0 0; left: 0; }
.anythingSlider .forward:hover          { background-position: -35px -35px; }
.anythingSlider .back:hover             { background-position: 0 -35px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../../index.html) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; background-image: url(../../images/frontend/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; }
#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; }

/* Exa */
.banner_wrap { overflow:hidden; clear:both; position:relative; z-index:0; height:450px; }
.banner_img { float:left; width:521px; padding:0 20px 0 40px; }
.banner_content { float:left; width:355px; color:#ffffff; font-size:14px !important; }
.banner_title { color:#02a5e2; font-family:"calibri", Arial, Helvetica, sans-serif; font-size:57px; font-weight:bold; padding:0 0 15px; }
.banner_tag { color:#fff; font-family:"calibri", Arial, Helvetica, sans-serif; font-size:29px; font-weight:bold; line-height: 30px; padding:0 0 15px; }
.learn_more_btn { background:url(../../images/frontend/learn_more.png) no-repeat 0 0; width:130px; height:39px; display:block; clear:both; margin:25px 0 0 4px;  }

.wrapper_sub{ height: 450px; margin: 0 0 30px; overflow: hidden;  width: 979px; }