#home {
}

/*jquery rotating banner*/

#home-hero {
	display: block;
	width: 960px;
	height: 300px;
}

#home-images {
	width: 960px;
	height: 300px;
	position: relative;
}

#home-hero #home-images div {
	width: 960px;
	height: 300px;
	display: none;
}

#home #home-images a {
	display: block;
	width: 960px;
	height: 300px;
}

#home #home-images a span {
	display: none;
}

#home #home-images .home-image {
	width: 960px;
	height: 300px;
}

#home #home-images .home-image-active {
}


#home #home-buttons {
	background: #43505e;
	padding: 0;
}

#home #home-buttons ul {
	padding: 0;
	margin: 8px 0 0 8px;
}

#home #home-buttons ul li {
	display: inline;
	float: left;
	margin: 8px 0 8px 8px;
}

#home #home-buttons ul li:first-child {
	margin-left: 0;
}

#home #home-buttons ul li a {
	display: block;
	width: 230px;
	height: 135px;
	overflow: hidden;
}

#home #home-buttons ul li a img {
}



