#slider1 {
	width:450px;
    margin: 0;
	padding:0;
    position: relative;
}
#slider1 .scrollContainer div.panel {
    width: 450px;
}

#slider2 {
	width:455px;
    margin: 0;
	padding:0;
    position: relative;
}
#slider2 .scrollContainer div.panel {
    width: 455px;
}

.scroll {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;	
	margin:0;
	padding:0;
	background:#cdcdcd url(../images/bg-gradient-vert-1.gif) repeat-x;
}


.scrollButtons {
    position: absolute;
    top: 40px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 2px;
	z-index:10;
}

.scrollButtons.right {
    right: 2px;
	z-index:10;
}
.scrollButtons.hide {
	display:none;
}