/********
Portfolio
*********/

 .sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 25px 25px 10px 0;
	width: 855px;
	height: 245px;
	margin:0 0 0 20px;
	}
.sliderGallery ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	}
.sliderGallery li {
	position: relative;
	width:200px;
	display: inline;
	margin:0 20px 0 0;
    }
.sliderGallery li a img {
	position: relative;
	width:200px;
	height:auto;
	margin:0 0 40px 0;
    }
.sliderGallery li span img {
	position:absolute;
	width:200px;
	height:auto;
	top:0;
	margin:-30px 0 0 -200px;
    }
.slider {
	width: 890px;
	height: 24px;
	margin: 190px 0 0 0;
	position: relative;
	background:url(../img/portSliderBg.png) no-repeat;
	}        
.handle {
	position: absolute;
	cursor: move;
	height: 24px;
	width: 205px;
	top: 0;
	background: url(../img/handle.png) no-repeat;
	z-index: 100;
	}
.slider span {
	color: #bbb;
	font-size: 1.3em;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 5px;
	}
#portfolioImg {
	position:relative;
	overflow:hidden;
	width:550px;
	height:auto;
	padding:0 0 20px 0;
	}
#portfolioInfo {
	width:300px;
	height:auto;
	padding:20px 0 0 0;
	}
ul#portCatNav {
	position:relative;
	overflow:hidden;
	width:700px;
	height:auto;
	padding:0;
	margin:0 0 20px 0;
	}
#portCatNav li {
	float:left;
	list-style:none;
	} 	
 #portCatNav li a {	
	width:auto;
	height:30px;
	color:#2E3A41;
	padding:0 20px 10px 0;
	font:normal 0.9em Verdana, Arial, Helvetica, sans-serif;
 	}

       
  
       
        
