/*
License: Creative Commons license.
Copyright: Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
*/


.slideshow {
  background: url(slideshow.gif) no-repeat;
  height: 300px;
	width: 950px;
}

.slideshow-captions {
  background: #8f4546;
  background-image: url("../images/arrangement_achtergrond.gif");
  background-repeat: repeat-x-y;	
	bottom: 0px;
	color: #fff;
	font: normal 12px/20px "Times New Roman", Arial, sans-serif;
	left: 0px;
	text-align: center;
	width: 200px;
}
.slideshow-captions-visible {
	height: 300px;
	opacity: 1;
}
h1.arrangement_titel {
  margin: 60px 0 0 0;
  font-family: "Times New Roman", Arial, sans-serif;
	font-size: 29px;
	color: #fff;
	font-weight: normal;
}

h2.arrangement_titel {
  margin: 50px 0 0 0;
  font-family: "Times New Roman", Arial, sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
p.arrangement_prijs {
  margin: 0 0 0 0;
  font-family: "Times New Roman", Arial, sans-serif;
	font-size: 15px;
	color: #F9AD3B;
	font-weight: normal;
	letter-spacing: 2px;
}
a.arrangement_klik {
  color: #fff;
  font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}
a.arrangement_klik:hover {
	text-decoration: none;
}
.slideshow-controller {
	margin: -44px 0 0 -119px;
}
.slideshow-images {
	left: 0px;
	height: 300px;
	top: 0px;
	width: 950px;
}
.slideshow-images img {
	position: static;
}
.slideshow-thumbnails {
	bottom: 0;
	height: 85px;
	left: 20px;
	overflow: auto;
	width: 520px;
}
.slideshow-thumbnails ul {
	height: 60px;
	width: 900px;
}
.slideshow-thumbnails li {
	margin: 0 5px 0 0;
}
.slideshow-thumbnails a {
	background: url(thumbnails-a.gif);
	float: left;
	opacity: .5;
	padding: 10px;
}
.slideshow-thumbnails a img {
	border: 0;
}
.slideshow-thumbnails .overlay {
	bottom: 25px;
	height: 60px;
	position: absolute;
	width: 30px;
	z-index: 10000;
}
.slideshow-thumbnails .overlay.a {
	background: url(thumbnails-a.png);
	left: 0;
}
.slideshow-thumbnails .overlay.b {
	background: url(thumbnails-b.png);
	right: 0;
}

/* CSS-based transitions: Infinite effects */

.slideshow-alternate {
	left: 0px;
	height: 300px;
	top: 0px;
	width: 950px;
}
.slideshow-alternate img { 
	float: left;
}	
.slideshow-alternate-visible { 
	left: 0; 
	opacity: 1; 
	top: 0; 
}	
.slideshow-alternate-next { 
	left: 0; 
	opacity: 0; 
	top: 400px; 
}
.slideshow-alternate-prev { 
	left: 0; 
	opacity: 0; 
	top: -400px; 
}

/* Thumbnails: Intelligent and auto-scrolling */

.slideshow-vertical-thumbnails {
	height: 421px;
	position: absolute;
	right: -64px;
	top: 28px;
	width: 70px;
}
.slideshow-vertical-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-vertical-thumbnails ul {
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 70px;
}
.slideshow-vertical-thumbnails li {
	float: left;
	list-style: none;
	margin: 0 0 5px 0;
	position: relative;
}
.slideshow-vertical-thumbnails a {
	background: url(thumbnails-a.gif);
	display: block;
	opacity: .5;
	padding: 10px;
	position: relative; 
}
.slideshow-vertical-thumbnails a:hover {
	opacity: 1 !important;
}
.slideshow-vertical-thumbnails a img {
	border: 0;
}
.slideshow-vertical-thumbnails img {
	display: block;
}
.slideshow-vertical-thumbnails-active {
	opacity: 1;
}
.slideshow-vertical-thumbnails-inactive {
	opacity: .5;
}
.slideshow-vertical-thumbnails .overlay {
	left: 0;
	height: 30px;
	position: absolute;
	width: 100%;
	z-index: 10000;
}
.slideshow-vertical-thumbnails .overlay.a {
	background: url(vertical-thumbnails-a.png);
	top: 0;
}
.slideshow-vertical-thumbnails .overlay.b {
	background: url(vertical-thumbnails-b.png);
	bottom: 0;
}

/* lightbox styles */

a:hover .photos {
	border: 1px solid #999;
}
.lbLoading {
	background: #fff url(loader.gif) no-repeat center;
}
.photos {
	border: 1px solid #fff;
	padding: 3px;
}
.lightboxDesc {
	display: none;
}
#lbOverlay {
	background-color: #000;
	cursor: pointer;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100000;
}
#lbCenter, #lbBottomContainer {
	background-color: #fff;
	left: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 100001;
}
#lbImage {
	border: 10px solid #fff;
	cursor: pointer;
}
#lbBottom {
	border: 10px solid #fff;
	border-top-style: none;
	color: #000;
	font: normal 11px/16px Arial, sans-serif;
	text-align: left;
}

