html, body {
	margin:0; padding:0;
	height:100%;
}

html {
	overflow: -moz-scrollbars-vertical;
}

.clear{clear:both;}

.image-holder{
	float:left;
	width:300px;
	height:181px;
	padding:10px;
	margin:10px;
	border:1px solid #ddd;
	/*background:#eee url(loading.gif) 50% 50% no-repeat;*/
	background:#eee;
	display:inline;
}	

	 div#footer{
	  position:absolute;
	  bottom:0;
	  left:0;
	  width:100%;
	  height:100px;
	 }
	 @media screen{
	  body>div#footer{
	   position: fixed;
	  }
	 }
	 * html div#content{
	  height:100%;
	  overflow:auto;
	 }
	 
	 /*ie 8 shadowbox fix */
	 #shadowbox_title {
	  border: 0px solid;
	}
	
	#shadowbox_info {
	  border: 0px solid;
	} 
