.imagegallery {
	background-color: 	transparent;
	width: 				100%;
	z-index: 			0;
}
.imagegallery .parent {
	background: 		transparent url(../images/img_show_back.png) no-repeat top left;
	margin-left: 		-9px;
	padding-left: 		9px;
	padding-top: 		5px;
	margin-bottom: 		-5px;
}

/* Specifieke CSS voor weergave optie 'simpel' uit Optimanage */

.imagegallery_border_simple
{ 
	border: 10px solid #FFD23C;
	background-color: #FFD23C;
}


.imagegallery_picture_simple
{
	background-repeat: no-repeat; 
	background-position: left top; 
	background-color: #FFD23C;
	border: 1px solid #FFD23C;
}

.imagegallery_bottom_simple
{
	height: 55px;
	margin-top: -20px;
	background-color: #FFD23C;
}

.imagegallery_overlay_simple
{
	display:		none;
	/*
	background:  transparent url(../images/imagegallery/transparent_effect.png) no-repeat top left;
	width: 100%; 
	height: 132px;	*/
}

.imagegallery_button_simple
{
	margin-left: 7px;
	margin-right: 5px;
	margin-top: -20px;
	cursor: pointer;
	float: left;
	width: 60px;
	height: 60px;
	background-image: url(../images/imagegallery/pause.png);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 1000;
	position: relative;
}

.imagegallery_caption_area
{
	margin-top: 10px;
}

.imagegallery_caption_simple
{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	position: relative;	
	padding-top: 5px;
}


.imagegallery_link_simple
{
	color: #0099FF;
	font-family: Verdana;
	font-size: 11px;
	cursor: pointer;
	position: absolute;
}

/* Specifieke CSS voor weergave optie "uitgebreid" uit optimanage */

.imagegallery_thumbarea
{
	width: 100%;
	padding: 10px;
	padding-left: 0px;
	display: block;	
}

.imagegallery_thumbcontainer
{
	margin: 10px;
	margin-left:0px;
	margin-right: 4px;
	margin-bottom: 20px;
	height: 100px;
	float: left;
}

.thumbnail_thumbcontainer
{
	width: 135px;
	height: 100px;
	border: 1px solid #F2F2F2;
	opacity: 0.8;
	filter: alpha(opacity=80); 
	cursor: pointer;
	float: left;
}

.thumbnail_caption
{
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
	color: #000000;
	display: block;
	width: 135px;
	clear: left;
}

.thumbnail_link
{

}

/* SLIMBOX CSS ... */

#lbOverlay {
	position: fixed;
	z-index: 30000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 30001;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/imagegallery/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	left: 50%;
}

#lbNextLink:hover {
	background: transparent url(../images/imagegallery/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbBottom .a
{
	color: #000000;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/imagegallery/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

