#structure3 {
  background-image: url(/images/backgrounds/internal_mickey_winner.jpg);
}

.title_l h2 span {
  display:none;
}

div.title_l h2 {
  background: url(/images/titles/swindon_party.png) 0 0 no-repeat;
  width:428px;
  height: 126px;
  margin-left:170px;
  margin-top:5px;
}
div.title_l h2.gallery_title_1 { background: url(/images/titles/swindon_party.png) 0 0 no-repeat}
div.title_l h2.gallery_title_2 { background: url(/images/titles/florida_ceremony.png) 0 0 no-repeat}

div.title_r {
  padding-right: 30px;
}

div.content_c {
  text-align:center;
}


#gallery_tabs{
	padding:0 0 0 180px;
	text-align:left;
	float:left
	}
#gallery_tabs ul li,#gallery_tabs ul li a{
	height:66px;
	float:left
	}
#gallery_tabs ul li{
	padding:0 6px 0 0
	}
#gallery_tabs ul li a{
	text-align:center;
	font-size:10%;
	text-indent:-9999px;
	outline:none;
	overflow:hidden;
	display:block
	}
#gallery_tabs ul li.gallery_uk,#gallery_tabs ul li.gallery_uk a{width:221px}
#gallery_tabs ul li.gallery_uk a{background:url(/images/navigation/tabs/gallery_uk2.gif) no-repeat}
#gallery_tabs ul li.gallery_us,#gallery_tabs ul li.gallery_us a{width:250px}
#gallery_tabs ul li.gallery_us a{background:url(/images/navigation/tabs/gallery_us2.gif) no-repeat}

#gallery_tabs ul li a:hover,#gallery_tabs ul li a.selected{background-position:bottom !important}



div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 666px;
	height:675px;
	margin: 0 auto;
	position:relative;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
  position:absolute;
  top:270px;
  left:0;
  height:154px;
	width:747px;
	z-index:1;  
	margin-left:-41px;
}

div.nav-controls {
  height:154px;
	  width:747px;
}

div.controls a.prev {
  width:41px;
  height:154px;
  float:left;
}

div.controls a.next {
  width:41px;
  height:154px;
  float:right;
}


#gallery_video{
	padding-top:47px;
	background:#000;
	position:relative
	}

div.slideshow-bdr{
	height:9px;
	font-size:10%;
	position: relative;
	}
#slideshow-top{height:18px;background:url(/images/backgrounds/gallery_top2.gif) top no-repeat;}
#slideshow-bottom{background:url(/images/backgrounds/gallery_bottom.png) top no-repeat;}


div.slideshow-container{height: 647px}
div.slideshow a.advance-link{line-height: 647px}

div.slideshow-container {
	position: relative;
	clear: both;
	 /* This should be set to be at least the height of the largest image in the slideshow */
		/*background: url('/images/backgrounds/gallery.png') center center no-repeat;*/
		background:#000
}
div.winner_badge{
	width:147px;
	height:147px;
	background:url(/images/elements/winner_badge.png) no-repeat;
	right:0;
	top:10px;
	position:absolute;
	z-index:100
	}
div.loader {
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/images/gallery/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 666px;
}
div.slideshow {
	height:100%;
  width: 570px;
  margin: 0 auto;
  position:relative;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	height:100%;
	display: block;
	width: 570px;
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
}
div.download {
	float: right;
}
div.caption-container {
	
}
span.image-caption {
	display: block;
	position: absolute;
}
div.caption {
	background-color: #000;
	padding: 12px;
	color: #ccc;
}
div.caption a {
	color: #fff;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
		margin: 0 auto;
		position:relative;
}
ul.thumbs {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.thumbs li {
	float: none;
  padding: 8px;
	margin: 0 10px 0 0;
	list-style: none;
	float:left;
	width:50px;
	height:50px;
	background: url(/images/backgrounds/gallery_image.gif) 0 0 no-repeat;
}
a.thumb {
	padding: 0;
	border: none;
}

ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	width:660px;
	height:26px;
	margin-left:-32px;
	position:relative;
}

div.pagination a.prev, div.pagination a.next {
  position:absolute;
  top:-45px;
}

div.pagination a.prev {
  left:0;
}

div.pagination a.next {
  right:0;
}

/*div.pagination span {
  display:none !important;
}*/

div.pagination a.prev {
  float:left;
}

div.pagination a.next {
  float:right;
}

#captionToggle a {
	float: right;
	display: block;
	background-image: url('/images/gallery/caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}
