.portfoliothumbs{
width:660px;
float:left;
}

.sidebarportfolio{
background:url(../img/sidebarportfolio.png) no-repeat;
width:220px;
height:440px;
float:left;
margin-right:5px;
margin-left:15px;
}

.sidebarportfolio p{
width:190px;
margin-top:70px;
font-size:24px;
color:#ffffff;
font-family: 'GrilledCheese BTN Cn', Arial, Helvetica, sans-serif;
margin-right:auto;
margin-left:auto;
}

.sidebarportfolio p a, .sidebarportfolio p a:visited{
color:#093500;
}

.sidebarportfolio p a:hover{
color:#a8ceb2;
}

.box{
background:url(../img/bgport.png) no-repeat;
width:208px;
height:215px;
margin-right:5px;
float:left;
}

.visitaport{
width:144px;
height:26px;
margin-top:2px;
margin-left:53px;
z-index:99;
}

.zitem {
	width:181px;
	height:161px;	
	border:4px solid #ffba00;	
	margin-left:auto;
	margin-right:auto;
	margin-top:11px;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
}

.zitem .caption {
	width:181px;
	height:40px;
	background:#000;
	color:#fff;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}
