.gallery,
.gallery .thumbnail,
.gallery .image,
.gallery img,
.gallery .options,
.gallery p,
.gallery span,
.gallery a,
.gallery a:hover,
.gallery a:visited,
.gallery a:link,
.gallery .title,
.gallery .description
.gallery div
.gallery hr {
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:normal;
	
	text-decoration:none;
	top:auto;
	right:auto;
	left:auto;
	bottom:auto;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	width:auto;
	height:auto;
	text-align:center;
	color:#333333;
	
	float:none;
	clear:none;
}

.gallery {
	width:95%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
}

.gallery .thumbnails,
.gallery .no_images,
.gallery .options,
.gallery .options a,
.gallery .options .span {
	color:#B4B4B4;
	font-size:9px;
}

.gallery .options {
	font-style:italic;
	cursor:default;
}
.gallery .options .option.title {
	color:#999999;
}
.gallery .options .option.current {
	color:#666666;
}
.gallery .options a.option {
	text-decoration:none;
	font-style:normal;
}
.gallery .options a.option:hover {
	color:#999999;
	text-decoration:underline;
}


.gallery .image {
	height:48px;
	margin:2px;
	padding:1px;
	border:1px solid #CCCCCC;
	cursor:pointer;
}
.gallery .image.over {
	border:1px dotted #999999;
}
.gallery .image.sel {
	border:1px dashed #999999;
}


.gallery .thumbnails,
.gallery .no_images {
	border-top:1px solid #CCCCCC;
	padding-top:3px;
}
.gallery .thumbnails, /* so the force of enhanced displays right */
.gallery .options,
.gallery .no_images {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:3px;
}

.gallery .options {
	padding-top:2px;
	padding-bottom:4px;
}