/* Document css */
.scroll_wrapper{
	width: 100%;
	float: left;
	position: relative;
}
/*
.scroll_wrapper{
	border: 1px #dbb772 solid;
}
.scroll_wrapper .scrollable{
	background: #f5daa7;
	padding-bottom: 4px;
	overflow: hidden;
}*/
.scrollable {
	position: relative;
	top: 0;
	left: 0px;
	overflow: hidden;
	width: 660px;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
	top: 0px;
	z-index: 0;
}

.items div.img {
	float: left;
	overflow: hidden;
	margin: 0px;
/*	padding: 4px; */
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/next_prev_button.png) no-repeat;
	display:block;
	position: absolute;
	z-index: 99;
	width: 19px;
	height: 38px;
	cursor:pointer;
	font-size:0px;
}
a.browse:hover{
	
}
/* right */
a.right{
	background-position: -19px 0;
	margin-right: 0px;
	position: absolute;
	right: 0;
}
a.right:hover{ 
	
}

/* left */
a.left	{
	position: absolute;
	left: 0;
	margin-left: 0px; 
}
a.left:hover{
	
}

/* disabled navigational button */
a.disabled {
	
} 
