@charset "utf-8";
/* CSS Document */

/*================================ anything fader====================*/


.anythingFader                         { width: 687px; height: 412px; position: relative;}
.anythingFader .wrapper                { width: 687px; overflow: auto; height: 412px; position: absolute; top: 0; left: 0; }
.anythingFader .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingFader ul li                   { display: block; float: left; padding: 0; height: 412px; width: 687px; margin: 0; position:relative;}
.anythingFader .arrow                  { display: block; height:60px; width:60px; background: url(../images/slider-arrow.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top:0; cursor: pointer; }

.anythingFader .forward                {background: url(../images/right.gif) no-repeat 0 0; right:-20px; top:45%; }
.anythingFader .back                   { background: url(../images/left.gif) no-repeat 0 0; left: 0px; top:45%;}

.anythingFader ul li .sdes                                      { position:absolute; bottom:0px; background:url("../images/slider-text.png"); height:120px; font-family: Arial, Helvetica, sans-serif; padding:15px 20px; display:block; width:655px; color:#FFFFFF; line-height:20px; font-size:14px; left:0px;}
.anythingFader ul li .sdes h1                           { color:#FFFFFF; font-weight:100; font-size:20px; display:block; padding:0 0 10px 0;}
.anythingFader ul li .sdes a                            { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; padding:20px 35px 0 0; float:right; color:#FFFFFF;}
.anythingFader ul li .sdes a:hover                      { text-decoration:underline}

* html .anythingFader .forward                {background: url(../images/slider-arrow.gif) no-repeat 0 -62px; left:910px; top:230px; }
* html .anythingFader .back                   { background: url(../images/slider-arrow.gif) no-repeat 0 0; left: 10px; top:163px;}

/*.anythingFader .forward:hover          { background-position: 0 -200px; }
.anythingFader .back:hover             { background-position: -67px -200px; }*/

#thumbNav                               { position: relative; top: 380px; text-align: center; display:block; width:68px; height:15px; padding:5px 0 0 0; left:20px; background: #b5c07b;  -webkit-border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border-radius:3px; behavior: url(PIE.htc); border:1px solid #b5c07b;}
.anythingFader p.welcome                                                {  color: #FFFFFF;
    font-size: 13px;
    position: absolute;
    right: 130px;
    top: 5px;
    width: 100px;
    z-index: 99;}

#thumbNav a                             {  width:10px;  display: inline-block; height:10px; margin: 0 3px 0 0;  background: url(../images/silder-7-achnor-hover.jpg) top center no-repeat; text-indent:-9999px;}

#thumbNav a img                                                 { position:relative; z-index:9999;}

#thumbNav a:hover                       {  background: url(../images/silder-7-achnore.jpg) top center no-repeat;}
#thumbNav a.cur                         { background:url(../images/silder-7-achnore.jpg) top center no-repeat; }

#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: 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
*/
.anythingFader .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingFader .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
/*================================ anything fader====================*/
