.scrollable {
	position: relative;
	overflow: hidden;
	width: 533px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 10px;
	margin-left: 10px;

}

.scrollable .items {
	position:relative;
	clear: both;
	width:1500em;
}

.scrollable img {
	float:left;
	background-color:#F0EEEF;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #dfdfdf;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
}

.scrollable .active {
    opacity:1;
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
.contact-area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #002C42;
	text-decoration: none;
}