#codawrapper {
	width: 600px;
	padding:10px 0 0;
	margin:7px;
}

#slider {
    width: 560px;
	height:90px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width:560px;
	height:90px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}


.scrollContainer div.panel {
	margin-right:10px;
	text-align:left;
}

.scrollContainer div.panel P {
	position:absolute;
	left:0;
	float:left;
	top:66px;
	width:140px;
	padding:0 10px
	height:24px;
	overflow:hidden;
	background-color:#000000;
	line-height:24px;
	text-align:center;
	color:#ffffff;
}

.scrollButtons {
    position: absolute;
    top: 29px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -23px;
}

.scrollButtons.right {
    right: -23px;
}
