/* ---------imageFader ----------------------------------------*/

#main-photo {
  position: absolute;
  height: 274px;
  width: 530px;
  left: -2px;
  top: 0px;
  position: relative;
}
#main-photo .caption {
  position: absolute;
  bottom: 32px;
  left: 23px;
  color: #fff;
  text-shadow:  0 0 3px #000,
                0 0 3px #000,
                0 0 3px #000;
  font: normal 13px Times, "Times New Roman", serif;
  width: 100%;
}
#main-photo .border {
  position: relative;
  z-index: 1;
}
#main-photo .photo {
  position: absolute;
  left: 10px;
  top: 19px;
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
#main-photo .photo.opaque {
  opacity: 0;
}

body.ko #main-photo .caption {
  font: normal 13px Dotum, Times, "Times New Roman", serif;
}

/*---------- IslandChooser -----------------------------------*/

/* ==|== island chooser styles ======================================================
   Style items for Island Chooser
   ========================================================================== */

.chooser {
  display: block;
  width: 531px;
  height: 272px;
  position: relative;
  z-index: 0;
  cursor: hand;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out; 
  transition: opacity 1s ease-in-out;
}

.chooser .whiteout {
  opacity: .4;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out; 
  transition: opacity 1s ease-in-out;
}

.chooser .fadeout {
  opacity: .25;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  /* z-index: -5; */
}

.chooser .fadein {
  opacity: 1;
}

/* ==|== island chooser styles ======================================================
   Styles for region labels
   ========================================================================== */
ul.areas {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block;
  width: 533px;
  height: 272px;
  position: relative;
}

ul.areas a.label-button {
  text-decoration: none;
  background: #f8f7f3;
  border: 1px solid #c4c4c4;
  padding: 3px 8px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 205;
}
 
