.imagesliderBackscreen {
	position: absolute; 
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: black;
	z-index: 999;
}
.viewer {
	position: absolute;
	border: 1px solid #ccc; 
	background-color: white; 
	padding: 10px;
	z-index: 999;
	float: left;
}
.viewerEmbedded {
	border: 1px solid #ccc; 
	background-color: white; 
	padding: 10px;
	overflow:hidden;
}
.rightContainer {
	width: 170px;
	height: 100%;
	float:left;
}

.leftContainer {
	width: 620px;
	height: 100%;
	float: left;
}
.toolbar {
	margin: 5px 0;
	height: 31px;
}
.main_image {
	padding: 5px;
	text-align: center;
	border: 1px solid #E0E2E0;
	width: 620px;
	height: 415px;
	float: left;
}
.caption {
	font-family: Verdana;
	font-size: 14px;
	color: #4A4D4A;	
}
.open_in_new_window {
	background: url(/pub/img/imageslider/new_window.jpg) no-repeat;
	width: 31px;
	height: 31px;
	float: right;
	cursor: pointer;
}
.open_in_new_window_hover {
	background-position: -31px 0;
}
.slider {
	border: 1px solid #E0E2E0;
	padding: 3px;
}
.bottomAnchored div.thumbnails {
	height: 120px;
}
.rightAnchored div.thumbnails {
	width: 150px;
	height: auto;
}
div.thumbnails {
	height: 120px;
	overflow: hidden;
	text-align: center;
}
div.thumbParent {
	cursor:	pointer;
	height: 95px;
	margin: 2px;
	border: 3px solid white;
	overflow: hidden;
}
div.thumbParent.selected {
	border-color: #4A4D4A;
	border-width: 3px;
}
img.thumb {
	margin: 3px;	
}
.close {
	background: url(/pub/img/imageslider/close.jpg) no-repeat;
	width: 31px;
	height: 31px;
	float: right;
	cursor: pointer;
	margin-left: 5px;
}
.close_hover {
	background-position: -31px 0;
}

/***** Top anchored *****/
.rightAnchored.viewer {
	width: 820px;	
}
.rightAnchored .vorige {
	background: url(/pub/img/imageslider/up.gif) 0 0 no-repeat;
	width: 170px;
	height: 40px;
	cursor: pointer;
}
.rightAnchored .volgende {
	background: url(/pub/img/imageslider/down.gif) 0 0 no-repeat;
	width: 170px;
	height: 40px;
	cursor: pointer;
}
.rightAnchored .vorige_hover, .rightAnchored .volgende_hover {
	background-position: 0 -41px;
}
.rightAnchored .viewerEmbedded {
	height: 500px;
}
.rightAnchored .rightContainer {
	float: right;	
}
.rightAnchored .slider {
	height: 404px;
	overflow-x: hidden;
	overflow-y: scroll;
}



/***** Bottom anchored *****/
.bottomAnchored.viewer {
	width: 820px;	
}
.bottomAnchored .vorige {
	background: url(/pub/img/imageslider/left.gif) 0 0 no-repeat;
	width: 40px;
	height: 170px;
	cursor: pointer;
	float: left;
}
.bottomAnchored .volgende {
	background: url(/pub/img/imageslider/right.gif) 0 0 no-repeat;
	width: 40px;
	height: 170px;
	cursor: pointer;
	float: left;
}
.bottomAnchored .vorige_hover, .bottomAnchored .volgende_hover {
	background-position: -40px 0;
}
.bottomAnchored .viewerEmbedded {
	height: auto;
}
.bottomAnchored .rightContainer {
	float: left;
	width: 635px;
	margin-top: 20px;
	height: 130px;
}
.bottomAnchored .thumbParent {
	float: left;
	width: 131px;
}
.bottomAnchored .slider {
	overflow-x: scroll;
	overflow-y: hidden;
	width: 545px;
	float: left;
}
