.scroll-div {
	position:relative;
	height: 280px;
	overflow: hidden;
	
	
}
.scroll-div-container {
	text-align:justify;
	position:relative;
	height: 300px;
	padding-top: 20px;
}

.scroll-div-container {
	text-align:justify;
	position:relative;
	height: 280px;
	padding-top: 20px;
}

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


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

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