ul.areas span.arrow {
  display: block;
  position: absolute;
  z-index: 1;
  right: 1px;
  top: -2px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
 
  ul.areas li .slider  {
    right: -17px;
  }
   

/* ==|== island chooser styles ======================================================
   Styles for positioning regions on canvas
   ========================================================================== */

ul.areas li {
  display: block;
  position: absolute;
  font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out; 
  transition: opacity .25s ease-in-out;
}

body.ko ul.areas li {
  font: 12px Dotum, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

ul.areas > li > img {
  display: block;
  position: absolute;
  z-index: -2;
}

/* ==|== island chooser styles ======================================================
   Styles for Hover Window with Region Information
   ========================================================================== */
   
.hover-info {
  display: none;
  position: absolute;
  width: 300px;
  height: 120px;
  z-index: -1;
  
  /* Animate Information Display */
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
}

    .chooser .information {
      background-color: #F8F7F3;
      background-image: url("../img/gradient-bottom.png"), url("../img/gradient-top.png");
      background-repeat:no-repeat, repeat-x;
      background-position: left bottom, left top;
      border: 1.75px solid #CDCDCA;
      border-radius: 2px 2px 2px 2px;
      display: block;
      font: 10px "Lucida Grande","Trebuchet MS",Verdana,sans-serif;
      left: 92px;
      margin-top: 8px;
      opacity: 0.9;
      padding: 0 10px 9px 8px;
      position: absolute;
      width: 170px;
      z-index: 1;
    }

    body.ko .chooser .information {
      font: 10px Dotum, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    }

    .chooser .thumbnail {
      display: block;
      height: 104px;
      width: 100px;
      position: absolute;
      left:0px;
      top:10px;
      background: url("../img/chooser_photobox.png") no-repeat;
      z-index: 2;
    }

    .chooser .thumbnail img {
      margin-left: 10px;
      margin-top: 9px;
    }


    .chooser .information p {
      margin-bottom: 5px;
    }

    .chooser .information a {
      font-weight: bold;
      margin: 0;
      padding: 0;
    }
  
/* ==|== island chooser styles ======================================================
   Styles for Region Specific Hovers
   ========================================================================== */
   
.chooser ul.areas li .hover-info.active {
  display: block;
  z-index: 200;
}
  
/* ==|== island chooser styles ======================================================
   Border Corners and Pointer Arrows
    ========================================================================== */

.chooser li a.label-button.tl {
  border-top-left-radius: 0px;
}

.chooser li a.label-button.bl {
  border-bottom-left-radius: 0px;
}

.chooser li a.label-button.tr {
  border-top-right-radius: 0px;
}

.chooser li a.label-button.br {
  border-bottom-right-radius: 0px;
}

.chooser a.label-button .pointer {
  width: 0;
  height: 0;
  position: absolute;π
}

  .chooser a.label-button.tl .pointer {
    left: 1px;
    top: 1px;
    border-top: 5px solid; 
    border-right: 5px solid transparent;
  } 

  .chooser a.label-button.tr .pointer {
    right: 1px;
    top: 2px;
    border-top: 5px solid; 
    border-left: 5px solid transparent;
  }
  
  .chooser a.label-button.bl .pointer {
    left: 1px;
    bottom: 1px;
    border-bottom: 5px solid;
    border-right: 5px solid transparent;
  }
  
  .chooser a.label-button.br .pointer {
    right: 1px;
    bottom: 1px;
    border-bottom: 5px solid; 
    border-left: 5px solid transparent;
  }

/*************
 * Statewide *
 *************/
#statewide.chooser               { height: 330px; }
#statewide li.hawaii             { left: auto !important; right: 135px; top: 204px; }
#statewide li.hawaii a           { color: #8a281d; }
#statewide li.hawaii img         { right: -110px; top: -35px; }
#statewide li.hawaii span.arrow  { background-color: #8a281d; }
#statewide li.hawaii .pointer    { right: 1px; bottom: 1px; border-bottom: 5px solid #8a281d; border-left: 5px solid transparent; }
#statewide li.hawaii .hover-info { left: -91px; top: 18px; }

#statewide li.kauai                 { left: 74px; top: 33px; }
#statewide li.kauai a               { color: #308c60; }
#statewide li.kauai img             { left: -47px; top: -33px; }
#statewide li.kauai span.arrow      { background-color: #308c60; }
#statewide li.kauai .pointer        { left: 1px; top: 1px; border-top: 5px solid #308c60; border-right: 5px solid transparent; }
#statewide li.kauai .hover-info     { left: -5px; top: 10px; }

#statewide li.lanai                 { left: 244px; top: 137px; }
#statewide li.lanai a               { color: #baa32f; }
#statewide li.lanai img             { left: 32px; top: -23px; }
#statewide li.lanai span.arrow      { background-color: #baa32f; }
#statewide li.lanai .pointer        { right: 1px; top: 2px; border-top: 5px solid #baa32f; border-left: 5px solid transparent; }
#statewide li.lanai .hover-info     { left: -91px; top: 17px; }

#statewide li.maui                  { left: 377px; top: 112px; }
#statewide li.maui a                { color: #cf9d33; }
#statewide li.maui span.arrow       { background-color: #cf9d33; }
#statewide li.maui .pointer         { left: 1px; bottom: 1px; border-bottom: 5px solid #cf9d33; border-right: 5px solid transparent; }
#statewide li.maui .hover-info      { left: -216px; top: 17px; }
#statewide li.maui img              { left: -70px; top: -12px; }

#statewide li.molokai               { left: 312px; top: 77px; }
#statewide li.molokai a             { color: #4c723b; }
#statewide li.molokai span.arrow    { background-color: #4c723b; }
#statewide li.molokai .pointer      { left: 1px; bottom: 1px; border-bottom: 5px solid #4c723b; border-right: 5px solid transparent; }
#statewide li.molokai .hover-info   { left: -91px; top: 17px; }
#statewide li.molokai img           { left: -60px; top: 7px; }

#statewide li.oahu                  { left: 210px; top:42px; }
#statewide li.oahu a                { color: #3f89d5; }
#statewide li.oahu img              { left: -45px; top: -2px; }
#statewide li.oahu span.arrow       { background-color: #3f89d5; }
#statewide li.oahu .pointer         { left: 1px; bottom: 1px; border-bottom: 5px solid #3f89d5; border-right: 5px solid transparent; }
#statewide li.oahu .hover-info      { left: -91px; top: 17px; }

/***********
 * Islands *
 ***********/

 /* temporary background map for alignment */
#big-island     { background-image: url("../img/Region-BigIsland-base.jpg"); }
#kauai      { background-image: url("../img/Region-Kauai-base.jpg"); }
#lanai      { background-image: url("../img/Region-Lanai-base.jpg"); }
#maui       { background-image: url("../img/Region-Maui-base.jpg"); }
#molokai    { background-image: url("../img/Region-Molokai-base.jpg"); }
#oahu       { background-image: url("../img/Region-Oahu-base.jpg"); }

/* set region colors for pointer arrows */
#big-island a.label-button .pointer     { border-bottom-color: #8a281d; border-top-color: #8a281d; }
#kauai a.label-button .pointer      { border-bottom-color: #308c60; border-top-color: #308c60; }
#lanai a.label-button .pointer      { border-bottom-color: #baa32f; border-top-color: #baa32f; }
#maui a.label-button .pointer       { border-bottom-color: #cf9d33; border-top-color: #cf9d33; }
#molokai a.label-button .pointer    { border-bottom-color: #4c723b; border-top-color: #4c723b; }
#oahu a.label-button .pointer       { border-bottom-color: #3f89d5; border-top-color: #3f89d5; }

#big-island .information a,
#big-island a.label-button { color: #8a281d; }
#big-island span.arrow     { background-color: #8a281d; }
#kauai .information a,
#kauai a.label-button      { color: #308c60; }
#kauai span.arrow          { background-color: #308c60; }
#lanai .information a,
#lanai a.label-button      { color: #baa32f; }
#lanai span.arrow          { background-color: #baa32f; }
#maui .information a,
#maui a.label-button       { color: #cf9d33; }
#maui span.arrow           { background-color: #cf9d33; }
#molokai .information a,
#molokai a.label-button    { color: #4c723b; }
#molokai span.arrow        { background-color: #4c723b; }
#oahu .information a,
#oahu a.label-button       { color: #3f89d5; }
#oahu span.arrow           { background-color: #3f89d5; }


#big-island .northKohala img { left: 62px; top: -18px; }         /* positions region to label */
#big-island .northKohala .hover-info { left: -92px; top: 15px; } /* positions .hover-info relative to label */

#big-island .hamakua img { left: -107px; top: -23px; }
#big-island .hamakua .hover-info { left: -92px; top: 15px; }

#big-island .hilo img { left: -59px; top: -23px; }
#big-island .hilo .hover-info { left: -92px; top: 14px; }

#big-island .puna img { left: -85px; top: -26px; }
#big-island .puna .hover-info { left: -219px; top: 14px; }

#big-island .kau img { left: -85px; top: -58px; }
#big-island .kau .hover-info { left: -30px; top: -81px; }

#big-island .kona img { left: 7px; top: -59px; }
#big-island .kona .hover-info { left: -92px; top: 15px; }

#big-island .kohala img { left: 47px; top: -23px; }
#big-island .kohala .hover-info { left: -92px; top: 15px; }


#kauai .north img { left: -14px; top: -14px; }        /* positions region to label */
#kauai .north .hover-info { left: -92px; top: 15px; } /* positions .hover-info relative to label */

#kauai .east img { left: -105px; top: -65px; }
#kauai .east .hover-info { left: -196px; top: 15px; }

#kauai .lihue img { left: -105px; top: -65px; }
#kauai .lihue .hover-info { left: -233px; top: -107px; }

#kauai .south img { left: 23px; top: -117px; }
#kauai .south .hover-info { left: -194px; top: -93px; }

#kauai .west img { left: 0; top: -70px; }
#kauai .west .hover-info { left: -92px; top: 15px; }


#lanai .north img { left: -14px; top: -14px; }        /* positions region to label */
#lanai .north .hover-info { left: -92px; top: 15px; } /* positions .hover-info relative to label */

#lanai .central img { left: -185px; top: -56px; }
#lanai .central .hover-info { left: -171px; top: 15px; }

#lanai .south img { left: -146px; top: -78px; }
#lanai .south .hover-info { left: -198px; top: -107px; }


#maui .central img { left: -36px; top: -34px; }        /* positions region to label */
#maui .central .hover-info { left: -92px; top: 15px; } /* positions .hover-info relative to label */

#maui .upcountry img { left: -63px; top: -68px; }
#maui .upcountry .hover-info { left: -92px; top: 15px; }

#maui .east img { left: -168px; top: -101px; }
#maui .east .hover-info { left: -192px; top: 15px; }

#maui .south img { left: 31px; top: -129px; }
#maui .south .hover-info { left: 12px; top: -84px; }

#maui .west img { left: 32px; top: -102px; }
#maui .west .hover-info { left: -9px; top: 13px; }


#molokai .west img { left: -21px; top: -42px; }       /* positions region to label */
#molokai .west .hover-info { left: -4px; top: 10px; } /* positions .hover-info relative to label */

#molokai .central img { left: -53px; top: -76px; }
#molokai .central .hover-info { left: -92px; top: 15px; }

#molokai .east img { left: -43px; top: -93px; }
#molokai .east .hover-info { left: -198px; top: 15px; }


#oahu .north img { left: -46px; top: -47px; }        /* positions region to label */
#oahu .north .hover-info { left: -92px; top: 15px; } /* positions .hover-info relative to label */

#oahu .windward img { left: -58px; top: -51px; }
#oahu .windward .hover-info { left: -93px; top: 15px; }

#oahu .honolulu img { left: -79px; top: -32px; }
#oahu .honolulu .hover-info { left: -211px; top: -107px; }

#oahu .central img { left: -37px; top: -75px; }
#oahu .central .hover-info { left: -92px; top: 15px; }

#oahu .leeward img { left: 9px; top: -73px; }
#oahu .leeward .hover-info { left: 33px; top: -83px; }



/* ---------- IslandSlideShow  ----------------*/

.gallerycontainer {
  font-size: 16px;
}
.gallerycontainer {
	display: block;
	height: 456px;
	width: 1076px;
	position: relative;
/*	background: url(../images/interactive-package/IslandSlideshow/img/temp_layoutimage.jpg) no-repeat; */
}

	#statewide .gallerycontainer {
		height: 492px;
		width: 1076px;
		left:7px;
	}

.islandflower {
	display: block;
	width: 113px;
	height: 456px;
	position: absolute;
	z-index: 101;
}

	#kauai .islandflower {
		background: url(../images/interactive-package/IslandSlideshow/img/kauai_flowers.png) no-repeat;
		z-index: 101;
	}
	
	#lanai .islandflower {
		background: url(../images/interactive-package/IslandSlideshow/img/lanai_flowers.png) no-repeat;
		z-index: 101;
	}
	
	#maui .islandflower {
		background: url(../images/interactive-package/IslandSlideshow/img/maui_flowers.png) no-repeat;
		z-index: 101;
	}
	
	#molokai .islandflower {
		background: url(../images/interactive-package/IslandSlideshow/img/molokai_flowers.png) no-repeat;
		z-index: 101;
	}
	
	#oahu .islandflower {
		background: url(../images/interactive-package/IslandSlideshow/img/oahu_flowers.png) no-repeat;
		z-index: 101;
	}

	#big-island .islandflower {
		background: url(../images/interactive-package/IslandSlideshow/img/bigisland_flower.png) no-repeat;
		z-index: 101;
	}

	#statewide .islandflower {
		left: 0px;
		width: 105px;
		height: 164px;
		top: 68px;
		background: url(../images/interactive-package/IslandSlideshow/img/statewide_flower.png) no-repeat;
	}

