#eurocam {
	height: 170px;
	width: 289px;
}

.sliderGallery {
	 background: url(/images/h-scroll.gif) no-repeat scroll left bottom;
    overflow: hidden;
    position: relative;
    padding: 0;
    width: 284px;
    height: 170px;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0!important;
	margin: 0;
}

.sliderGallery UL LI {
	display: inline;
	margin: 0px 6px 6px 0px;
}

.slider {
	background: url(/images/h-scroll.gif) no-repeat scroll center bottom;
	cursor: pointer;
	height:18px;
	left:0;
	margin-top: 150px;
	padding:1px 0;
	position:absolute;
	width: 284px;
}

.handle {
	position: absolute;
	cursor: e-resize;
	top: 4px;
	right: 3px;
	z-index: 100;
	margin-left: 3px;
	height: 14px;
	width: 94px;
	background: url(/images/h-scroll-bullit.gif) no-repeat;
}