/* galeri */

.resim { width:auto; height:480px; padding:5px 0; overflow:hidden; z-index:2; position:relative; }
.resim div { position:relative; }
.thumbs { white-space:nowrap; }
.thumbs div { position:relative; left:0; } 
.thumbs img { padding-left:10px; height:80px; }
.bgmask { position:absolute; left:0; top:0; width:100%; height:100%; background-color:#000; opacity:0.4; z-index:1; } 
#geri { position:absolute; left:0; top:0; width:50%; height:480px; background:#fff; opacity:0; filter:alpha(opacity = 0); } 
#geri:hover { background:url(leftok.png) left 50% no-repeat; opacity:1; filter:alpha(opacity = 100); }
#ileri { position:absolute; left:50%; top:0; width:50%; height:480px; background:#fff; opacity:0; filter:alpha(opacity = 0); } 
#ileri:hover { background:url(rightok.png) right 50% no-repeat; opacity:1; filter:alpha(opacity = 100); }
