
.scroll {
    height:193px;
    width: 450px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	

}

.scrollContainer div.panel {
    height:193px;
	width:278px;
}
.panel span {
	color:#f0ff70;
}

.scrollButtons {
    position: absolute;
    top: 70px;
    cursor: pointer;
	z-index:1000;
}

.scrollButtons.left {
    left: 0;
}

.scrollButtons.right {
    right: 0;
}
*html .scrollButtons.right {
	right:0px;
}
.hide {
    display: none;
}
.scroll {
	margin-left:20px;
}
.sliding_img img {
 	height:193px;
	width:278px;
	margin:5px;
}
