ul.project_list{
list-style:none;
}

ul.project_list li{
padding-bottom:5px;
background-image:url(../images/tick.png);
background-repeat:no-repeat;
background-position:left center;
padding-left:20px;
}

.portfolio_top{
padding:0px 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;
background-color:#333333;
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/slider_prev.png) no-repeat scroll center center #f96e5b;
border-color: #f96e5b #f96e5b #db5f4e;
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 #ffc2ba 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/slider_next.png) no-repeat scroll center center #fe7360;
border-color: #fe7360 #fe7360 #db5f4e;
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 #ffc2ba 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.png) no-repeat scroll center center #f96e5b;
border-color: #f96e5b #f96e5b #db5f4e;
border-image: none;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 0 #ffc2ba 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;
}