#maincontainer {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
#carousel-wrapper {
	position:absolute;
	top: 115px;
	width: 100%;
	display: block;
	z-index: 10;
	height: 310px;
	background: url('img/carousel-bg.png') no-repeat top center;
}

#carousel-holder {
	width: 940px;
	position: relative;
	display: block;
	height: 310px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#carousel {
	width: 940px;
	height: 300px;
	margin: 0 auto;
}

#carousel ul {
    list-style: none;
    width: 20000px;
    margin: 0;
    padding: 0;
    position: relative;
}

#carousel li {
    display: inline;
    float: left;
	margin: 0; 
	padding: 0;
} 

#carousel li span p {
	display: none;
}

.thumbs {
	text-align: center;
	width: 150px;
	z-index: 14;
	position: relative;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 880px;
}

.thumb {
	display: block;
	width: 7px;
	height: 7px;
	float: left;
	margin: 2px;
	background: url('img/carousel-nav.png') no-repeat;
	display: inline;
	cursor: pointer;
	text-indent: -9999px;
}

a.thumb {
	width:7px;
	height:7px;
	float: left;
	cursor: pointer;
	background: url('img/carousel-nav.png') no-repeat;
	display:block;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

a.thumb:hover {
	background-position:0 -7px;
}

a.thumb.active {
	background-position:0 -14px;
}