.gallerycontainer ul.thumbnails {
	list-style: none;
	list-style-image: none;
	display: block; 
	height: 409px;
	width: 131px;
	background: url(../images/interactive-package/IslandSlideshow/img/thumbnailbg.png) no-repeat;
	padding: 14px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top:2px;
	left:64px;
	z-index: 100;
			
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg); /* IE 9 */
	-webkit-transform: rotate(-1deg); /* Safari and Chrome */
	-o-transform: rotate(-1deg); /* Opera */
	-moz-transform: rotate(-1deg); /* Firefox */
	
}

	.gallerycontainer ul.thumbnails li {
		margin: 0px 0px 5px 16px;
	}

	.gallerycontainer ul.thumbnails li.first {
		margin: 12px 0px 5px 16px;
	}

	.gallerycontainer ul.thumbnails li a {
    outline: none;
	}

	.gallerycontainer ul.thumbnails li a img {
		width: 105px;
		height: 70px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background-color: black;
		display: block;
		outline: none;
		border: 0;
	
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.gallerycontainer ul.thumbnails a img:hover {
		opacity: .7;
		filter: alpha(opacity=70);
	}

.gallerycontainer .mainimage .frame {
	display:block;
	width: 920px;
	height: 405px;
	background: url(../images/interactive-package/IslandSlideshow/img/island_frame.png) no-repeat;
	position: absolute;
	z-index: 99;
	right: 8px;
}

	#statewide .mainimage .frame {
		width: 1008px;
		height: 432px;
		background: url(../images/interactive-package/IslandSlideshow/img/statewide_frame.png) no-repeat;
		z-index: 99;
		right: 8px;
	}
	
	.mainimage .frame a {display:block; position:absolute; top:0; left:0; right:0; bottom:0;}
	
	#statewide .mainimage img,
	#statewide .mainimage img a {
	  border: 0;
	}
	
