#wrapper {
    width: 570px;
    margin: 0 ;
	padding:0;
}
#slider {
    width: 570px;
    margin: 0 auto;
    position: relative;
}
.scroll {
    height: 297px;
    width: 570px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    xbackground: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    /*padding: 20px;*/
    height: 210px;
    width: 570px;
}

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

.scrollButtons.right {
	right:-15px;
	top:150px;
}
.yellow_slider_bg {
	/*background-image:url(images/slider/yellow.png);*/
	background-image:url(yellow.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:20px 20px 20px 10px;
	font-size:12px;
	color:#040404;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.red_slider_bg {
	/*background-image:url(images/slider/yellow.png);*/
	background-image:url(red.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:20px 20px 20px 10px;
	font-size:12px;
	color:#040404;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.green_slider_bg {
	/*background-image:url(images/slider/yellow.png);*/
	background-image:url(green.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:20px 20px 20px 10px;
	font-size:12px;
	color:#040404;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.blue_slider_bg {
	/*background-image:url(images/slider/yellow.png);*/
	background-image:url(blue.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:20px 20px 20px 10px;
	font-size:12px;
	color:#040404;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.orange_slider_bg {
	/*background-image:url(images/slider/yellow.png);*/
	background-image:url(orange.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:20px 20px 20px 10px;
	font-size:12px;
	color:#040404;
	font-family:Georgia, "Times New Roman", Times, serif;
}
