
.hidden {
    visibility: hidden;
    display: none;
}

#scrollpanel {
	width: 1835px;
	height: 376px;
	overflow: auto;
	display: block;
	position: relative;
}

#containerScrollControls {
	width: 449px;
	height: 38px;
	position: absolute;
	bottom: 0px;
	left: 5px;
	z-index: 12;
	display: none;
}

#scrollControls {
	width: 449px;
	height: 38px;
	position: static;
	background: url(../Images/scroller/bg-scroller.png) no-repeat top left;
}

.scrollingFeature {
    position: relative;
    float: left;
    width: 418px;
    padding: 15px 18px;
    height: 374px;
}

#features {
    position: relative;
    overflow: auto;
    width:449px;
}

#scrollControls #pagination {
    position: absolute;
    background: url(../Images/scroller/bg-pagination.png) no-repeat top left;
    overflow: hidden;
    width:86px;
    height: 21px;
    padding: 2px 0 0 20px;
    top: 12px;
    left: 178px;
}

#scrollControls .scrollButton #scrollForwards, #scrollControls .scrollButton #scrollBackwards {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 10px;
}

#scrollControls .scrollButton #scrollForwards {
    right: 10px;
}

#scrollControls .scrollButton #scrollBackwards {
    left: 10px;
}

.pagingDot {
	/* IE */ filter:alpha(opacity=20); _zoom: 1;
	/* Moz */ -moz-opacity: 0.2;
	/* CSS3 */ opacity: 0.2;
}

.dot_0 {
	/* IE */ filter:alpha(opacity=100); _zoom: 1;
	/* Moz */ -moz-opacity: 1;
	/* CSS3 */ opacity: 1;
}