/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	font-size:11px;
}

.lbLoading {
	background: #fff url(http://www.ruitergaragedeuren.nl/cmsfile/489) no-repeat center;
}

#lbImage {
	border: 10px solid #000; /* fff */
}

.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px; /* 63 */
	height: 16px; /* 32 */
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(http://www.ruitergaragedeuren.nl/cmsfile/613) no-repeat left; /* 497 */
	padding-left:0 !important;
}

#lbPrevLink:hover {
	background: transparent url(http://www.ruitergaragedeuren.nl/cmsfile/613) no-repeat left; /* 497 */
}

#lbNextLink {
	float: right;
	background: transparent url(http://www.ruitergaragedeuren.nl/cmsfile/609) no-repeat right; /* 493 */
	padding-right:0 !important;
}

#lbNextLink:hover {
	background: transparent url(/cmsfile/609) no-repeat right; /* 493 */
}

#lbControls {
	display: block;
	height: 16px;
}

#lbNumber{ padding-left:6px;}
/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 14px;
	text-align: left;
	border: 10px solid #000; /* fff */
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://www.ruitergaragedeuren.nl/cmsfile/617) no-repeat right; /* 485 */
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
	font-size:11px! important;
}
#lbNumber{margin-left:12px;}
 
span.lightboxDesc {
	/* display: none; */
	display:block;
	float:left;
	color:#999 !important;
	margin-right:12px;
}

ul.covideGallery {list-style-type:none; width:300px; height:350px; overflow:hidden; margin-left:2px; padding:0; }
ul.covideGallery li {float:left; display:inline; width:65px; height:54px; margin:3px; _margin:1px;}
ul.covideGallery li a img{ width:65px; height:54px; border:1px solid #fff; }
ul.covideGallery li a:hover img{/*float:left;*/ width:65px; border:1px solid #89D0EE; }
ul.covideGallery span.imageDescCovide{width:auto; height:auto; display:none; }

/*************************************************************/

