@charset "utf-8";
/* CSS Document */

/* slider specific CSS */
.sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 500px;
	width: 100%;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	white-space: nowrap;
	padding: 0;
	margin: 150px 0 0 0;
}

.sliderGallery UL LI {
	display: inline;
}

.slider {
	width: 61.1%;
	height: 12px;
	margin-top: 443px;
	position: relative;
	background: #dee0d2;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
}

.handle {
	position: absolute;
	cursor: move;
	height: 100%;
	width: 180px;
	top: 0;
	z-index: 100;
}

.handle_bar{
	background: #b35a5a;
	width:150px;
	margin-left:15px;
	margin-right:15px;
	height:100%;
	z-index: 101;
}

.slider .slider_left_arrow {
float:left;
margin-top:-4px;
}

.slider .slider_right_arrow {
float:right;
margin-top:-4px;
}


