.clear { clear:both; }

	
/* hidden
============================= */
.hidden {
	position: absolute; left: -9000px;
	visibility: hidden; width:0; height:0;
	background: transparent; }	

/* wrapper
============================= */
div#wrapper {
	width: 760px;
	margin: 0 auto 0 auto; padding: 30px 0 30px 0; 
	background: transparent; text-align: left; }

html { height: 100%; }
body { height: 100%; }

div#wrapper {
	position: relative;
	/*min-height: 100%;*/ }


/* container
============================= */
#container {
	width: 760px;
	margin: 0 auto 0 auto; padding: 0; 
	background: transparent; }



/* gallery layout
============================= */
div#content_top div.galleryblock {
	position: relative;
 	width: 734px;
	padding-top: 110px;
	border: none; }

.positioner { float:right; clear:both; margin:0; padding:0; }

.imagebox { float:left; width: 54px; margin-left: 8px; }
.image {
	position: relative;
	border: 0px solid #ffffff;
	background-color: #d7d8ba;
	text-align: center;
	left: -12px;
}  
.image:hover { 
  border: 2px solid #b0bf28; }
 /*
.image a { border: 2px solid #ffffff; }
.image a:visited { border: 2px solid #ffffff; }
.image a:hover { border: 2px solid #b0bf28; }
 */
