    /*  
	http://www.freshdesignweb.com/beautiful-image-hover-effects-with-jquery-css.html 
	*/
	 .freshdesignweb{width:950px; margin:0 auto;}
	 .freshdesignweb a:link{text-decoration:none;}
     .freshdesignweb article{ float:left; width:2006px; height:206px; } /*cursor:pointer;opacity:0.5;*/
	/*portfolio*/
	.fdw-background{ background-color:rgba(0,0,0,0.6);opacity:0; margin-top:0px; width:100%; height:100%; }
	a.hoverlink{ text-decoration: none;}
	a.hoverlink .fdw-background h3{font-size: 12px; padding: 15px 15px 15px 15px; text-align: left; font-family: Arial; font-weight: bold; text-decoration: none;}
	.fdw-background .fdw-port{ text-align:center; padding:0 40px 0; }
        .fdw-background .fdw-port{ margin: 0 15px; padding: 0; text-align: left; }
	.fdw-background .fdw-port a{ font-size: 10px; padding: 3px 10px; }
	/*subtitle*/
	a.hoverlink .fdw-subtitle{ margin-top:-20px; color: #fff; font-family: Arial; font-size: 11px; line-height: 12px; text-decoration: none;}
	a.hoverlink .fdw-subtitle a{ color:#fff; text-decoration: none;}
	/*columns*/
	.c-two{}
	/*align*/
	.a-center{ line-height: 15px;
    margin: 0 15px 15px;
    text-align: left; }
	/*border*/
	.border{ border:0px solid #CCC; margin:0px;}
	/*link buttons*/
    .fdw-port a{ 
		background-color:#f8d506; 
		color:#fff; 
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		-webkit-box-shadow: 0 3px 0 #b89e06, 3px 5px 3px #333;
		-moz-box-shadow: 0 3px 0 #b89e06, 3px 5px 3px #333;
		box-shadow: 0 3px 0 #b89e06, 3px 5px 3px #333;
		-o-box-shadow: 0 3px 0 #b89e06, 3px 5px 3px #333;
		text-shadow:0 1px 1px #000;
	}
    .fdw-port a:hover{ 
		background-color:#f2f2f2;
		color:#336699 !important;
		text-shadow:0 1px 1px #ccc;
		-webkit-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
		-moz-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
		box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
		-o-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
	}
	
	