
div#thumbs img{
   filter:alpha(opacity=50);
   -moz-opacity:.50;
   opacity:.50;
}
div#thumbs a:hover img{
   filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;
}

div#thumbs div.active img{
   filter:alpha(opacity=100);
   -moz-opacity:1;
   opacity:1;

   width: 60px;
   height: 68px;
   display: block;
   margin: 2px;
}


div.active{
   height: 72px;
   width: 64px;
   overflow: hidden;
   border: 3px solid #5c759c;
}

div#left{
   width: 89px !important;
   width: 92px;
   height: 546px;
   float: left;

}

/************************* SCROLLBAR *************************/

/* wrap */
div#scroll{
   width: 17px;
   background: #191919;
}

/* staticky */
div#scrollBody{   height: 514px; }

div#scroll_up{
   width: 17px;
   height: 16px;
   background: url("../img/scroll_up.png");
   background-repeat: no-repeat;
}
div#scroll_down{
   width: 17px;
   height: 16px;
   background: url("../img/scroll_down.png");
   background-repeat: no-repeat;
}

/* soupatko */
div#scrollbar{
   position: relative;
   top: 0px;
   background: url("../img/scroll_middle.png");
   background-repeat: repeat-y;
}
div#scrollbar_start{
   width: 17px;
   height: 4px;
   background: url("../img/scroll_middle1.png");
   background-repeat: no-repeat;


}
div#scrollbar_end{
   background: url("../img/scroll_middle2.png");
   position: absolute;
   bottom: 0px !important;
   bottom: -18px;
   width: 17px;
   height: 4px;
   background-repeat: no-repeat;

}

/************************* CONTENT *************************/

/* wrap */
div#thumbsWrap{
   float: right;
   overflow: hidden;
   height: 100%; /*546px;*/
   width: 72px;

}


div#thumbs{
   top: 0px;
   width: 72px;
   margin-left: 2px;
}

div#thumbs div.iewrap {
   height: 78px;
   width: 70px;
   overflow: hidden;
}

div#thumbs a img{
   margin: 1px;
}
