.html_carousel {
	padding: 10px 0px;
	width: 100%;
	max-width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.caroufredsel_wrapper {
	max-width: inherit;
	width: inherit;
	border: 1px solid black;
}

#lmcar {
	max-width: inherit;
	width: inherit;
	overflow: hidden;
}

.html_carousel div.slide {
	position: relative;
	background: white;
}

.html_carousel div.slide div {
	background-color: #002D46; 
    max-width:360px;
	height: 400px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
    padding-right:30px;
	overflow-y: scroll;
    overflow-x:hidden;
	margin-bottom: 20px;
	width: 350px;
    max-width:350px;
}

.html_carousel div.slide img.main {
	height: 400px;
}

.html_carousel div.slide div img {
	display: block;
	padding-bottom: 5px;
    max-width:100%;
}

.html_carousel div.slide h4 {
	font-size: 15pt;
}

.html_carousel div.slide p {
	
}

.html_carousel div.slide small {
	font-size: 9pt;
}

.html_carousel div.slide h4,.html_carousel div.slide p,.html_carousel div.slide small, .html_carousel div.slide ol
	{
	color: white;
	display: block;
	padding-bottom: 30px;
}
.html_carousel div.slide ol {
    margin-left: 40px;
}
.html_carousel div.slide small .tabbed {
	display: inline-block;
    clear: right;
}
.html_carousel div.slide .nopad {
    padding-bottom: 0px !important;
}
.clearfix {
	float: none;
	clear: both;
}

a.prev,a.next {
	width: 60px;
	height: 100px;
	display: block;
	position: absolute;
	top: 150px;
	background: rgba(0, 0, 0, 0.4);
	background-position: center center;
}

a.prev {
	left: -60px;
}

a.prev:hover {
	
}

a.next {
	right: -60px;
}

a.prev span,a.next span {
	display: none;
}

.clearfix {
	float: none;
	clear: both;
}

a.prev {
	background-image: url('../images/ui-prev.png');
	background-repeat: no-repeat;
}

a.prev:hover {
	background-image: url('../images/ui-prev.png');
}

a.next {
	background-image: url('../images/ui-next.png');
	background-repeat: no-repeat;
}

a.next:hover {
	background-image: url('../images/ui-next.png');
}

a.redlink {

	background-image: url('../images/redarrowleft.png');
	background-position: left center;
	background-repeat: no-repeat;
}
a.redlink span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	color: #891a1c;
	line-height: 40px;
	cursor: pointer;
	margin-left:15px;
}

.overviewtable {
	margin: 20px 0;
}

.overviewtable td {
	padding: 10px;
	
}

.overviewtable b {
	color: #891A1C;
	font-weight: bold;
	line-height: 30px;
}


.overviewtable h1 {
	font-size: 14pt;
	font-family: Verdana;
	color: #959595;
	font-weight: normal;
}
.downloads a
{
    text-decoration:none;
    color:black !important;
}