.myCarousel {
	position: relative;
	width: 760px;
	margin: 30px auto 20px auto;
}

.carouselContainer {
	height: 340px;
	margin: 0px;
	background: url(background.png) no-repeat 0px 0px;
}

.captionContainer {
	width: 435px;
	margin: 0px 0px 0px 165px;
	padding: 0px 0px 0px 20px;
	border-left: 2px solid #c90c0c;
	border-bottom: 2px solid #c90c0c;
}

.carouselData {
	display: none;
}

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

#carousel img {
	width: 300px;
	height: 225px;
	cursor: pointer;
}

#captions {
	
}

.nextItem {
	position: absolute;
	top: 180px;
	left: -1px;
	/* z-Index higher than anything than the Plugin uses */
	z-index: 1001;
	cursor: pointer;
}

.prevItem {
	position: absolute;
	top: 180px;
	right: -1px;
	z-index: 1002;
	cursor: pointer;
}

.infobild {
	position: absolute;
	top: 270px;
	left: 102px;
	z-index: 1003;
}

#carouselSelect {
	margin: 40px 0px 0px 250px;
}

#captions h2 {
	font-family: 'Droid Serif', Georgia, Times, serif;
    font-size: 40px;
    line-height: 65px;
	margin: 25px 0px 0px 0px;
	color: #c90c0c;
}

#captions h3 {
	font-family: 'Droid Serif', Georgia, Times, serif;
    font-size: 14px;
    line-height: 25px;
	margin: 0px 0px 15px 0px;
	color: #615c5c;
}

#captions p {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
	color: #615c5c;
	margin: 0px 0px 0px 3px;
	padding-bottom: 10px;
}
#captions p a {
	color: #c90c0c;
	text-decoration: none;
}

#captions p a:hover {
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ccc;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #000;
}

#nav {
	padding-top: 310px;
	float: left;
}
#nav ul {
	font-family: 'Droid Serif', Georgia, Times, serif;
    font-size: 14px;
    list-style: none
}
#nav ul a {
	color: #c90c0c;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a:active {
	color: #000;
}

.stand {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #999;
}
.active {
	color: #000;
	font-weight: bold;
}