#image_wrap
{
	width: auto; 
	margin: 30px 0 1em 0; 
	padding: 15px 0;
	text-align: center;
	background-color:#efefef; 
	border: 2px solid #fff; 
	outline: 1px solid #ddd; 
	-moz-ouline-radius: 4px; 
}


.slideshow {
	position: relative;
	border: 1px solid #dfdfdf;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 100%;
	height: 180px;
	
	border: 0;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable a {
	float: left;
	margin: 10px 0px 10px 18px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	width: 205px;
	height: 154px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/*
.scrollable img {
	float:left;
	margin:20px 5px 20px 13px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
*/
/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index: 9999;
	position:relative;
}




/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}






/* prev, next, prevPage and nextPage buttons */
/*
a.browse {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(gallery_browse.png) no-repeat;
	margin: 20px 10px;
	cursor: pointer;
	font-size: 1px;
}
*/
a.browse {
	position: absolute;
	top: 70px;
	display: block;
	width: 30px;
	height: 30px;
	background: url(gallery_browse.png) no-repeat;
	cursor: pointer;
	font-size: 1px;
	z-index: 10;
}

/* right */
a.right {
	clear: right; 
	margin-right: 0px;
	background-position: 0 -30px; 
	
	right: 5px;
}
a.right:hover {
	background-position: -30px -30px;
}
a.right:active {
	background-position: -60px -30px;
} 


/* left */
a.left {
	left: 5px;
} 
a.left:hover {
	background-position: -30px 0;
}
a.left:active {
	background-position: -60px 0;
}


/* disabled navigational button */
a.disabled {
	visibility: hidden !important;		
} 	

