.prev{
    float: left;
}

.next{
    float: right;
}

.arrow{
    position: relative;
    text-align: center;
    font-size: 2em;
    width: 1em;
    cursor: hand;
}


#portfolio {
	max-width:920px;
	margin: 50px auto 0px auto;
}

.portfolio_spacer{ 
    height: 120px;
    margin: 0 0 0 0;
    color: #000; 
    
}

.portfolio_spacer:hover{
    background-color: #545454;
    opacity: 0.5;
    transition: background-color 0.2s ease-out;
    /* IE 5-8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.titleText {
	font-family: 'ostrich_sansmedium';
	font-size:160%;
	color: #000;
	margin-top:0px;
	margin-bottom:0px;
}

.captionText {
	font-family: 'gabriolaregular';
	font-size:120%;
    font-style: italic;
	color: #000;
	line-height: 20px;
	margin-top:0px;
}

.portfolio{
	background-color: #fff;
	background-repeat: no-repeat;
	text-align:left;
	float:left;
    cursor: pointer;
	margin:5px;
	width:220px;
	height:220px;
}

#categoryLinks{
    padding-bottom: 40px;
    cursor: pointer; 
}

#categoryLinksBottom{
    visibility:hidden;
}

.category{
    padding-right: 20px;
    font-family: 'ostrich_sansblack';
    font-size: 150%;
}

.category:first-child{
    color: #A7A9AB;
}

.categoryRight{
    float:right;
    padding-right:25px;
    font-family: 'ostrich_sansblack';
    font-size: 150%;   
}

a.category:link {text-decoration:none; color:#A7A9AB;}
a.category:visited{text-decoration:none; color:#A7A9AB;}
a.category:hover{text-decoration:none; color:#A7A9AB;}
a.category:active{text-decoration:none; color:#6d6d6d;}  /*for portfolio category links*/