
.scroll-div
{
	overflow : hidden;
	height : 710px;
	position : relative;
}

.prev-div,
.next-div
{
	text-align : center;
}

.prev-div > div,
.next-div > div
{
	width : 75px;
	height : 19px;
	margin : auto;
}

.prev-div > div
{
	margin-bottom : 15px;
}

.next-div > div
{
	margin-top : 15px;
}

.prev-div > div.in-active
{
	background : url('images/bb-leftbutton.png') -76px 2px no-repeat;	
}
.next-div > div.in-active
{
	background : url('images/bb-rightbutton.png') -78px 0px no-repeat;	
}

.prev-div > div.active
{
	background : url('images/bb-leftbutton.png') 2px 2px no-repeat;	
	cursor : pointer;
}
.next-div > div.active
{
	background : url('images/bb-rightbutton.png') 0px 0px no-repeat;
	cursor : pointer;	
}

