#gallery {
	background-color: transparent;
	color: #213250;
	width: 674px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
.navigator {
	background-color: #6b7c86;
	color: #fff;
	height: 20px;
	border: 1px solid #162038;
	text-align: left;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 5px;
	margin: 5px auto;
	}
a.breadcrumb:active, a.breadcrumb:visited, a.breadcrumb:link {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}
a.breadcrumb:hover {
	text-decoration: underline;
	}
#folders {
	width: 684px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	}
.thumbs {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	}
.thumbs li {
	display: block;
	float: left;
	}
.dir {
	background: #fff url(gthumb.png) no-repeat scroll center center;
	border: 1px solid #6e7b82;
	color: #213250;
	display: block;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
.img {
	margin-right: 5px;
	margin-bottom: 5px;
	}
.thumbs img {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	}
a.thumbs_link:active, a.thumbs_link:link, a.thumbs_link:visited {
	display: block;
	vertical-align: bottom;
	width: 90px;
	height: 90px;
	text-align: center;
	color: #394764;
	background-color: transparent;
	text-decoration: none;
	}
a.thumb_links:hover {
	text-decoration: underline;
	}
.preview img {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	}
.preview ul {
	width: 200px;
	background-color: #666666;
	border: 1px solid #333333;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	list-style-type: none;
	padding: 0;
	}