#thumb {
	display: table; 
	width: 112px;
	height: 112px; 
	border-left: 1px solid rgb(200,200,200);
	border-bottom: 1px solid rgb(200,200,200);
	border-top: 1px solid rgb(230,230,230);
	border-right: 1px solid rgb(230,230,230);
	background: rgb(255,255,255);
	float: left;
	margin: 2px;
	background-position:center center;
	}
	
#thumb.selected {
	background: rgb(230,230,245);
	border: 1px solid rgb(200,200,245);
	background: rgb(230,230,245) url(images/upload_big.gif) no-repeat;	
	}
		
#thumb a {
  display: block;
  width: 112px;
  height: 112px;
	background-image:url(rembrandt.gif);
  background-position:center center;
  background-repeat:no-repeat;
  }
	
#thumb_prev {
	display: table; 
	width: 340px;
	height: 340px; 
	border-left: 1px solid rgb(159,187,223);
	border-bottom: 1px solid rgb(159,187,223);
	border-top: 1px solid rgb(214,231,247);
	border-right: 1px solid rgb(214,231,247);
	float: left;
	margin: 10px;
	background: url(images/thumb_prev_bg.gif) top left no-repeat;
	}
	
.thumb_info {
	height: auto;
	overflow: hidden;
	padding: 5px 0px 3px 0px;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 2px;
	position: relative;
	background: rgb(255,255,255);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14px;
	color: rgb(68,68,68);		
}

.thumb_info span {
	color: rgb(132,132,132);
	padding-left: 17px;
	}

.thumb_info span.thumb_title {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: rgb(68,68,68);
	padding-left: 0px;
	}

.thumb_dimensions {
	background: url(images/thumb_dimensions.gif) no-repeat;
	background-position: 0px 1px;
	display: block;
	}
	
.thumb_size {
	background: url(images/thumb_filesize.gif) no-repeat;
	background-position: 0px 1px;
	}

.thumb_rating {
	background: url(images/thumb_rating.gif) no-repeat;
	background-position: 0px 1px;
	}

.thumb_comments {
	background: url(images/thumb_comments.gif) no-repeat;
	background-position: 0px 1px;
	}
	
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	background: rgb(255,255,255);
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
