div.sl_scroller_body {
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
	overflow: hidden; /**/
}
div.sl_scroller_content {
	position: relative;
	height: 170px;
	width: auto;
	overflow: show;
}
div.sl_scroller_content_item {
	position: absolute;
	top: 0px;
	/*width: 200px;*/
	width:auto;
	height: 100%;
	padding:0 10px;
	overflow: show; /**/
}
div.sl_scroller_content_item_element {
	float:left;
	width: auto;
	height: 100%;
	overflow: show; /**/
	text-align: center;
}
div.sl_scroller_content_item_title {
	float:left;
	width: auto;
	height: 20%;
	margin-top: -15%;
	overflow: show; /**/
	text-align: center;
	/*background-color:#FFF;*/
	clear:both;
}
div.sl_scroller_scrollbar {
	position: relative;
	margin-left: 21px;
	margin-right: 21px;
	padding-bottom: 4px;
	width: 878px;
	height: 16px !important;
}
div.sl_scroller_scrollbar_left {
	position: absolute;
	bottom: 2px; left: -21px;
	width: 21px;
	height: 20px;
	overflow: hidden; /**/
}
div.sl_scroller_scrollbar_handler {
	position: absolute;
	bottom: 0px;
	margin-top: 2px;
	width: 250px;
	height: 20px;
	overflow: hidden; /**/
}
div.sl_scroller_scrollbar_right {
	position: absolute;
	bottom: 2px; right: -21px;
	width: 25px;
	height: 20px;
	overflow: hidden; /**/
}