.scroll-div {
	position:relative;
	height: 200px;
	overflow: hidden;
	width: 95%
}
.scroll-div-container {
	position:relative;
	height: 325px;
}

.scroll-button-up {
	position: absolute;
	top:0;
	right: 0px;
	width: 15px !important;
	border: 0;
}


.scroll-button-down {
	position: absolute;
	bottom:0;
	right: 0px;
	width: 15px !important;
}

.scroll-div-container img {
	border: 0px none transparent !important;
}

.scroll-div2 {
	position:relative;
	height: 200px;
	overflow: hidden;
	width: 95%
}
.scroll-div-container2 {
	position:relative;
	height: 325px;
}

.scroll-button-up2 {
	position: absolute;
	top:0;
	right: 0px;
	width: 15px !important;
	border: 0;
}


.scroll-button-down2 {
	position: absolute;
	bottom:0;
	right: 0px;
	width: 15px !important;
}

.scroll-div-container2 img {
	border: 0px none transparent !important;
}
