/*
    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                         { width: 522px; height: 345px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 524px; overflow: auto; height: 345px; 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; background: #eee; margin: 0; padding:0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 335px; width: 522px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 17px; width: 17px; position: absolute; top: 346px; cursor: pointer;}
.anythingSlider .forward                { left: 168px; background: url('http://static.imgsrv.fashion.hu/slideshow/next.png') no-repeat; z-index:1;}
.anythingSlider .back                   { left: 45px; background: url('http://static.imgsrv.fashion.hu/slideshow/back.png') no-repeat;}
.anythingSlider .arrow:hover            { opacity: 0.8; }

#thumbNav                               { position: relative; top: 342px; left:65px; }
#thumbNav a                             { color: #fff; display: inline-block; padding: 2px 8px; font-size:16px; font-weight:bold; text-align: center;}
#thumbNav a:hover                       { background-image: none; text-decoration:none; text-shadow:1px 1px 3px #000}


#start-stop                             { padding: 4px 5px; width: 17px; height:17px; text-align: center; position: absolute; left: 10px; top: 346px; background:url('http://static.imgsrv.fashion.hu/slideshow/play.png') no-repeat;}
#start-stop.playing                     { background:url('http://static.imgsrv.fashion.hu/slideshow/stop.png') no-repeat; }
#start-stop:hover                       { opacity:0.8; }

/*
  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; }


.biglead_title  {    
    padding-bottom:43px;
    text-shadow:1px 1px 3px #000;
    display:block;
    font-size:16px;
    font-weight:bold;
}

.jquery_biglead_title{
    position:relative;
    bottom:-100px;
}

.jquery_biglead_lead{
    position:relative;
    bottom:-100px;
}

.biglead_title:hover  {
    text-decoration:none;
}

.articlebiglead_main{
    font-size:12px;
}

/*.jquery_biglead_title{
    display:none;
}

.jquery_biglead_lead{
    display:none;
}*/