﻿/*==============================
		EFF
===============================*/     
.eff {
	width:233px;
	height:214px;
	position:relative;	
	overflow:hidden;
	float:left;
	display:inline;		/* IE float bug fix */
	margin:8px;
	font-size:12px;
}

.eff img {
	display:block;
	width:232px;
	height:214px;
	text-decoration:none;
	background:#ddd;
	position:absolute;
	z-index:500;		/* make sure it appears above the caption */
	cursor:pointer;
}


.eff .caption {
	/* should be the same size with the image */
	width:232px;
	height:214px;
	color:#eee;
	position:absolute;	/* set the position to 0, 0 and appear under the image */
	top:0; left:0;
	z-index:0;
}


.eff .caption a.header {
	margin:10px 5px 5px 5px;
	display:block;
	font-size:14px;	
	font-weight:700;
	color:#4ed7f4;
}

.eff .caption p {
	margin:0px;
}

.clear {clear:both}

