dl.gallery {
	margin: 15px 0;
}

dl.gallery dt {
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 8px;
}

dl.gallery dd {
	margin: 0;
}

dl.gallery dd div.photo {
	margin: 10px 0;
}

table.galleryTable {
	border-collapse:collapse;
}
table.galleryTable tr td {
	vertical-align: middle;
	text-align: center;
		padding: 0  10px 12px 0;
}
table.galleryTable a img {
	border: 1px solid #cdc6c0;
}
/******************** NOOBSLIDE *******************/
#sample{
	padding: 20px;
	width: 195px;
	height: 190px;
	background: url(/htdoc/images/box.gif) top left no-repeat;
}

#box{
	position:absolute;
}

#box span{
	display:block;
	float:left;
}

 * .thumbs{
	width:140px;
}
.thumbs div{
	display:block;
	width:140px;
	height:105px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.mask{
	border: 1px solid #d8dcdf;
	position:relative;
	top: 7px;
	left: 27px;
	width:140px;
	height:105px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

#sample .next, #sample .prev{
	position: relative;
}

#sample .next{
	top: -83px;
	left: 170px;
}

#sample .prev{
	left: 2px;
	top: -60px;
}

