:focus {
  -moz-outline-style:none;
}

#image_wrap {
	width: 740px;
	margin: 15px 0 15px 0;
	padding: 15px 0;
	text-align: center;
}

.gallery_navigation_wrapper {
	background: url(../img/gallery_background.png) repeat-x;
	height: 95px;
	width: 690px;
	margin: 0 0 0 20px;
}

.scrollable {
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 65px;
}

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

.scrollable img {
	float: left;
	margin: 10px 4px 5px 4px;
	background: none;
	cursor: pointer;
	width: 75px;
	height: 50px;
}

.scrollable .active {
	border: solid 3px #4d82b4;
	margin: 7px 1px 3px 1px;
	z-index: 9999;
	position: relative;
}

.scrollable {
	float: left;	
}

a.browse {
	background: url(../img/gallery_navigation.png) no-repeat;
	display: block;
	width: 23px;
	height: 27px;
	float: left;
	margin: 20px 10px 10px 10px;
	cursor: pointer;
	font-size: 1px;
}

a.left {
	margin-left: 26px;
}

a.right { 
	background-position: -23px;
	clear: right; 
	margin-right: 0px;
}

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


