/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	
	
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#qtk_photo_gallery{
background-position:center;
background-repeat:no-repeat;
min-height:600px;
}


a.FreacciaAvanti{
	background-image: url(../images/freccia_avanti_1.png);
	width:44px; height:60px;
	float:left;

	cursor:pointer;

}


a.FreacciaAvanti:hover{
	background-image: url(../images/freccia_avanti_2.png);
	 width:44px; height:60px;
	cursor:pointer;
}

a.FrecciaIndietro{
	background-image: url(../images/freccia_indietro_1.png);
	 width:44px; height:60px;
	cursor:pointer;
float:left;
}


a.FrecciaIndietro:hover{
	background-image: url(../images/freccia_indietro_2.png);
	 width:44px; height:60px;
	cursor:pointer;
}


a.PlayCss{
	background-image: url(../images/play_1.png);
	 width:25px; height:35px;
	cursor:pointer;
float:left;
}


a.PlayCss:hover{
	background-image: url(../images/play_2.png);
	background-repeat:no-repeat;

	 width:25px; height:35px;
	cursor:pointer;
}

a.StopCss{
	background-image: url(../images/stop_1.png);
	 width:25px; height:27px;
	cursor:pointer;
float:left;
}


a.StopCss:hover{
	background-image: url(../images/stop_2.png);
	background-repeat:no-repeat;
	 width:25px; height:27px;
	cursor:pointer;
}





