/*
Item Name : Josh Chernoff - GFX Complex
Author URI : http://gfxcomplex.com/
Version : 1.0.1
*/

/*
This is based off of: HoverMe - Collection of CSS3 Hover Effects
Author URI : http://themeforest.net/user/Keliah
Version : 1.0
*/

/*
Thanks To:
Roger Cyr
*/

.full_overlay {
	color:white !important;
	position:relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float:left;
}

.full_overlay .overlay_content {
	position: absolute;
	overflow: hidden;
	height: 127px;
	width: 212px;
	display: inline-block;
	filter: alpha(opacity=0);
	opacity: 0;
	/* Semi-transparent background for modern browsers, black for older browsers */
    background:#000;
	/* CSS3 transitions, creates the fading effect */
    -webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.full_overlay:hover .overlay_content {
	background:#000;
	filter: alpha(opacity=50%);
    opacity: 1;
	overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.overlay_content h1, .overlay_content h2, .overlay_content h3, .overlay_content p {
	font-family: 'HattoriHanzoLight', Arial, Helvetica, sans-serif;
	padding:0 10px !important;
	color:#ffffff !important;
	margin-bottom: 10px !important;
	
}
.overlay_content a {
	font-family: 'HattoriHanzoLight', Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#ffffff !important;
	height: 160px;
	width: 211px;
	text-align: left;
	display: block;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 12px;
}


.thumb_lay {
float:left;
	display:inline-block;
	margin-right:25px;
	margin-bottom:20px;
	border: thin solid #E0E0E0;	
}

#center {
	width: 954px;
	height: auto;
	margin-left: 13px;
	text-align:left;
}


	


