#sliderPlate {
	width:910px;
	height:250px;
	background: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#slider {
	width:910px;
    height: 250px;
    margin: 0px;
    position: relative;
}

#slider .scroll {
	width:910px;
    height: 250px;
    overflow: auto;
    overflow: hidden;
    position: relative;
    clear: left;
}

#slider .scrollContainer div.panel {
	position: relative;
    padding: 0;
	width:910px;
    height: 250px;
}
#slider .hide {
    display: none;
}
.panel {
	width:910px;
    height: 250px;
}

