#report_images {
	padding-top:1em;
}
#reports div.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
/*** CAROUSELL ***/
.carousell {
	width:194px;
	position:relative;
}
.carousell img {
	border:none;
}
.carousell * :focus {
	outline:none;
}
.carousellHeader {
	position:relative;
	width:100%;
	height:31px;
	color:#FFF;
	font-size:14px;
	line-height:31px;
}
.carousell .carousellContent {
	width:113px;
	height:100px;
	position:absolute;
	overflow:hidden;
	left:46px;
}
.carousell .carousellImages {
	position:absolute;
	width:200px;
	height:90px;
	overflow:hidden;
	left:0;
	top:0;
}
.carousell .carousellMask {
	position:absolute;
	width:0;
	height:152px;
	overflow:hidden;
	left:0px;
	top:0;
}
.carousell .carousellLinks .carousellRight {
	right:0;
}
.carousell .carousellLinks .carousellLeft {
	left:0;
}
.carousell .carousellLinks .carousellCenter {
	left:36px;
	width:89px;
}
.carousell .carousellLinks a {
	position:absolute;
	display:block;
	width:63px;
	text-decoration:none;
	height:152px;
}
.carousell .carousellImagesScroller {
	position:absolute;
	width:6000px;
	top:0;
	left:-70px;
}
.carousell .carousellImagesListItem {
	float:left;
	width:64px;
	height:133px;
	position:relative;
}
.carousell .carousellImagesListItemHeader .padding {
	padding:5px;
	zoom:1;
}
.carousell .carousellImagesListItemHeader {
	position:absolute;
	left:25px;
	font-size:9px;
	width:105px;
	color:#FFF;
}
.carousell .carousellImagesList a {
	cursor:pointer;
}
.carousell .carousellImagesListItem img {
	position:absolute;
	left:0;
	top: 0;
	width:64px;
}
.carousell .carousellFooter {
	position:relative;
	width:194px;
	top:4em;
}
.carousell .carousellFooter div {
	float:left;
	padding-left:17px;
}
.carousell .carousellFooter div.carousellFooterRight {
	float:right;
	padding-left:0em;
}
.carousellFooterMid {
	clear:both;
	float:left;
	position:absolute;
	width:150px;
	left:30px;
	text-align:center;
	top:9.2em;
}
