
#gallery {
width:800px;
height:385px;
padding:10px 0 0 0;
margin:0 0 10px 0;
background:#295ba2 url(images/homePanelBG.gif) repeat-x bottom left;
}

#clientList {
display:inline;
position:relative;
float:left;
width:185px !important;
height:375px;
padding:0;
margin:0 0 0 10px;
overflow:hidden;
overflow-y:auto;
}

#clientList p {
font-size:14px;
text-align:left;
padding:5px;
}

ul#handles {
font-size:14px;
list-style:none;
width:160px;
padding:0 0 5px 0;
margin:0;
}

#handles li {
display:block;
cursor:pointer;
color:#213653;
font-size:12px;
font-weight:bold;
text-decoration:none;
padding:1px 10px;
margin:3px 0;
border:1px solid #84a8dc;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;
background:#6393d7;
}

#handles li:hover {
color:#fff;
border:1px solid #154384;
background:#154384;
}

#handles li.active {
color:#313535;
border:1px solid #fff;
background:#fff;
}

#portfolio {
display:inline;
position:relative;
float:right;
width:570px;
height:375px;
margin:0 8px 10px 0;
overflow:hidden;
border:1px solid #fff;
/*border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-opera-border-radius:5px;*/
background:#e9eff7;
}

#panes {
position:absolute;
width:570px;
height:375px;
overflow:hidden;
}

#panes .pane {
display:block;
float:left;
width:570px;
height:375px;
}

#panes .text {
float:left;
height:375px;
width:367px;
}

#panes img {float:right;}

#panes h3 {
font-size:16px;
margin:5px 10px;
padding:5px 0;
border-bottom:1px solid #1d4b8c;
}

#panes p {margin:5px 10px;}

#panes p.link {
font-size:15px;
text-align:center;
margin:10px 10px 10px 0;
}

.scrollControlsY{
display:block;
position: absolute;
top:0;right:0;
height:100%;
width:20px;
}

.upBtn{
display:block;
position:absolute;
top:0;right:0;
width:20px;
height:20px;
background:#295ba2 url(images/upScroll.gif) no-repeat top left;
cursor:pointer;
}

.upBtn:hover,
.upBtn-Active,
.upBtn-Active:hover{background:#295ba2 url(images/upScroll.gif) no-repeat top right;}

.downBtn{
display:block;
position:absolute;
bottom:0;right:0;
width:20px;
height:20px;
background:#295ba2 url(images/downScroll.gif) no-repeat top left;
cursor:pointer;
}

.downBtn:hover,
.downBtn-Active,
.downBtn-Active:hover{background:#295ba2 url(images/downScroll.gif) no-repeat top right;}

.scrollBar{
display:block;
position: absolute;
top:20px;right:0;
bottom:20px;
width:20px;
background:transparent;
}

.scrollHandle{
display:block;
position:absolute;
top:0px;right:0;
width:20px;
height:35px;
min-height:13px;
cursor: pointer;
padding:11px 0;
}

.scrollHandleBG{
display:block;
position: relative;
height:100%;
width:20px;
background:#d7e0ee url(images/scrollTag.gif) repeat-y top left;
}

.scrollHandle .scrollHandleBG:hover,
.scrollHandle:hover .scrollHandleBG,
.scrollHandle-Active .scrollHandleBG:hover,
.scrollHandle-Active:hover .scrollHandleBG,
.scrollHandle-Active .scrollHandleBG {background:#d7e0ee url(images/scrollTag.gif) repeat-y top left;}

.scrollHandleMiddle{
display:none;
position: absolute;
top:50%;
width:20px;
height:13px;
margin:-5px 0 0 0;
background:#154384;
}

.scrollHandleTop{
display:block;
position:absolute;
top:0;
width:20px;
height:11px;
margin:0;
background:#d7e0ee url(images/upScrollTag.gif) no-repeat top left;
}

.scrollHandle .scrollHandleTop:hover,
.scrollHandle:hover .scrollHandleTop,
.scrollHandle-Active .scrollHandleTop:hover,
.scrollHandle-Active:hover .scrollHandleTop,
.scrollHandle-Active .scrollHandleTop {background:#d7e0ee url(images/upScrollTag.gif) no-repeat top left;}

.scrollHandleBottom{
display:block;
position:absolute;
bottom:0;
width:20px;
height:11px;
margin:0;
background:#d7e0ee url(images/downScrollTag.gif) no-repeat top left;
}

.scrollHandle .scrollHandleBottom:hover,
.scrollHandle:hover .scrollHandleBottom,
.scrollHandle-Active .scrollHandleBottom:hover,
.scrollHandle-Active:hover .scrollHandleBottom,
.scrollHandle-Active .scrollHandleBottom {background:#d7e0ee url(images/downScrollTag.gif) no-repeat top left;}