@charset "utf-8";
/* CSS Document */
#slider {
    width: 880px;
    position: relative;

}

.scroll {
    height: 334px;
    width: 880px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	background-color:#999999;
	

}

.scrollContainer div.panel {
    height: 334px;
    width: 880px;
}


ul.navigation, #shade  {display:none;}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -10px;
	position:absolute;
	z-index:1;
	width:20px;
	height:38px;
}

.scrollButtons.right {
    right: -10px;
	position:absolute;
	z-index:1;
	width:20px;
	height:38px;
}

.hover{
	width:20px;
	height:38px;
	border:1px solid #234a35;
	overflow:hidden;
	}

.hide {
    display: none;
}
