/* the container */
.gallery1 {
	position:relative;
	overflow: hidden;
}
.gallery1 img {
	max-width:none;
	max-height:none;
}
.gallery1 a:hover,
.gallery1 p a:hover {
    color: transparent !important;
}

.gallery1 a,
.gallery1 p a {
    color: transparent !important;
}



.gallery1_list {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
.itemHolderUnit {
	position:absolute;
}
.itemHolderUnit a {
	border:0;
}
.img_desc {
	position: absolute;
	width:100%;
	padding:0px;
	bottom:0;
	font-size:16px;
	line-height: normal;
	text-align: left;
	text-shadow: 1px 1px 5px #333333;
	max-height:100px;
	overflow: hidden;
	opacity:0;
}
.img_desc_padding {
	padding:8px;
}
.img_icon {
	position: absolute;
	opacity:0;
	width:100%;
	height:100%;
	background-position: center center !important;
	background-repeat: no-repeat;
}
.lightbox_icon {
	background-image: url('../images/lightbox_icon.png');
}
.link_icon {
	background-image: url('../images/link_icon.png');
}
.video_icon {
	background-image: url('../images/video_icon.png');
}


.hideElement {
	display:none;
}

.noTransition {
	-webkit-transition-duration:0s !important;
	-moz-transition-duration":0s !important;
	-ms-transition-duration":0s !important;
	-o-transition-duration":0s !important;
	transition-duration":0s !important;
}


/*prettyPhoto customization */
/*Image title*/
div.dark_rounded .famous_pp_description {
	line-height: 28px !important;
	margin-left: 100px !important;
	margin-right: 20px !important;
}
.famous_pp_social { float: left !important; color: #FFFFFF; position:relative;width:100%; height:25px; }
.famous_pp_social a { text-decoration: none !important;}
.famous_pp_social .lbg_pinterest { top:0px; right: 0px; position:absolute; width:50px; height:20px; background-image: url('../images/pinterest.png'); cursor: pointer; font-size:22px !important;}
.famous_pp_social .lbg_twitter { top:0px; right: 64px; position:absolute; width:61px; height:20px; background-image: url('../images/twitter.png'); cursor: pointer; font-size:22px !important;}
.famous_pp_social .lbg_facebook { top:0px; right: 140px; position:absolute; width:42px; height:20px; background-image: url('../images/facebook.png'); cursor: pointer; font-size:22px !important;}


.famous_pp_content embed, .famous_pp_content iframe, .famous_pp_content object, .famous_pp_content video {
		margin-bottom: -2px !important;
}

/*new*/
@media only screen and (max-width: 500px) {
.famous_pp_pic_holder {
left: 10%  !important;
}
}


.famous_pp_pic_holder {
min-width: 300px !important;
}
.famous_pp_content {
min-width: 260px !important;
min-height: 300px !important;
}

.famous_pp_hoverContainer {
min-width: 260px !important;
min-height: 150px !important;
}
#famous_fullResImage {
min-width: 260px !important;
min-height: 150px !important;
}
#famous_pp_full_res {
min-width: 260px !important;
min-height: 150px !important;
}

.famous_pp_details {
min-width: 260px !important;
min-height: 100px !important;
}
