/*
 Portfolio Styles
*/



.pf_thumb{
 width: 90px;
 height: 90px;
 border: 0;
}

.pf_cont{
 width: 650px;
 height: 230px;
}

.pf_img{
 width: 280px;
 height: 230px;
 float: left;
}

.pf_img img{
 width: 275px;
 height: 229px;
 border: 0;
}

.pf_content{
 width: 360px;
 height: 220px;
 overflow: hidden;
 float: left;
 padding-left: 10px;
 padding-top: 10px;
}

.pf_content h3{
 margin: 0;
 padding: 0;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #999;
 padding-bottom: 5px;
}

.pf_content p{
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 color: #999;
 padding-bottom: 5px;
}

.pf_green{
 color: #0C3;	
}

.pf_red{
 color: #F00;	
}






#slider {
    width: 720px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 280px;
    width: 720px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 270px;
    width: 680px;
}

#shade {
    background: #EDEDEC url(./images/portfolio_disp_shadow.png) no-repeat 0 0;
    height: 20px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
	padding-top: 15px;
}

ul.navigation li {
    display: inline;
    margin-right: 2px;
}

ul.navigation a {
    padding: 2px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
