@charset "utf-8";
/* CSS Document */

/*================================ anything fader====================*/


.anythingFader                         { width: 679px; height: 429px; position: relative;}
.anythingFader .wrapper                { width: 679px; overflow: auto; height: 429px; 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: 429px; width: 679px; margin: 0; }
.anythingFader .arrow                  { display: block; height:60px; width:60px; background: url(http://www.cseindia.org/agenda2013/images/slider-arrow.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top:0; cursor: pointer; }

.anythingFader .forward                {background: url(http://www.cseindia.org/agenda2013/images/right.gif) no-repeat 0 0; right:-20px; top:45%; }
.anythingFader .back                   { background: url(http://www.cseindia.org/agenda2013/images/left.gif) no-repeat 0 0; left: 0px; top:45%;}


* html .anythingFader .forward         {background: url(http://www.cseindia.org/agenda2013/images/slider-arrow.gif) no-repeat 0 -62px; left:910px; top:230px; }
* html .anythingFader .back            { background: url(http://www.cseindia.org/agenda2013/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: 400px; text-align: center; display:block; width:200px; height:17px; padding:3px 0 0 0; left: 5px; background: #FFFFFF left top no-repeat;  -webkit-border-radius-topright:3px; -webkit-border-radius-topleft:3px; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; border-top-left-radius:3px; border-top-right-radius:3px; behavior: url(PIE.htc); border:1px solid #FFFFFF;}
.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(http://www.cseindia.org/agenda2013/images/slider-anchore-hover.jpg) top center no-repeat; text-indent:-9999px;}

#thumbNav a img							{ position:relative; z-index:9999;}

#thumbNav a:hover                       {  background:url(http://www.cseindia.org/agenda2013/images/slider-anchore.jpg)) top center no-repeat;}
#thumbNav a.cur                         { background:url(http://www.cseindia.org/agenda2013/images/slider-anchore.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====================*/