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

#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:33%;
	height:100%;
}

#prevLink {
	left:0;
	float:left;
	background:transparent url(../images/slim_prev.gif) no-repeat 0% 50%;
}

#nextLink {
	right:0;
	float:right;
	background:transparent url(../images/slim_next.gif) no-repeat 100% 50%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
	display:block;
	float:right;
	width:18px;
	height:18px;
	margin-left:5px;
}

#playLink {
	background:transparent url(../images/slim_play.gif) no-repeat center;
}

#pauseLink {
	background:transparent url(../images/slim_pause.gif) no-repeat center;
}

#saveLink {
	background:transparent url(../images/slim_save.gif) no-repeat center;
}

#closeLink {
	background:transparent url(../images/slim_close.gif) no-repeat center;
}



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

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

.sbLoading {
	background:#fff url(../images/slim_loading.gif) no-repeat center;
}

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

#sbBottom {
	font-size:11px;
	line-height:1.4em;
	text-align:left;
	padding:0 10px 10px 10px;
}

#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 {
	color:#1283b3;
	margin-right:1.0em;
}

#sbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#1283b3;
	border-right:0.2em solid #1283b3;
	border-bottom:0.1em solid #1283b3;
	border-left:0.4em solid #1283b3;
}