/***********************
Big Gallery
Author: Jan Skwara
***********************/




#play, 
#video_play {
	visibility:hidden;
	position:absolute; 
	z-index: 999; 
	top:0px; 
	cursor:pointer;
	width:37px;
	height:45px;
}

.play_on {
	background: transparent url(../img/pause.png) no-repeat;
}

.play_off {
	background: transparent url(../img/play.png) no-repeat;
}

#play_icon {
	width:25px;
	height:25px;
	position:relative;
	top:5px;
	left:6px;
}

#sound, 
#video_sound {
	visibility:hidden;
	position:absolute; 
	z-index: 999; 
	top:0px; 
	cursor:pointer;
	width:37px;
	height:45px;
}

.sound_on {
	background: transparent url(../img/sound_on.png) no-repeat;
}
.sound_off {
	background: transparent url(../img/sound_off.png) no-repeat;
}

#sound_icon {
	width:25px;
	height:25px;
	position:relative;
	top:5px;
	left:960px;
}