.gallerycontainer .mainimage .islandoverlay {
	display: block;
	width: 475px;
	height: 85px;
	position: absolute;
	z-index: 120;
	color: #FFF;
	top: 272px;
	left: 229px;
}

	.gallerycontainer .mainimage .islandoverlay p {
		margin: 0px;
		padding: 0px;
	}
	
	.gallerycontainer .mainimage .islandoverlay p.islandname {
		font: normal normal 1.5em/1em Georgia, Times, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		text-shadow: 0 0 5px #000000;
	}
	
	body.ko .gallerycontainer .mainimage .islandoverlay p.islandname {
		font: normal normal 1.5em/1em Dotum, Georgia, Times, sans-serif;
        }

	.gallerycontainer .mainimage .islandoverlay p.islandnickname {
		font: italic normal normal 1.2em/1.5em Georgia, Times, sans-serif;	
		text-shadow: 0 0 5px #000000;
	}
	
	body.ko .gallerycontainer .mainimage .islandoverlay p.islandnickname {
		font: italic normal normal 1.2em/1.5em Dotum, Georgia, Times, sans-serif;	
         }
       
	#bigisland #bigisland-gallery .islandoverlay {
		top: 308px;
	}

.gallerycontainer ul.galleryimages {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 95;
	right: 20px;
	top: 14px;
}

	.gallerycontainer ul.galleryimages a {
		display: block;
		width: 870px;
		height: 375px;
		position: absolute;
		right: 0px;
		top: 0px;
	}

		#statewide ul.galleryimages a {
			width: 985px;
			height: 410px;
			top: 0px;
		}

	.gallerycontainer ul.galleryimages li {
		display: block;
		width: 870px;
		height: 375px;
	}

		#statewide ul.galleryimages {
			width: 983px;
			height: 405px;
			top: 9px;
			right: 15px;
		}

