﻿.showimage_back
{
position:absolute;
display:block;
border-style:none;
background-color:transparent;
font:40% arial, sans-serif;
text-decoration:underline;
color:rgb(255,255,255);
text-align:center;
width:100%;
height:100%;
margin:0 auto;
left:0;
top:0;
right:0;
bottom:0;
overflow:hidden;
z-index:-100;
opacity:0;
}

.showimage_closebut
{
position:absolute;
display:block;
background-color:transparent;
background-image:url(../imagesmenu/showimage_kill.png);
background-repeat:no-repeat;
background-size:contain;
width:3.5%;
height:7%;
left:1%;
top:1.5%;
cursor:pointer;
overflow:hidden;
z-index:6000;
	-webkit-transition: all 1s;
	transition: all 1s;
	cursor:pointer
}
.showimage_closebut:hover
{
	-ms-transform:scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    transform:scale(1.15,1.15);
}
.showimage_closebut:active
{
	-ms-transform:scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    transform:scale(1.15,1.15);	
}

.showimage_iframe
{
position:absolute;
display:block;
width:100%;
height:100%;
margin:0 auto;
border-color: transparent;
border-width:2px; 
border-style: none; 
border-radius:10px;	
background-color:rgba(0,0,0,0);
margin:0 auto;
left:0;
top:0%;
right:0;
bottom:0;
resize:both;
overflow:auto;
}
.dummy_scroll_horizontal
{
position:absolute;
display:block;	
height:15px;
border-style:solid;
border-color:rgba(0,0,0,1);
border-radius:5px;
background-color:rgba(155,255,255,0.65);	
	width:60%;
	left: 20%;
	right: 2px;
	bottom: 2px;
	overflow:hidden;
	top:3.5%;
	z-index:6;
}
