/* THUMBS

================================================================================== */

#portfolio h3{
	margin: 8px 5px;
	padding: 0px;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	text-transform: uppercase;
	font: 0.95em 'BebasRegular', Arial, sans-serif;
	word-spacing: 0.3em;
} 
#portfolio p{
	margin: 0 5px;
	padding: 0 15px 0 0;
	font-size: 0.75em;
	color: #FFFFFF;
} 

.thumb{
	width: 180px;
	height: 118px;
	margin: 0 26px 10px 0;
	float:left;
	display: inline;
	background-image: url(../img/thumb_bg.jpg);
	background-position: 2px 100px;
	background-repeat: no-repeat;
}  
.thumb-acapo{
	width: 180px;
	height: 118px;
	margin: 0 0 10px 0;
	float:left;
	display: inline;
	background-image: url(../img/thumb_bg.jpg);
	background-position: 2px 100px;
	background-repeat: no-repeat;
}  

.boxgrid{
	width: 180px;
	height: 100px;
	margin: 0;
	float:left;
	background:#FFFFFF;
	overflow: hidden;
	position: relative;
	display: inline;
}  
.boxgrid img{  
	position: absolute;  
	top: 0;  
	left: 0;  
	border: 0;  
}  
.boxcaption{
	float: left;
	position: absolute;
	height: 120px;
	width: 100%;
	opacity: .9;
	/* For IE 5-7 */  
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);  
	/* For IE 8 */  
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	/*background-color: #fe6802;*/
	background-image: url(../img/boxcaption_bg.jpg);
	background-repeat: repeat-x;
}  

.caption .boxcaption {  
	top: 100px;  
	left: 0;  
} 


.fancybox-title-over a {text-decoration: none; color: #fe6802;}
.fancybox-title-over a:link {color: #fe6802;} 
.fancybox-title-over a:hover {text-decoration: underline; color: #fe6802;}
.fancybox-title-over a:active {text-decoration: underline; color: #fe6802;}
.fancybox-title-over a:visited {text-decoration: none; color: #fe6802;}
.fancybox-title-over a:visited:hover {text-decoration: underline; color: #fe6802;}
