@charset "utf-8";
/* CSS Document */

#intro {
	position:relative;
	min-height:594px;
	}
	
.photos {
	width:100%;
	min-height:485px;
	}
	
.photos ul {
	margin:0;
	padding:0;
	}
	
.photos img {
	/*width:235px;
	height:178px;*/
	width: 100%;
	}
	
ul#paging_button  {
	padding:0;
	margin:0;
	}
	
#paging_button li{
	padding:5px;
	cursor:pointer;
	background-color:#FCC;
	}
	
.search-background {
	background-color:#FFF;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:300;
	}
	
.search-background img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px; /* Half the height */
	margin-left: -50px; /* Half the width */
	}
	
.back {
	float:right;
	}
	
.back a{
	color:#F00;
	}