
#work section{
	/*border-bottom:1px solid #e0e0e0;*/

}
#work .h2_cont{
	margin-bottom:10px; 
}
#work article{
	position:relative;
	background-color:#424242;
	height:330px;
	margin-bottom:44px;
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
}
#work article article{
	background-color:transparent;
	position:absolute;
	top:10px;
	left:10px;
	z-index:999;
	font-size:17px;
	color:fff;
}
#work article h3, #work article p, #work article img{
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
}
#work article h3, #work article p{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 hack */
	filter: alpha(opacity = 0); /* IE 5-7 hack */
	padding:5px 10px 0 10px;
	z-index:0;

}
#work article a{
	color:#FF5050;
	font-size:15px;
	text-decoration:none;
}
#work article a:hover{
	border:none;
}
#work article h3{
	line-height:0.5em;
	margin:0 10px 0 0;
	padding-bottom:10px;
	border-bottom:dashed 1px #FFF;
}
#work article h3 a{
	color:#fff;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}
#work article p{
	color:#ccc;
	margin-bottom:10px;
}

#work article:hover h3, #work article:hover p{
	opacity:1;
	z-index:10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */
	filter: alpha(opacity = 100); /* IE 5-7 hack */
}
#work article:hover img{
	opacity:.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* IE 8 hack */
	filter: alpha(opacity = 10); /* IE 5-7 hack */
}
#work article a:hover{
	color:#fff;
}
#work article h3 a:hover{
	border:none;
	color:#FF0000;
}


