
ul {padding:0;margin:0;list-style:none;}
ul li {padding:0;margin:0;}

.anythingSlider                         { width: 758px; height: 280px; position: relative; margin: 0; margin-bottom:20px;padding:0px;}
.anythingSlider .wrapper                { width: 758px; overflow:hidden; height: 280px; margin:0; position: absolute; top: 0px; left: 0px;   padding:0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee;  margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding:0; height: 280px; width: 758px; margin:0; overflow:hidden; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 31px; background: url(../images/default/en/arrows.png) no-repeat 0 0; 
										  text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; z-index:999}
.anythingSlider .forward                { background-position: 0 0; right: 0px; top:-200px; }
.anythingSlider .back                   { background-position: -103px 0; left: 0px; top:-200px;  }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -103px -200px; }

.thumbNav                               
{ 
text-indent: -9999px;position: relative; top: 253px; text-align: center; z-index:100;  height:27px; min-width:171px;
/*background:url(../images/default/en/navBg.png) no-repeat center center;*/
}
.thumbNav li                            { display: inline;}
.thumbNav a                             {font-size:7pt;color: black;display: inline-block; margin: 10px 5px 0 0; background:url(../images/default/en/inactive_tab.png); text-align: center; width:16px; height:16px; text-decoration:none; }
.thumbNav a:hover                       { background:url(../images/default/en/active_tab.png) no-repeat; color:#FFF; }
.thumbNav a.cur                         { background:url(../images/default/en/active_tab.png) no-repeat; color:#FFF;  }



.start-stop                             { display:none; }
.start-stop.playing                     { background-color: red; }
.start-stop:hover                       { background-image: none; }
