body {  
 font-family: Arial, Helvetica, sans-serif;   
}
.photo     {
	float: left;
	display: block;
	position: relative;
	width: 249px;
	height: 148px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.photoPortfolioFarRightImage     {
	float: left;
	display: block;
	position: relative;
	width: 235px;
	height: 148px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.photo img     {  
 position: absolute;  
 top: 0;  
 left: 0;  
 border: 0;  
} 
.photo .caption     {
	position: absolute;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  /*IE 8*/
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  /*IE 5-7*/
	/* [disabled]-moz-opacity: 0.8; */  /*old mozilla */
	-khtml-opacity: 0.8;   /*old safari*/
	/* [disabled]opacity: 0.8; */   /*modern browsers*/
	width: 100%;
	height: 50px;
	bottom: -148px;
	background-color: #00a3e2;
}
.photo .caption h4     { 
 margin:10px;
 font-size:12px;
 font-stretch:narrower;
 font-weight:normal;
}
.photo .caption a     {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding: 7px;
	margin: 0 10px;
} 

