/* CSS Document */

#container {
	background-color: #fff;
	width: 960px;
	margin-left:16px;
	padding: 50px;
}

/* slider specific CSS */
.sliderArticles {
	overflow: hidden;
	position: relative;
	height: 320px;
	width: 950px;
}

.sliderGallery {
	overflow: hidden;
	position: relative;
	height: 320px;
	width: 950px;
}

.sliderArticles UL, .sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
/*	white-space: nowrap;*/
	padding: 0;
	margin: 0;
}

.sliderArticles UL LI, .sliderGallery UL LI {
	display:inline;
}

.sliderArticles .slider {
	position:absolute;
	width: 817px;
	height: 26px;
	top:290px;left:73px;
	background: url(../img/bg_scroller.gif) no-repeat;
}
.sliderArticles .slideLeft {position:absolute;top:290px;left:40px;}
.sliderArticles .slideRight {position:absolute;top:290px;left:890px;}

.sliderGallery .slider {
	position:absolute;
	width: 817px;
	height: 26px;
	top:282px;left:60px;
	background: url(../img/bg_scroller.gif) no-repeat;
}
.sliderGallery .slideLeft {position:absolute;top:282px;left:30px;}
.sliderGallery .slideRight {position:absolute;top:282px;left:880px;}

.handle {
	position: absolute;
	cursor: move;
	height: 12px;
	width: 102px;
	margin:3px 3px 0px 3px;
	top: 0;
	background: url(../img/bt_scroll.gif) no-repeat;
	z-index: 100;
}

.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}

.slider .slider-lbl1 {
	left: 50px;
}