.gallerycaption {
	display: block;
	width: 487px;
	height: 122px;
	position: absolute;
	left: 181px;
	top: 334px;
	z-index: 101;
	background: url(../images/interactive-package/IslandSlideshow/img/panelbackgound.png) no-repeat;
	text-decoration: none;
}

	.gallerycaption h3, .gallerycaption p {
		margin:0px 0px 0px 16px;
		padding:0px;
		font-family: "Georgia", "Times", serif;
	}

	body.ko .gallerycaption h3, .gallerycaption p {
		font-family: Dotum, "Georgia", "Times", serif;
	}

	.gallerycaption h3 {
		margin-top: 16px;
		color: #775564;
		font-size: 1.1em;
		font-weight: bold;
	}

	.gallerycaption p {
		color: #3C6230;
		font-size: .8em;
	}

	.gallerycaption p.subcaption {
		margin-bottom: 15px;
		font-size: .75em;
	}

	.gallerycaption a, 
	.gallerycaption a:link {
		font-family: "Lucida Grande", "Helvetica", Verdana, sans-serif;
		text-decoration: none;
		color: #6c4300 !important;
		font-size: .9em;
	}

	body.ko .gallerycaption a, 
	body.ko .gallerycaption a:link {
		font-family: Dotum, "Lucida Grande", "Helvetica", Verdana, sans-serif;
        }

	.gallerycaption a:visited,
	.gallerycaption a:link:visited {
		color: #6c4300 !important;
	}

	.gallerycaption p.imagelink a,
	.gallerycaption p.islandchoose a,
	.gallerycaption p.islandlink a {
		padding-left: 17px;
		background: url(../images/interactive-package/IslandSlideshow/img/arrows.png) 0px -1px no-repeat;
	}
	
	.gallerycaption p.imagelink a:hover,
	.gallerycaption p.islandchoose a:hover,
	.gallerycaption p.islandlink a:hover {
		background: url(../images/interactive-package/IslandSlideshow/img/arrows.png) 0px -33px no-repeat;
	}

	.gallerycaption a:hover, 
	.gallerycaption a:link:hover {
		color: #c41919 !important;
	}

	.gallerycaption p.triplink {
		margin-top: 5px;
	}

	.gallerycaption p.triplink .triplink-island { 
		text-transform: capitalize; 
	}


