/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:67px;
	height:64px;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
}

a.left{
		background:url(../../images/home/arrow_Left.png) no-repeat;
}

a.right{
		background:url(../../images/home/arrow_right.png) no-repeat;
}

.disabled{
	 visibility:visible !important;
}


