#zoom, #zoom_table, #zoom_content {
	z-index:11;
	font-size: 16px;
}

.ovrlay_video {
	width:35px;
	height: 35px;
	background-image:url(../imgs/icon_video.png);
	background-repeat: no-repeat;
}

.ovrlay_audio {
	width:35px;
	height: 35px;
	background-image:url(../imgs/icon_audio.png);
	background-repeat: no-repeat;
}

.ovrlay_picture {
	width:35px;
	height: 35px;
	background-image:url(../imgs/icon_picture.png);
	background-repeat: no-repeat;
}

.ovrlay_info {
	width:35px;
	height: 35px;
	background-image:url(../imgs/icon_info.png);
	background-repeat: no-repeat;
}

.ovrlay_gallery {
	width:35px;
	height: 35px;
	background-image:url(../imgs/icon_gallery.png);
	background-repeat: no-repeat;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
#zoom, #zoom_table, #zoom_content {
	z-index:11;
	font-size: 16px;
}

.ovrlay_video {
	width:50px;
	height: 50px;
	background-image:url(../imgs/icon_video2x.png);
	background-repeat: no-repeat;
}

.ovrlay_audio {
	width:50px;
	height: 50px;
	background-image:url(../imgs/icon_audio2x.png);
	background-repeat: no-repeat;
}

.ovrlay_picture {
	width:50px;
	height: 50px;
	background-image:url(../imgs/icon_picture2x.png);
	background-repeat: no-repeat;
}

.ovrlay_info {
	width:50px;
	height: 50px;
	background-image:url(../imgs/icon_info2x.png);
	background-repeat: no-repeat;
}

.ovrlay_gallery {
	width:50px;
	height: 50px;
	background-image:url(../imgs/icon_gallery2x.png);
	background-repeat: no-repeat;
}
}