body { padding: 0; margin: 0; }
#wrapper {
	position: relative;
	width: 538px;
	height: 340px;
	overflow: hidden;
}
#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 538px;
	height: 340px;
	background: #000;
	opacity: .4;
	filter: alpha(opacity: 40);
}
#contents {
	position: absolute;
	top: 17px;
	left: 17px;
	width: 504px;
	height: 306px;
	background: #FFF;
}
#left-arrow {
	position: absolute;
	left: 24px;
	top: 165px;
	width: 25px;
	height: 26px;
	background: url(../images/left-arrow.jpg) no-repeat;
}
#right-arrow {
	position: absolute;
	right: 24px;
	top: 165px;
	width: 25px;
	height: 26px;
	background: url(../images/right-arrow.jpg) no-repeat
}
#header-info {
	position: absolute;
	top: 29px;
	left: 67px;
	width: 370px;
	height: 75px;
}
#head-container {
	position: absolute;
	top: 29px;
	left: 52px;
	width: 400px;
	height: 75px;
	overflow: hidden;
}
#head-scroller {
	height: 75px;
	overflow: hidden;
}
.header-info {
	float: left;
	top: 29px;
	left: 52px;
	width: 400px;
	height: 75px;
}
.header-info h1 {
	margin-left: 15px;
}
.header-info p {
	margin-left: 15px;
}
h1 {
	padding: 0; margin: 0;
	font-weight: normal;
	font-size: 32px;
	color: #288189;
	font-family: neueultra, helvetica;
}
p {
	padding: 0; margin: 14px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #288189;
	font-family: arial, Helvetica, san-serif;
}
#images-container {
	position: absolute;
	left: 52px;
	top: 104px;
	width: 400px;
	height: 158px;
	overflow: hidden;
}
#images-scroller {
	height: 158px;
	overflow: hidden;
}
.images {
	float: left;
	width: 400px;
	height: 158px;
	overflow: hidden;
}
.image-container {
	overflow: hidden;
	width: 400px;
	text-align: center;
}
.image-container img {
	border: 2px solid #554337;
	height: 123px;
}
.banda {
	float: left;
	width: 170px;
	margin: 6px 12px 0 10px;
	font-weight: bold;
	font-size: 14px;
	color: #288189;
	font-family: arial, Helvetica, san-serif;
}

/* Hide text before FLIR replace */
h1 { visibility: hidden; }