#galerija_back{
opacity:.75;
-moz-opacity:.75; 
filter:alpha(opacity=75); 
background: url('../img/galerija_back.png');
position: fixed;
width: 100%;
height: 100%;
z-index: 99999;
}

#galerija{
position: absolute;
display: block;
max-width: 90%;
max-height  : 90%;
}

#galerija_content{
position: relative;
background-color: #000;
text-align: center;
padding: 5px;   
z-index: 100000;
}

#close_gal {
   background: url("../img/close.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 24px;
    height: 27px;
    position: absolute;
    right: -7px;
    top: -7px;
    z-index: 1000000000;
}

#gal_img_down {
   background: url("../img/down_img_transparent.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1000000000;
}

#gal_img_down:hover {
   background: url("../img/down_img.png") no-repeat scroll 0 0 transparent;
}



#gal_next{
position: absolute;
height: 100%;
/*width:50%;*/
top:5px;
cursor: pointer;
z-index: 100000;
opacity:.50;
-moz-opacity:.50; 
filter:alpha(opacity=50);
background: url("../img/1px_transparent.png");
}

#gal_next:hover{
	background: url("../img/next.gif") no-repeat scroll 0 15% transparent;
	background-position:right center; 
}

#gal_previous{
position: absolute;
height: 100%;
/*width:50%;*/
top:5px;
left:5px;
cursor: pointer;
z-index: 100002;
opacity:.50;
-moz-opacity:.50; 
background: url("../img/1px_transparent.png");
}

#gal_previous:hover{
	background: url("../img/prev.gif") no-repeat scroll 0 15% transparent;
	background-position:left center; 
}

#galerija_bilde{
/*    max-width: none;
    max-height: none;
*/}

#galerija_bilde_apr{color:#FFF;}