/*----------- PAGINATION STYLES -----------*/
#portfolio_pagination {
	float: left;
}

#portfolio_pagination ul{
	margin: 0;
	padding: 0;	
}

#portfolio_pagination ul li {
	width: 15px;
	height: 15px;
	background-image: url(../img/page_nav.png);
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
}

#portfolio_pagination ul li:hover,#portfolio_pagination ul li.selected {
	background-image: url(../img/page_nav_active.png);
}

/*----------- ITEM STYLES  -----------*/

.page_wrapper {
	float: left;
}

/*----------- CATEGORY FILTER STYLES -----------*/

#portfolio_categories {
	background-repeat: repeat-x;
	width: 100%;
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 1.5em;
}

#portfolio_categories_left{
	width:8px;
	height: /* 37px */;
	float:left;
	background-repeat: no-repeat;	
}

#portfolio_categories_right{
	width:8px;
	height:37px;
	float:left;		
	background-repeat: no-repeat;	
}

#portfolio_categories ul {
	margin: 0;
	padding: 0;
	float: left;
	padding: 0px;
	position: relative;
	right: 0px;
	top: 0px;
	height: 50px;
}

#portfolio_categories ul li {
	padding: 0;
	display: inline;
	position: relative;
	float: left;
	text-transform: /* uppercase */;
	margin: 8px 20px 0 20px;
	font-size: 14px;
	height: 18px;
	line-height:31px;
}

#portfolio_categories ul li.selected {
	color: #fff;
	text-shadow: none;
	position: relative;
}

#portfolio_categories ul li:hover a {
	text-decoration: none;
}

.port_cat_active {
	float: left;
	height: 22px;
	margin-left:-10px;
	margin-right:-12px;
}

.port_cat_l {
	background-image: url(../img/portfolio_hover_l_black.png);
	width: 5px;
	height: 31px;
	float: left;
	background-repeat: no-repeat;
}

.port_cat_r {
	background-image: url(../img/portfolio_hover_r_black.png);
	width: 5px;
	height: 31px;
	float: left;
	background-repeat: no-repeat;
}

.port_cat {
	background-image: url(../img/portfolio_hover_bg_black.png);
	background-repeat: repeat-x;
	height: 31px;
	display: block;
	float: left;
	padding:0 5px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}

.loading {
	width: 54px;
	height: 55px;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right:auto;
	margin-top:80px;
}

#portfolio_wavy, #portfolio_wavy2, #portfolio_wavy3, #portfolio_wavy4, #portfolio_wavy5, #portfolio_wavy6, #portfolio_wavy7, #portfolio_wavy8, #portfolio_wavy9 { padding:0; margin:15px 0 25px 30px; }
#portfolio_wavy { height:210px !important; }
#portfolio_wavy2, #portfolio_wavy7, #portfolio_wavy9 { height:470px !important; }
#portfolio_wavy3, #portfolio_wavy5 { height:210px !important; } /*115px*/
#portfolio_wavy6 { height:310px !important; }
#portfolio_wavy8 { height:285px !important; }