/* Best Western Gallery CSS Document 2/2010 */


.gallery {
	padding: 0;
	margin: 0;
}

.gallery .folderbox {
	font-size: 11px;
	line-height:normal;
	width: 118px;
	margin: 7px 7px 0 7px;
	float:left;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #dfe5f5;
}

.gallery .foldericon {
	height: 96px;
	width: 118px;
	text-align: center;
	vertical-align:middle;
	overflow:hidden;
	background:#ffffff;
	border-bottom:10px solid #fff;
}

.content .gallery .foldericon img {
	border: none;
	margin:0;
}

.gallery .foldername {
	font-weight: bold;
	padding: 6px 8px 1px 8px;
	border-top:1px solid #dfe5f5;
	font-size:11px;
}
.gallery .folderattribute {
	padding: 5px 8px 3px 8px;
	font-size:10px;
}

.gallery .imagebox {
	font-size: 11px;
	line-height:normal;
	width: 118px;
	margin: 7px 7px 0 7px;
	float:left;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #dfe5f5;
}

.gallery .imageicon {
	height: 78px;
	width: 118px;
	text-align: center;
	vertical-align:middle;
	overflow:hidden;
	background:#ffffff;
	border-bottom:10px solid #fff;
}

.content .gallery .imageicon img {
	border: none;
	margin:10px;
}

.gallery .thumbname {
	font-weight: bold;
	padding: 6px 8px 1px 8px;
	border-top:1px solid #dfe5f5;
	font-size:11px;
}

.gallery .thumbattribute {
	padding: 5px 8px 3px 8px;
	font-size:10px;
}
	 
.gallery .pageselector {
	border: 1px solid #dfe5f5;
}

.gallery .pages {
	text-align: center;
}

.gallery .pages a {
	text-decoration: none;
}

.gallery .pages a.current {
	text-decoration: underline;
}

div.folderpath {
	font-size:11px;
	padding:3px 0 6px 0;
}

.gallery .prevpage {
	text-align: right;
	white-space: nowrap;
}

.gallery .nextpage {
	text-align: left;
	white-space: nowrap;
}

.gallery .pictureframe {
	text-align: center;
	padding: 5px 0;
	margin-top:10px;
	border-bottom:1px solid #dfe5f5;
}

.gallery .imagedetails {
	width: 100%;
	text-align: left;
}

.content .gallery .imagedetails img {
	margin:0px !important;
	padding:3px 3px 3px 0px;
	border:0;
}

.gallery .imagename {
	background-color:#dfe5f5;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.gallery .imagefile {
	padding: 4px;
	border-bottom: 1px solid #dfe5f5;
}	

.gallery .imagefile img {
	vertical-align: middle;
	padding: 0px;
}	

.gallery .imageattribute0,.gallery .imageattribute1 {
	padding: 4px;
	border-bottom: 1px solid #dfe5f5;
}

.gallerynotice {
	padding: 20px;
	text-align: center;
}

div.pictureprevnext {
	border-top:1px solid #dfe5f5;
	border-bottom:1px solid #dfe5f5;
	padding-top:4px;
	margin-top:10px;
}

.content div.pictureprevnext a {
	text-decoration:none;
}

.content div.pictureprevnext a:hover {
	text-decoration:underline;
}	