.sliderGallery {
    overflow: hidden;
    position: relative;
    height: 114px;
    width: 769px;
	display: block;
	clear: both;
	margin-left: 27px;
}

.contact .sliderGallery,
.contact .thumbnail_left,
.contact .thumbnail_right,
.contact .image_left,
.contact .image_right,
.about .sliderGallery,
.about .thumbnail_left,
.about .thumbnail_right,
.about .image_left,
.about .image_right,
.client .sliderGallery,
.client .thumbnail_left,
.client .thumbnail_right,
.client .image_left,
.client .image_right {
	visibility:hidden;
}

.sliderGallery ul {
	color: black;
	background: #ffffff;
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
	height: 91px;
	font-size: 0px;
}

.sliderGallery ul li {
    display: inline;
}

.slideContainer {
	position: relative;
	clear: left;
}

.slideContainer .thumbnail_left {
/*	background: url('../images/left-arrow.gif') top left no-repeat;*/
	background: url('../images/left-arrow.png') top left no-repeat;
	width: 18px;
	height: 40px;
	float: left;
	position: absolute;
	top: 28px;
	left: -9px;
}

.slideContainer .thumbnail_right {
/*	background: url('../images/right-arrow.gif') top left no-repeat;*/
	background: url('../images/right-arrow.png') top left no-repeat;
	width: 18px;
	height: 40px;
	float: left;
	position: absolute;
	top: 28px;
	right: -9px;
}

.slideContainer .thumbnail_left:hover,
.slideContainer .thumbnail_right:hover {
	text-decoration: none;
}

.handle {
    position: absolute;
    cursor: move;
    top: 93px;
    z-index: 100;
    width: 138px;
	padding: 8px 0;
}

.handle .bar {
	background: #de6d3b;
	height: 4px;
}

.slideContainer li a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}