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

/* @group jQuery Dumb Cross Fade - Trisected Carousel used in Copy part of page */

div.carousel-controls {
	position: relative;
	margin-top: 1em;
}

div.carousel-controls h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 2em;
	width: 33.1em;
	padding-left: .8125em;
	padding-right: .8125em;
	margin-right: -1.5em;
	background-color: #6D6E71;
	position: relative;
	z-index: 2;
	/* drop shadow */
	box-shadow: 0 .125em .125em #414042;
	/* end drop shadow */
}

img.previous,
img.next {
	position: absolute;
	top: 3.5em;
	z-index: 5;
	width: 1.4375em;
	height: 5.5em;
	cursor: pointer;
}

img.previous {
	left: 0;
}

img.next {
	right: 1em;
}

div.carousel {
	padding: .1em 0;
	margin-left: 1.6em;
}

div.carousel ul {
	position: relative;
	height: 9em;
	width: 30em;
	background-image: url('/images/template/modules/carousel/carousel-bg.png');
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 2em;
}

div.carousel ul li {
	width: 30em;
	height: 9em;
}

div.carousel div.clips {
	float: left;
	line-height: 1.375em;
	overflow: hidden;
	width: 9em;
	height: 9em;
	padding-top: 1em;
	padding-left: .75em;
}

div.carousel li img {
	display: block;
	width: 8em;
	height: 6.25em;
	padding: .375em;
	background-color: #ffffff;
	border: .0625em solid #c2c2c2;
}

div.carousel h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #207bc1;
	margin-top: .25em;
}

div.carousel h3 a {
	text-decoration: none;
	color: #207bc1;
}

div.carousel h3 a:hover {
	text-decoration: underline;
}

div.carousel p {
	font-size: 75%;
}

div.carousel p a {
	color: #0c4c9e;
	text-decoration: underline;
}

/* @endgroup */
