#outerScroller {
	float: left;
	overflow: hidden;
	height: 50px;
	display: block;
	position:relative;
	margin: 0;
	width: 882px;
	margin-left: 8px;
}
#innerScroller {
	height: 50px;
	position: relative;
	text-align: center;
}

#innerScroller a{
	float:left;
}

#innerScroller img{
	
}

#scrollbar {
	height:19px;
	position:relative;
	z-index:10001;
	width: 810px;
	margin:auto;
	padding-top: 20px;
}

#scrollbarPrev {
	float:left;
	height:50px;
	margin-bottom:10px;
	margin-top:0;
	position:relative;
	width:25px;
	z-index:10010;
	background-image:url(../img/flecha-browser-izq.png);
	background-repeat: no-repeat;
	background-position: 0 15px;
}

#sliderwrap {
	background-image:url(../img/slider/scrollbar-back.png);
	background-repeat:repeat-x;
	height:19px;
	position:relative;
	margin-top: 5px;
	z-index:10001;
}

#sliderhandle {
	-moz-user-select:none;
	background-image:url(../img/slider/scroll_button.png);
	background-repeat:no-repeat;
	height:16px;
	margin:0 0 10px;
	position: relative;
	width:50px;
	z-index:10002;
	cursor:move;
	font-size: 10px
}


#scrollbarNext {
	float:right;
	height:50px;
	margin-bottom:10px;
	position:relative;
	width:25px;
	z-index:10010;
	background-image:url(../img/flecha-browser-der.png);
	background-repeat: no-repeat;
	background-position: 0 15px;
}

.elementScroller {
	width: 860px;
	height: 410px;
	float: left;
	padding: 0;
	text-align: center;
}