/* Scroller Box */
.box_container {
	
	position: relative;
	width: 290px;
	height: 135px;
	overflow: hidden;
	margin-top: 40px;
}

#dummy {;# }

.box_container {
	overflow: auto;
}