        
        /* slider specific CSS */
		
		#slider-container {
		width: 100%;
		height: 200px;
		/*background-image: url(../images/slider/background.png);*/
		margin-top: 20px;
		margin-bottom: 10px;
		_display: none; /* hide it from IE6 */
		_height: 0px; /* zero the height in IE6 */
		_margin-top: 0px;
		}
						
		#slider-container a:hover {background: none;}
		
		#slider-container a {border: none;}
		
				
        .sliderGallery {
			overflow: hidden;
            position: relative;
            padding-top: 5px;
            height: 175px;
            width: 870px;
			margin-left: 0px;
			_display: none;
        }
		
		        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
		
		        
        .sliderGallery ul li {
            display: inline;
        }
		
		/*.sliderGallery a img.active {background-image: url(../images/badges/service-badges/background.png);} */
        
        .slider {
            width: 870px;
            height: 17px;
            top: 150px;
            margin-left: 2px;
            padding: 1px;
            position: relative;
            background: url(../images/services/scrollbar.png) no-repeat;
			z-index: 0;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(../images/services/handle.png) no-repeat;
            z-index: 1000;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 1100;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 127px;
        }
        
        .slider .slider-lbl3 {
            left: 147px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }
		
		
/* Dock */		
		
		
#dock {z-index: 0;
margin-top: 90px;
}

#dock img {
	border: none;
}

/* dock - top */
.dock {
	height: 50px; 
	text-align: center;
}
.dock-container {
position: relative; 	
height: 50px;
padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 50px;
	color: #000;
	position: absolute;
	bottom: 10px;
	text-align: center;
	text-decoration: none;
	border-bottom: none;
	background-image: none;
	
}

a.active-item {
background-image: url(../images/dock-badges/glow.png);
background-repeat: no-repeat;
background-position: top;
}

.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 5px;
	
}


#dock a, #dock a:hover {padding-bottom: 2px; border-bottom: none; font-size: 0.7em; }

#dock a:hover {background-image: none;}
		
		
		
/* IE6 version */

#dock {_display: none;}

#services-slider-ie6-version {display: none; _display: block; width: 900px; height: 200px; overflow: auto; margin: 0 auto 30px auto; padding: 10px 0 10px 0;}

#services-slider-ie6-version ul {width: 1800px;}

#services-slider-ie6-version li {display: inline; float: left; padding-top: 10px;}		


/* Long services list */

.services-list {
width: 95%;
margin-left: auto;
margin-right: auto;
height: 250px;
overflow: auto;
}
		