/*** fonts ***/
#sbBottom {
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:1.0em;
}
#lbImageDataContainer {
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:1.0em;
}



/*** colors ***/
#overlay {
	background-color:#000000;
}
#sbCenter, #sbBottomContainer {
	background-color:#C8C8C8;
}
#sbImage {
	border-color:#6C6C6C;
}
#sbBottom {
	color:#6C6C6C;
}
#sbPresent a {
	color:#E1E1E1;
}
#sbPresent a.act {
	color:#E1E1E1;
	background:#8E8E8E;
	border-color:#8E8E8E;
}
#lbOuterImageContainer {
	background-color:#E94200;
}
#lbImageDataContainer {
	background-color:#FDECE5;
}
#lbImageData {
	color:#8E8E8E;
}
#lbPresent a {
	color:#E1E1E1;
}
#lbPresent a.act {
	color:#E1E1E1;
	background:#C8C8C8;
	border-color:#8E8E8E;
}



/*** outerpadding ***/
#sbImage {
	border-width:4px;
}
#sbBottom {
	padding:0 4px 4px 4px;
}
#lbLightbox #closeLink {
	margin-bottom:4px;
}
#lbOuterImageContainer {
	margin:0 auto;
}
#lbImageContainer {
	padding:4px 0 0 0;
}
#lbImageData {
	padding:2px 4px 4px 4px;
}
#lbImageDetails {
	padding:0;
}




/******/



/* Shared styles for lightbox & slimbox*/
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*cursor:pointer;*/
	z-index:90;
}

#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:33%;
	height:100%;
	background:transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left:0;
	float:left;
}

#nextLink {
	right:0;
	float:right;
}

#prevLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../img/lightbox/prev.gif) no-repeat 0% 15%;
}

#nextLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../img/lightbox/next.gif) no-repeat 100% 15%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
	display:block;
	float:right;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width:26px;
	height:26px;
	/* End*/
	margin-left:1.0em;
}

#playLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/lightbox/play.gif) no-repeat center;
}

#pauseLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/lightbox/pause.gif) no-repeat center;
}

#saveLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/lightbox/save.gif) no-repeat center;
}

#closeLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../img/lightbox/close.gif) no-repeat center;
	/*clear:right;
	float:right;*/
}



/* Slimbox-only*/
#sbCenter, #sbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	z-index:100;
/*	display:block;*/
}

#sbCenter a, #sbBottomContainer a {
	text-decoration:none;
	border:none;
	outline:none;
}

.sbLoading {
/*	background:url(../img/lightbox/loading.gif) no-repeat center;*/
	background:url(../img/lightbox/ajax-loader.gif) no-repeat center;
}

#sbImage {
	position:absolute;
	left:0;
	top:0;
	border-style:solid;
	background-repeat:no-repeat;
}

#sbBottom {
	line-height:1.4em;
	text-align:left;
}

#sbCaption {
	width:66%;
	font-weight:bold;
	margin-bottom:0.1em;
}

#sbNumber {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent a {
	margin-right:1.0em;
}

#sbPresent a.act {
	font-weight:bold;
	border-style: solid;
	border-right-width:0.2em;
	border-bottom-width:0.1em;
	border-left-width:0.4em;
}



/* Lightbox-only*/
#lbLightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}

#lbLightbox a {
	text-decoration:none;
	border:none;
	outline:none;
}

#lbLightbox img {
	border:none;
}

#lbOuterImageContainer {
	position:relative;
	width:250px;
	height:250px;
}
#lbLoading {
	position:absolute;
	z-index:110;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	/*background:url(../img/lightbox/loading.gif) no-repeat center;*/
	background:url(../img/lightbox/ajax-loader.gif) no-repeat center;
}

#lbHoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#lbImageContainer>#lbHoverNav {
	left:0;
}

#lbImageDataContainer {
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
}

#lbImageDetails {
	width:66%;
	float:left;
	text-align:left;
}

#lbCaption {
	display:block;
	font-weight:bold;
	margin-bottom:0.1em;
}

#lbNumber {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent a {
	margin-right:1.0em;
}

#lbPresent a.act {
	font-weight:bold;
	border-style: solid;
	border-right-width:0.2em;
	border-bottom-width:0.1em;
	border-left-width:0.4em;
}