#portfolio_container{
	width:100%;
	height:100%;
	margin-top:60px;
	padding:0px !important;
	border:0px !important;
	overflow:visible !important;
}

.portfolio_item{
	width:170px;
	height:170px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	margin-right:20px;
	margin-bottom:20px;
}

.item_inner:hover{
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.item_title{
	margin-left:2px;
	margin-bottom:2px;
}
.item_title a{
	color:#FFF;
	
}
.item_image img{
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}

#options li{
	display:inline;
	
}
#options{
	float:left;
	display:block;
	
}