 
@media (min-width: 1530px) and (max-width:20000px){
	#cover{ 
position:fixed; 
top:0; 
left:0; 
bottom:0;
right:0;
display:none;
background:rgba(0,0,0,0.6); 
z-index:5; 
width:100%; 
height:100%; 
}

#cancel{
position:absolute;
top:50px;
right:50px;
float:right;
display:none;
z-index:15; 
}

#overlay_image{
position:absolute;
top:5%;
left:1%;
display:none;
z-index:10;
height:100%;
width:100%;
background-repeat:no-repeat;
background-position:center;
}

#arrowleft{
position:absolute;
bottom:45%;
left:15%;
}

#arrowright{
position:absolute;
right:15%;
bottom:45%;
z-index:200;
}


}

@media (min-width: 1341px) and (max-width:1529px){
	#cover{ 
position:fixed; 
top:0; 
left:0; 
bottom:0;
right:0;
display:none;
background:rgba(0,0,0,0.6); 
z-index:5; 
width:100%; 
height:100%; 
}

#cancel{
position:absolute;
top:50px;
right:50px;
float:right;
display:none;
z-index:15; 
}

#overlay_image{
position:absolute;
top:5%;
left:1%;
display:none;
z-index:10;
height:100%;
width:100%;
background-repeat:no-repeat;
background-position:center;
}

#arrowleft{
position:absolute;
bottom:45%;
left:15%;
}

#arrowright{
position:absolute;
right:11%;
bottom:45%;
z-index:200;
}


}



@media (min-width: 100px) and (max-width:1340px){
	#cover{ 
position:fixed; 
top:0; 
left:0; 
bottom:0;
right:0;
display:none;
background:rgba(0,0,0,0.6); 
z-index:5; 
width:100%; 
height:100%;

}

#cancel{
position:absolute;
top:50px;
right:50px;
float:right;
display:none;
z-index:15; 
}

#overlay_image{
position:absolute;
top:5%;
left:1%;
display:none;
z-index:10;
height:100%;
width:100%;
background-repeat:no-repeat;
background-position:center;

}

#arrowleft{
position:absolute;
bottom:45%;
left:1%;
}

#arrowright{
position:absolute;
right:1%;
bottom:45%;
z-index:200;
}


}


