/* Styles for fancybox gallery */

.hidden {
	display: none;
}

ul.gallery_box {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.gallery_box li {
	margin: 0 !important;
	padding: 0 !important;
}

ul.gallery_box img {
	width: 100%;
}

.fancybox-title {
	font-size: 0.8em;
}

.fancybox-title h3 {
	margin: 0 0 0.3em;
	font-size: 1.2em;
	color: #002855;
}

.fancybox-title h4 {
	margin: 0 0 0.3em;
	font-size: 1.2em;
	color: #002855;
	font-weight: normal;
}

.fancybox-title p {
	font-size: 1.0em;
	margin: 0;
}

ul.gallery_box .newTitle {
	display: none;
}


.play_button {
    background: url("../../images/common/video_play_button.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    display: block;
    height: 48px;
    left: 42px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.7;
    position: absolute;
    text-align: left;
    width: 48px;
}

.slideshow_pb {
    background: url("../../images/common/slideshow_play_button.png") no-repeat scroll 0 0 transparent;
}


