/* Clear */
.clear {
	clear:both;
}
.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clear {
    display: inline-block;
}
html[xmlns] .clear {
    display: block;
}
* html .clear {
    height: 1%;
}

/*
	Photoalbum Article
*/
h1.headline {
	margin:0;
	padding:0;
	padding-bottom:2px;
	position:relative;
	font-size:15px;
	font-weight:bold;
	border-bottom: 1px solid black;
}
h2.subheadline {
	margin:0;
	padding:0;
	padding-top:15px;
	font-size:13px;
	font-weight:bold;
}
a.icon-link {
	background-position:left center;
	background-repeat:no-repeat;
	font-size:10px !important;
	font-weight:normal;
	padding:2px 2px 2px 10px;
	width: auto !important;
}
a.printtop {
	padding:2px 2px 2px 20px;
}
span.heading-links {
	font-weight:normal;
	position:absolute;
	right:0;
	top:0;
	vertical-align:bottom;
}
div.photo-content p{
	padding: 5px 0;
}
/*
	Photoalbum Overwrite lrcuhoc
*/

div.highslide-gallery {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
div.highslide-wrapper{
	text-align:left;
}

div.highslide-gallery a.highslide {
	text-decoration:none;
	width: 160px;
	height: 120px;
	min-height: 120px;
	min-width: 160px;
	border: 8px solid #EFEFEF;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
div.highslide-gallery a.highslide img{
	max-width: 160px;
	max-height: 120px;
	vertical-align: middle;
	border: 0 !important;
	display: inline;
	float: none !important;
}

div.holder {
	*width: 176px;
	*height: 136px;
	margin: 5px;
	background-color: #EFEFEF;
	display: inline-block;
	*display: block;
	*float: left;
}
div.highslide-caption p{
	font-size: 13px;
	color: white;
}
div.highslide-caption p.heading{
	font-weight: bold;
	}
.highslide-dimming {
	background: black !important;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
}
/* Pagination*/
#image-counter {
   height: 25px;
   text-align: center;
   margin-top: 20px;
   font-size: 10px !important;
   *padding-top: 4px;
   *padding-bottom: 4px;
}
        
#image-counter a {
    text-decoration: none !important;
	border: solid 1px #E3E2E2;
	text-decoration: none;
	padding: 3px 5px;
	margin: 0 2px;
	font-size: 10px !important;
  }
#image-counter a:hover {
    text-decoration: underline !important;
}
#image-counter span{
    text-decoration: none !important;
	text-decoration: none !important;
	padding: 2px;
	margin: 0px;
}
.qp_pagenumber {
	font-weight: bold;
}
#main1 #content .photo-container {
	width: 98% !important;
}
div.photo-container{
	margin-bottom: 20px;
	}
/* pers width ie fix*/
#main1 #content div.highslide-gallery {
	*width: 560px;
	*margin: 0 auto;
	*margin-top: 20px;
}
/*public width ie fix*/
table tr td div.sb-on div.holder{
	*display: inline;
} 


