@charset "UTF-8";
/* CSS Document */


#gal {
	background: url(images/gallery/gallery_bg.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 800px;
	border-style: none;
}

#gal .browse {
	background: #00C;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 64px;
	opacity:.75;
}

#gal .browse:hover{	opacity:1; }

#gal .prevPage {
	float: left;
	background: url(images/gallery/left.gif) no-repeat center 285px;
}
#gal .nextPage {
	float: right;
	background: url(images/gallery/right.gif) no-repeat center 285px;
}

#gal .scrollable {
	display: block;
	margin: 95px 0px 0px;
	padding: 0px;
	float: left;
	height: 485px;
	width: 670px;
	position:relative;
	overflow:hidden;
}
#gal .scrollable .items a {
	border: 5px solid #EEE;
	float: left;
	color: #EEE;
	background: #EEE;
	margin-left: 48px;
	margin-top: 35px;
	opacity:.9;
}

#gal .scrollable .items a:hover {
	opacity:1;
	border: 5px solid #FFF;
	color: #FFF;
	background: #FFF;
}

#gal .scrollable .group{
	display: block;
	padding: 0px;
	float: left;
	height: 485px;
	width: 670px;
}

#gal .scrollable .items {
    width:20000em; 
	height: 485px;
	position:absolute; 
}

#topNav a, #topNav a:visited {
	color: #FFF;
	text-decoration: none;
}

#topNav a:hover, #topNav a:active {
	color: #CC9933;
	text-decoration: none;
}

#foot{
	background: url(images/footer_bg.png) no-repeat left top;
	display: block;
	margin: 0px 0px 10px;
	padding: 0px;
	height: 127px;
	width: 800px;
}

#foot p{
	color: #FFF;
	font-size: 12px;
	position: relative;
	left: 10px;
	top: -80px;
	width: 600px;
}

#foot a, #foot a:visited{
	color: #FFF;
	text-decoration: underline;
}

#foot a.foot_service {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 127px;
	width: 127px;
	position: relative;
	top: 0px;
	left: 673px;
}

