.ftg_item  {
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	
	width: 366px;


	box-sizing: border-box;
	padding-bottom: 1px;
}

.ftg_item .ftg_img  {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	overflow: hidden;


	
}

.ftg_item .ftg_img a {
	background-color: #FFFFFF;
	padding-bottom: 0px !important;

}

.ftg_item .ftg_img a img {
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-bottom: 0px;
	width: 100% !important;
	height: 100% !important;





}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -70px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: normal;
}

