/*
	PLUGIN 
	FOR.WORKS
*/
 


 .works .hover-grid-item {
	width: 220px;
	height: 146px;
	margin: 0 18px 18px 0;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	overflow:hidden;
	position:relative;
	cursor:default;
}

 .works img {
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	border:0;
	position:absolute;
	margin: 0;
	padding: 0;
}

.hover-grid-item .caption {
	font-size:18px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	background-color: #FFF;
	color: #000;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	text-align: center;
	width: 220px;
	height: 146px;
	padding: 18px;
	position:absolute;
	left:0;
	display:none;
	line-height:1.1;

}