#statewide .gallerycaption {
	width: 572px;
	height: 121px;
	left: 100px;
	top: 372px;
	background: url(../images/interactive-package/IslandSlideshow/img/statewide_panel.png) no-repeat;
}

	#statewide .gallerycaption h5.islandname {
		text-transform: capitalize;
		font-weight: bold !important;
		font: 1.4em Georgia, "Trebuchet MS", Verdana, sans-serif;
		margin: 29px 0px 0px 20px;
		padding: 0px;
		color: #3f5a00;
		overflow: hidden;
		white-space: nowrap;
	}

        #statewide.ko .gallerycaption h5.islandname {
        	font: 1.4em Dotum, Georgia, "Trebuchet MS", Verdana, sans-serif;
        }

	#statewide .gallerycaption h5.islandname.enter {
		opacity: 1;
	}

	#statewide .gallerycaption h5.islandname.exit {
		opacity: 0;
	}
	
	#statewide .gallerycaption h4.islandnickname {
		display:block;
		position: absolute;
		top: 40px;
		left: 20px;
		font: italic normal normal .8em/1.5em Georgia, Times, sans-serif;
		z-index: 500;
		color: #5e5e00;
		overflow: hidden;
		white-space: nowrap;
		margin: 1.33em  0px;
	}

        #statewide.ko .gallerycaption h4.islandnickname {
		font: italic normal normal .8em/1.5em Dotum, Georgia, Times, sans-serif;
        }

	#statewide .gallerycaption h3.imagetitle {
		display: block;
		width: 165px;
		height: 35px;
		text-align: center;
		right: 63px;
		top: 8px;
		position: absolute;
	}
	
	#statewide .gallerycaption h3 {
		margin-top: 26px;
	}

	#statewide .gallerycaption h3.imagetitle a {
		font: normal normal normal .75em/1em Georgia, Times, serif !important;
		color: #576a13 !important;
	}

        body.ko #statewide .gallerycaption h3.imagetitle a {
		font: normal normal normal .75em/1em Dotum, Georgia, Times, serif !important;
        }	

	#statewide .gallerycaption h3.imagetitle a:hover {
		color: #c41919 !important;
	}
		
	#statewide .gallerycaption .islandthumbnail {
		height: 110px;
		width: 130px;
	}

	#statewide .gallerycaption p.islandchoose,
	#statewide .gallerycaption p.islandlink {
		display: block;
		position: absolute;
		top: 90px;
		margin: 0px 0px 0px 20px;
		padding: 0px;
	}
	
		#statewide .gallerycaption p.islandlink {
			left: 325px;
		}


