/* Recent Photos */
#recentphotoswrapper {
	background:#d9d9d1;
	border-top:1px solid #b5b19c;
	border-bottom: 1px solid #fff;
	padding-top:10px;
	clear:both;
}


#recentphotos {
	margin:0px auto;
	max-width:1024px;
	max-height:230px;
	overflow:hidden;
}

#recentphotos #thumbnails h2 {
	padding: 0px 0px 20px 10px;
}

#recentphotos #thumbnails a {
	padding:12px;
}
#recentphotos #thumbnails img{
	border-radius:44px;
	border:5px solid #fff;
	opacity: .70;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
#recentphotos #thumbnails img:hover{
	opacity: 1;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

#recentphotosbottompad {
	padding:10px;
}


