#image_wrap { 
    width:678px;
    text-align:center;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 580px;
	height:130px;
	margin:0 auto;
}
.scrollable .items {
	width:20000em;
	position:absolute;
}
.scrollable img {
	float:left;
	margin:8px;
	cursor:pointer;
	width:100px;
	padding:5px;
	border:none;
	background-color:#CCC;
	border-bottom:1px #AAA solid;
	border-top:1px #EEE solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.scrollable img:hover {
	background-color:#1f7fe4;
	border-bottom:1px #0c4cb0 solid;
	border-top:1px #4faff7 solid;
	cursor:pointer;
}
.scrollable .active {
	z-index:9999;
	position:relative;
	background-color:#1f7fe4;
	border-bottom:1px #0c4cb0 solid;
	border-top:1px #4faff7 solid;
}
.scrollable {
	float:left;	
}
a.browse {
	display:block;
	width:32px;
	height:37px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}
a.right { background:url(../images/rightarrow.png) no-repeat; clear:right; margin-right: 0px;width:32px;height:37px;}
a.left	{ background:url(../images/leftarrow.png) no-repeat; margin-left: 0px;width:32px;height:37px;}
a.disabled {visibility:hidden !important;} 	


.portfolioImage {
	max-width: 688px;
}