#gallery-thumbs-holder {
	height: 120px;
	width: 948px;
	position: relative;
	z-index: 20;
	float: left;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	}	
#gallery-left-arrow {
	height: 36px;
	width: 35px;
	float: left;
	padding-top: 42px;
	padding-bottom: 42px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 12px;
	}	
#gallery-right-arrow {
	height: 36px;
	width: 45px;
	float: left;
	padding-top: 42px;
	padding-bottom: 42px;
	margin: 0px;
	padding-left: 11px;
	}


#container {
	position: relative;
	width: 834px;
	height: 120px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	float: left;
	margin: 0px;
}

#scroller {
	width: 1705px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 22px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content_wide {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.content img, .content_wide img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}
#homeimage {
	padding-right: 278px;
	padding-left: 278px;
	}

[if IE]>
<style type="text/css">

#scroller{
  width: 882px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}

</style>
<! [endif]
