
#wrapper {
	background:url(../images/bg_slide_banner.gif) no-repeat;
    width: 938px;
    margin: 0 auto;
	height:141px;
	clear:both;
	padding-top:10px;
	padding-left:45px;
	
}


#slider {
    width: 890px;
    margin: 0 auto;
    position: relative;
	height:100px;
	float:left;
}

.scroll {
	height:140px;
    width: 890px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;


}
.scrollContainer div.panel {
	
    height:100px;
    width: 222px;
	float: left; 
	position: relative;
	text-align:center;
	
}

.image_slide{ float:left; padding-left:3px; height:100px; }
.image_slide_space{ float:left; padding-left:15px;}



.scrollButtons {
    position: absolute;
    cursor: pointer;
}

.scrollButtons.left {
    left:-38px;
	top: 45px;
	
}

.scrollButtons.right {
    right: -38px;
	top: 45px;
}

.scrollButtons.top {
    right: 0px;
	top: -20px;
}

.scrollButtons.bottom {
    right: 0px;
	top: 120px;
}

.hide {
    display: none;
}

