  div#blq-local-nav, div#blq-content {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}

div#blq-local-nav #topwrapper {
	background: url(/staticarchive/349b6652dcc56cf5dabb256e7d6d6e3272f09598.jpg) repeat-y left;
}

#blq-content {
	padding: 0 14px;
}

/*-----------------------------*/
/*---------Basic setup---------*/
/*-----------------------------*/


#blq-local-nav #topwrapper {
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	float: left;
	z-index: 100;
	width: 974px;
}

#blq-local-nav .logo {
	float: left;
	line-height: 0;
	font-size: 0;
	margin: 0 10px 0 14px;
}

#blq-local-nav ul.nav {
	background: #00aef6;
	border-bottom: 1px solid #0072be;	
	clear: both;
	float: left;
	margin-top: 1px;
	width: 974px;
	}
	#blq-local-nav ul.nav li {
		float: left;
		font-size: 1.2em;
		height: 21px;
		line-height: 1;
		margin: 0 1px;
		}
	#blq-local-nav ul.nav li.selected {
		background: url(/staticarchive/3e23698654a20f03ba0f5682431cd5b1b37e4ab1.gif) no-repeat left;
		padding-left: 12px;
	}
		#blq-local-nav ul.nav li a:link, #blq-local-nav ul.nav li a:visited {
			color: #ffffff;
			display: block;
			font-weight: bold;
			text-decoration: none;
			padding: 3px 44px;
		}
		#blq-local-nav ul.nav li a:hover, #blq-local-nav ul.nav li a:active {
			color: #000000;
		}
#topwrapper .carousel-light {
	float: right;
	height:100px;
	width: 530px;
}		
	#topwrapper .carousel-light .carousel-nav {
		width: 25px;
	}
		#topwrapper .carousel-light .carousel-nav span {
			display: none;
		}
		#topwrapper .carousel-light .carousel-prev {
			background: url(/staticarchive/7b615648f5d394ff2d8dd0f153734a8ac14b00fa.jpg) no-repeat;
		}
		#topwrapper .carousel-light .carousel-next {
			background: url(/staticarchive/ec14cf2970295e6ec2046f2eeb3d4c4fb6daea8d.jpg) no-repeat;
		}
		#topwrapper .carousel-light a {
			outline: none;
		}
		#topwrapper .carousel-light a:hover {
			background-position: -25px 0;
		}
ol#carousel {
	height:100px;
	width: 530px;
	overflow: auto;
	position: relative;
}
	ol#carousel li {
		float:left;
		height:100px;
		width: 160px;
		list-style:none;
		position: relative;
		background-color: #000000;
	}
	ol#carousel li a:hover img {
		opacity:0.3;
	}
	ol#carousel li span {
		display: none;
		top: 5px;
		color: #FFFFFF;
		position: absolute;
		padding-right: 5px;
	}
		ol#carousel li a:hover span {
			display: block;
			left: 5px;
			text-decoration: none;
		}