/*----------- PAGINATION STYLES -----------*/
#portfolio_pagination {
	float: left;
	margin-top: 20px;
}

#portfolio_pagination ul{
	margin: 0;
	padding: 0;	
}

#portfolio_pagination ul li {
	width: 15px;
	height: 15px;
	background-image: url(../filemanage/gallery/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(../filemanage/gallery/page_nav_active_black.png);
}

/*----------- ITEM STYLES  -----------*/

.portfolio_item {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	display: none;
	border: 0px solid #eef1f5;
	background-repeat: no-repeat;
	
	-moz-box-shadow: 1px 1px 4px #c3c3c3;
	-webkit-box-shadow: 1px 1px 4px #c3c3c3;
	-khtml-box-shadow: 1px 1px 4px #c3c3c3;
	box-shadow: 1px 1px 4px #c3c3c3;
	background-color: #000;
}

.portfolio_item a{
	display: block;
}

.portfolio_item img{
	border-width:0px;
}

.page_wrapper {
	float: left;
}

/*----------- CATEGORY FILTER STYLES -----------*/

#portfolio_categories {
	background:#e4e4e4;
	width: 160px;
	min-height: 30px;
	display: block;
	float: right;
	 margin-right:1px;
	margin-bottom: 30px;
	position: relative;
	font-size: 13px;
	line-height: 1.5em;
	border-radius:4px;
	
}


#portfolio_categories ul {
		margin: 0;
	padding: 0;
	float: left;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	min-height: 100px;
		float:left;
	
}

#portfolio_categories ul li {
		margin: 0;
	padding: 5px;
	display: inline;
	position: relative;
	float: left;
	min-width:160px;
	background:#e4e4e4;
	border-bottom:dotted #c4c4c4 1px;
	text-transform: uppercase;

	font-size: 11px;
	
	text-shadow: 1px 1px #fff;
	font-family:Tahoma;
	font-size:9pt;
}

#portfolio_categories ul li.selected {
	color: #fff;
	text-shadow: 1px 1px #436e9c;
	position: relative;
	top: -1px;
	font-family:Tahoma;
	font-size:9pt;
}

#portfolio_categories ul li:hover a {
	text-decoration: none;
}

.port_cat_active {
	float: left;
	height: 22px;
	
}

.port_cat_l {
	background-image: url(../filemanage/gallery/portfolio_hover_l_black.png);
	width: 11px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
	
}

.port_cat_r {
	background-image: url(../filemanage/gallery/portfolio_hover_r_black.png);
	width: 11px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
	
}

.port_cat {
	background:#454545;
	height: 25px;
	width:148px;
	display: block;
	float: left;
	
	border-radius:4px;
	padding:2px;
	
}

.loading {
	width: 54px;
	height: 55px;
	background-image: url(../filemanage/gallery/ajax-loader.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right:auto;
	margin-top:80px;
}




