
#search{
	width: 100%;
	text-align: center;
}

#pager{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #607623;
	clear: both;
}
#pager a{
	background-color: #FBFCF8;
	padding: 5px;
	width: 20px;
	border: 1px solid #F4F7EE;	
	color: #607623;
	text-decoration: none;
}
#pager a:hover{
	background-color: #607623;
	color: #FFFFFF;
	text-decoration: none;
}
#largeimage{
	text-align: center;
	padding-bottom: 10px;
}
#thumbnail{
}



.samplephoto{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;	
}
.photo {
	width: 130px;
	height: 130px;
	border: 1px solid #EFEFEF;
}
.imgclipbox{
	float:left;
	width: 61px;
	height: 61px;
}
.imgclipbox a{
    display:block; 
    float:left; 
    width:60px; 
    height:60px; 
    line-height:60px; 
    overflow:hidden; 
    position:absolute; 
    z-index:1; 
}
.imgclipbox a:hover{
    overflow:visible;
    z-index:1000;
    border:none;
}
.imgclip {
}
.rom{
	border-top-width: 3px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #607623;
	padding-top: 20px;
	padding-bottom: 20px;
}

.photo:hover {
	background-color: #FFF1DD;
}
h2.result{
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}


