.sliderGallery { overflow:hidden; position:relative; height:400px; width:980px;}
.sliderGallery.bio {width:600px; height:150px;}
.sliderGallery .fadeLeft { position:absolute; z-index:1; width:30px; height:380px; background:url(../_imgs/sliderContent-fade-white.png) no-repeat top left; }
.sliderGallery .fadeRight { position:absolute; z-index:2; margin-left:950px; width:30px; height:380px; background:url(../_imgs/sliderContent-fade-white.png) no-repeat top right; }
.sliderGallery.bio .fadeLeft {height: 140px;}
.sliderGallery.bio .fadeRight {height: 140px; margin-left: 570px;}
.sliderGallery ul {position: absolute; list-style: none; white-space: nowrap; padding: 0; margin: 0; font-size: 0px;}
.sliderGallery ul li {display: inline-block; position: relative; border-spacing: 0; padding: 0px; margin: 0px; text-align: center; font-size: 12px;}

#slider {height: 19px; position: relative;}
#slider .trackbar {height: 17px; width: 980px; position: absolute; z-index: 1; margin: -1px 0 0 0; border: 1px solid #666; background-color: #666;}
#slider .trackbar.bio {width: 600px;}
#slider a {position: absolute; cursor: pointer; z-index:2; margin: 0 0 0 1px; height: 17px; width: 100px; background: #fff;}
