@CHARSET "ISO-8859-1";

.gallery-image {float: left; height: 185px; width: 150px; margin-right: 12px; margin-bottom: 10px; text-align: center; line-height:120%; }



.pagination { clear: both; float: left; margin: 0 0 10px 0; width:100%; }

.gallery-image-browser {float: left; clear: both; width: 100%; }


#gallerycontainer {
	float: left; clear: both; width: 100%;
}

.gallery-image img {
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	display:block;  
	
	padding:2px;
	position:relative;
        text-align: center;
}

.gallery-image img:hover {
	background-color: #cccccc;
} 


.gallery-image-landing {float: left; height: 175px; width: 150px; margin-right: 12px; margin-bottom: 10px; text-align: center; line-height:100%; }

.gallery-image-landing img {
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	display:block;  
	
	padding:2px;
	position:relative;
        text-align: center;
}

.gallery-image-landing img:hover {
	background-color: #cccccc;
} 



#breadcrumbs {
	clear: both;
	float: left;
}

#breadcrumbs ul {
	list-style-type: none;
	clear: both;
	float: left;
}
#breadcrumbs ul li {
	display: block;
	float: left;
	padding-left: 0px;
	padding-right: 5px;
}