.islandthumbnail {
	display:block;
	width:130px;
	height:110px;
	position:absolute;
	z-index: 105;
	bottom: 17px;
	left: 205px;
}

	#statewide .islandthumbnail {
	}
	
		.islandthumbnail ul.islandmaps {
			list-style: none;
			display: block;
			width:130px;
			height:110px;
			padding: 0;
			margin: 1em 0px;
		}
		
	
							
							
		.islandthumbnail  .kauai{background:url(/en/includes/themes/gohawaii/images/interactive-package/IslandSlideshow/img/island-kauai.png) no-repeat;}
		.islandthumbnail  .oahu{background:url(/en/includes/themes/gohawaii/images/interactive-package/IslandSlideshow/img/island-oahu.png) no-repeat;}
		.islandthumbnail  .molokai{background:url(/en/includes/themes/gohawaii/images/interactive-package/IslandSlideshow/img/island-molokai.png) no-repeat;}
		.islandthumbnail  .lanai{background:url(/en/includes/themes/gohawaii/images/interactive-package/IslandSlideshow/img/island-lanai.png) no-repeat;}
		.islandthumbnail  .maui{background:url(/en/includes/themes/gohawaii/images/interactive-package/IslandSlideshow/img/island-maui.png) no-repeat;}
		.islandthumbnail  .big-island{background:url(/en/includes/themes/gohawaii/images/interactive-package/IslandSlideshow/img/island-big-island.png) no-repeat;}
		
		
	
								
			.islandthumbnail ul.islandmaps li {
				display: none;
                                margin: 0px;
			}
			
			.islandthumbnail ul.islandmaps li.active {
				display: block;
			}
	
	.islandthumbnail img.loupe { /* temp! */
		position: absolute;
		top: 15px;
		left: 40px;
	}		
		
		#statewide .islandthumbnail img.loupe { /* temp! */
			position: absolute;
			top: 15px;
			left: 40px;
		}
		
	.island .islandthumbnail {
		left: 280px;
	}
	
#statewide .islandmaps img {
  behavior: url(../images/interactive-package/IslandSlideshow/img/iepngfix.htc)
}
	
.island h3.imagetitle {
	padding-bottom: 5px;
	padding-top: 2px;
	overflow: hidden;
	position: relative;
	height: 16px;
	margin-bottom: 2px;
	z-index: 1;
}

.island h3.imagetitle a {
	font: 18px Georgia, Times, serif;
	color: #77556f !important;
	font-weight: bold;
	position: absolute;
}

body.ko .island h3.imagetitle a {
	font: 18px Dotum, Georgia, Times, serif;
}

.island img {
  border: 0;
}

.enter {
	opacity: 1;
}

.exit {
	opacity: 0;
}

#big-island p.islandnickname {
	display: none;
}

#statewide.de .gallerycaption p {
	font-size: 0.7em;
}

#statewide.de .gallerycaption p a {
	padding-bottom: 2px;
	padding-top: 2px;
}

#statewide.de .gallerycaption p.islandchoose {
	margin: 0 0 0 18px;
}