div#carousel {
	padding-bottom: 10px;
	background:#eeeeee;
	border: 1px solid #213983;
	width:457px;
	margin-bottom:15px;
	height:168px;
	overflow:hidden;
}
div.carousel_full_interface {
	overflow: hidden;
	min-height: 21px;
}
div.carousel_full_interface ul {
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0;
	float: left;
	width: auto;
}
div.carousel_full_interface ul li {
	cursor: pointer;
	float: left;
	margin: 2px;
	height: 11px;
	width: 5px; 
	padding: 0 3px 2px 5px;
	background:url('../images/carousel/bubble-gray.gif') no-repeat;
}
div.carousel_full_interface ul li.active {
	background:url('../images/carousel/bubble-white.gif')  no-repeat;
}
div.carousel_interface_bg {
	float: right;
	width: 49px;
	height: 18px;
	background: transparent url('../images/carousel/arrow_interface_white.png') no-repeat 0 0;
}
div.carousel_full_scroll1 {
	overflow: hidden;
}
.carousel_table{
	width:400px;
}
.carousel_table td{
	padding:0px 10px 0px 10px;
}
h4.carousel_header {
	margin:0px;
}
h4.carousel_header a {
	color:black;
	font-weight:bold;
}
p.carousel_text {
	margin-top:2px;
}
#pageContentThreeCol .carousel_table p{
	width:400px;
} 

