.modalBG{
	position: absolute;	
	width: 100%;
	height: 100%;	
	top: 0px;
	left: 0px;		
	z-index: 20;
	
}

.modalBG div.inner{
	width: 770px;
	height: 100%;
	background-color: #004b85;
	margin-left: auto;
	margin-right: auto;		
	 
}

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {	
}
.highslide:hover img {	
}

.highslide-image {
	margin-top: 31px;
	border: 3px solid #ffffff;	
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	color: #004b85;
	font-size: 11px;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

.thumbHeader{
	font-size: 16px;	
	width: 408px;
	height: 31px;	
	background-color: #ffffff;
}

.thumbHeader .attractionName{
	color: #004b85;
	font-size: 15px;
	float: left;
	margin-left: 8px;
	margin-top: 7px;
	font-weight: bold;

}

.thumbHeader .controls{	
	float: right;
	margin-right: 4px;
	margin-top: 4px;
	
}

.thumbHeader .controls img{
	border: 0px;
}

.thumbWrapper{
	background-color: white;
	border: 1px solid #004b85;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.modalLogin{
	width: 177px;
	height: 96px;
	background-color: #1ABFDF;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: -5000px;
	top: 100px;
	z-index: 100;
}
.modalLogin_title {
	width: 100%;
	height: 27px;
	border-bottom: 1px solid #FFFFFF;
	background: #004B85;
}
.modalLogin_title_name {
	background-image: url(../images/titles/login.gif);
	width: 64px;
	height: 27px;
	float: left;
}
.modalLogin_close {
	width: 6px;
	height: 6px;
	float: right;
	cursor: pointer;
	margin-top: 6px;
	margin-right: 6px;
}
.modalLogin_body {
	float: left;
	width: 177px;
}
.modalLogin_body_text_English {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	margin-left: 12px;
}
.modalLogin_body_text_French {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	margin: 0px 1px 0px 12px;
}
.modalLogin_body_text_German {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	margin: 0px 1px 0px 12px;
}
.modalLogin_body_input_English input{
	border: 0px;
	height: 18px;
	width: 150px;
	float: left;
	margin-left: 12px;
}
.modalLogin_body_input_German input{
	border: 0px;
	height: 16px;
	width: 150px;
	float: left;
	margin-left: 12px;
}
.modalLogin_body_input_French input{
	border: 0px;
	height: 16px;
	width: 150px;
	float: left;
	margin-left: 12px;
}
.modalLogin_body_enter_English {
	float:right;
	margin-right:12px;
	width:55px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
}
.modalLogin_body_enter_German {
	float:right;
	margin-right:12px;
	width:72px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
}
.modalLogin_body_enter_French {
	float:right;
	margin-right:12px;
	width:58px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
}
.modalLogin_body_enter img {
	height: 11px;
	width: 12px;
	margin-top: 4px;
	border: 0px;
}
.modalLogin_body_register {
	float: left;
	margin-left: 12px;
	display: inline;
}
.modalLogin_body_register a:link, .modalLogin_body_register a:visited,.modalLogin_body_register a:hover, .modalLogin_body_register a:active {
	color: #004B85;
	font-size: 11px;
	line-height: 20px;
	text-decoration: underline;
}
 .modalLogin_body a:link, .modalLogin_body a:visited,.modalLogin_body a:hover, .modalLogin_body a:active{
	color: #004B85;
	font-size: 11px;
	line-height: 20px;
	text-decoration: underline;
}



