.portfolio_top {
	padding:25px 0px 65px 0px;
}
.portfolio_top h3 {
	float:left;
	padding-bottom:0px;
}
.portfolio_nav {
	float:right;
}
.pf_prev {
	background-repeat:no-repeat;
	background-position:center center;
	padding:5px 10px;
	background-position:center center;
	background-repeat:no-repeat;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	background-position:center center;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transition: all 200ms ease 0s;
	background:url(../images/pf_prev_btn.png) no-repeat scroll center center #2273be;
	border-color: #2273be #2273be #3e99ed;
	border-image: none;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 0 #3e99ed inset;
	cursor: pointer;
	text-align: center;
	margin-right:2px;
}
.pf_next {
	background-repeat:no-repeat;
	background-position:center center;
	padding:5px 10px;
	background-position:center center;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transition: all 200ms ease 0s;
	background:url(../images/pf_next_btn.png) no-repeat scroll center center #2273be;
	border-color: #2273be #2273be #3e99ed;
	border-image: none;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 0 #3e99ed inset;
	cursor: pointer;
	text-align: center;
}
.pf_page {
	background-repeat:no-repeat;
	background-position:center center;
	padding:5px 10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#333333;
	background-position:center center;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-transition: all 200ms ease 0s;
	background:url(../images/pf_page_btn.png) no-repeat scroll center center #2273be;
	border-color: #2273be #2273be #3e99ed;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 0 #3e99ed inset;
	cursor: pointer;
	text-align: center;
	margin-right:2px;
}
.pf_prev:hover, .pf_next:hover, .pf_page:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	border-color: #353535;
	background-color: #1A1D1E;
	box-shadow: inset 0 1px 0 0 #808080;
}
ul.project_list li {
	background-image: url(../images/portfolio_list_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left:26px;
}
