html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #aaaaaa;
	background-image: url("../images/background.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-bottom: 60px;
}

.container .text-muted {
	margin:  20px 0;
	font-size: 12px;
}

.rplogo {
	background: url("../images/rplogo.png") no-repeat center top;
	height: 122px;
}

.eventLink  {
	font-family: Times New Roman, Times, serif;
	color: #aaaaaa;
	display: block;
	line-height: 40px;
}

.galleryLink {
	font-family: Times New Roman, Times, serif;
	color: #aaaaaa;
	display: block;
	line-height: 40px;
}

#credit {
	margin-left: 20px;
}

#fstop {
	background: url("../images/metadata.png") 0px -24px no-repeat;
	width: 22px;
	height: 23px;
	display: inline-block;
}

#focal {
	background: url("../images/metadata.png") 0px 0px no-repeat;
	width: 20px;
	height: 23px;
	display: inline-block;
}

#exposure {
	background: url("../images/metadata.png") -20px 0px no-repeat;
	width: 20px;
	height: 23px;
	display: inline-block;
}

#iso {
	background: url("../images/metadata.png") -22px -24px no-repeat;
	width: 24px;
	height: 23px;
	display: inline-block;
}

.thumbnail {
	width: 300px;
	height: 200px;
	border: 1px solid #333;
}

#aboutMeImage {
	width: 300px;
}

.hover {
	width:70px;
	height:70px;
	line-height:65px;
	text-align:center;
	font-size:60px;
	font-family: 'Microsoft YaHei';
	color:rgb(255,255,255);
	background: rgb(51,51,51);
	filter:alpha(opacity=60);
	background: rgba(51,51,51,.6);
	position:absolute;
	top:45%;
	border-radius:50%;
	cursor:pointer;
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;	
}
.hover:hover{
	background: rgba(30,30,30,.9);
}
.hover.show{
	visibility: visible;
	opacity: 0.8;
}
.hover span{
	position: relative;
}
.hover#prev{
	left: 5px;
}
.hover#next{
	right: 5px;

