
#container {
	width: 600px;
/* 	margin: 15px auto;
	padding: 20px; */
}
/* slider specific CSS */
.sliderGallery {
	overflow: hidden;
	position: relative;
	height: 120px;
	width: 740px;
	padding: 30px 0 0 0;
}
.sliderGallery ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.sliderGallery ul li {
	display: inline;
	padding: 0 10px 0 0px;
}
.sliderGallery img {
	background-color: #999999;
	padding: 6px;
	margin: 0;
}
.slider {
	/*  width: 542px;   */
    width: 740px;
	height: 11px;
	margin:0 auto;
	padding: 1px;
	top:8px;
	left:0;
	position:absolute;
	background: url(/img/ebsgallery/scrollbar.png) no-repeat;
/*	background-color:#fff;   */
}
.handle {
	position: absolute;
	cursor: move;
	height: 11px;
	width: 42px;
	top: 0;
	background: url(/img/ebsgallery//scroller.png) no-repeat;
	z-index: 100;
}
.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}
#details {
	display:block;
}
.item-details {
	display:none;
	width:720px;
	height:262px;
	background-color:#f1f1f1;
	padding:10px;
	text-align: center;
}
.sliderGallery ul li a img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.sliderGallery ul li a:hover img {
	opacity:0.9;
	filter:alpha(opacity=90);
}
