/*
    anythingSlider v1.0
    
    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                         {background:transparent url(../images/img_css/contentbanner.jpg) no-repeat 0 0;width: 902px; height: 276px; position: relative; z-index:1; margin-left:3px;}
.anythingSlider .wrapperslide                { width: 902px; overflow:hidden; height: 276px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapperslide ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 210px; width: 989px; margin: 0; }
.anythingSlider .buttons				{ position: absolute; left: 50px; top: 35px; } 
.anythingSlider .arrow                	{ display: block; height: 22px; width: 26px;  text-indent: -9999px;  cursor: pointer; position:absolute; bottom:-22px;}
.anythingSlider .forward                { background: url(../images/img_css/contentbanner_sr.jpg) no-repeat 0 0; right:0px;}
.anythingSlider .back                   { background: url(../images/img_css/contentbanner_sl.jpg) no-repeat 0 0; right:26px; }
.anythingSlider .forward:hover          { background: url(../images/img_css/contentbanner_srh.jpg) no-repeat 0 0;}
.anythingSlider .back:hover             { background: url(../images/img_css/contentbanner_slh.jpg) no-repeat 0 0; }

#thumbNav                               { position:absolute; top:10px; right:655px;}
#thumbNav a                             { float:left;  color: black; font: 11px/18px; Georgia, Serif; display: block; width:15px; height: 15px; margin: 0 5px 0 0; background: transparent url(../images/img_css/circle_07.png) no-repeat 0 0; text-align: center; }
#thumbNav a:hover                       { background: transparent url(../images/img_css/circle_03.png) no-repeat 0 0; }
#thumbNav a.cur                         { background: transparent url(../images/img_css/circle_05.png) no-repeat 0 0;}
#start-stop                             {display:none; }

/* new */
.anythingSlider div.ban-text{height:235px;width:210px;float:left;padding:30px 20px 10px 20px;}
.anythingSlider div.ban-image{height:275px;width:645px;float:left; overflow:hidden; }
.anythingSlider div.ban-image .centering{display:table-cell; vertical-align:middle;height:275px;width:645px;}

.anythingSlider div.ban-text h4{color:#004673; font-size:14px; margin-bottom:15px; font-weight:bold;}
.anythingSlider div.ban-text h3, .anythingSlider div.ban-text h3 a{color:#004673; font-size:14px; margin-bottom:15px;font-weight:bold;}
.anythingSlider div.ban-text p{font-size:13px; margin-bottom:15px; line-height:20px;}

/*
  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; }