@import url(http://fonts.googleapis.com/css?family=Oswald:400);

.oswald{
	font-family: 'Oswald', sans-serif; 
}

.photos-box{ 
	background: #fff url('/images/index_photos.jpg') 0px 0px;
	background-repeat: no-repeat;
	width: 507px;
	min-height: 210px;

	margin-top: 15px;
	clear:both;
	position: relative;
}

.photos-box h1 a{
	float:left;
	color: #d1ae51;
	margin: 18px 0px 16px 14px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
}
.photos-box h3 a{
	color: #fff;
	float: left;
	font-size: 32px;
	/*letter-spacing: -1px;*/
	line-height: 32px;
	margin: 12px 0 0px 12px;
	font-weight: 400;
}
.photos-box h2 {
	color: #fff;
	clear:both;
}
#index-photos .thumb {
	display: block;
	position: relative;
}
#index-photos .thumb img{
    clip: rect(0px,125px,125px,0px);
}
#index-photos .caption {
	padding-top: 4px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	display: block;
	
}
#index-photos .fake {
	height:auto;
	overflow:hidden;
	display: block;
	border: 1px solid #fff;
	width: 125px;
	-webkit-box-shadow:  2px 3px 4px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.4);
}
.photos-box .all{
	float:right;
	font-size:12px;
	line-height: 12px;
	font-weight: bold;
	color: #fff;
	margin: 12px 12px 0px 0px;
}
