/*

	Body - Picture Page Specific CSS

*****************/

.pictcontent {
	background: rgba(100, 100, 100, .2);
	margin: 0;
	overflow: hidden;
	padding: 30px 30px;
	width: 940px;
	border-radius: 10px;
}

.pictcontent ul {list-style: none; margin: 0; width: 940px;}

.pictcontent li {float: left; display: inline; margin: 0;}

.pictcontent a:hover {opacity:0;}

.pictcontent h1 {font-weight: bold; text-decoration: none;}

.headinginfo {
	background: rgba(255, 255, 255, .8);
	margin: 10px;
	border: 2px solid 1px;
	padding: 5px;
	font-size: .8em;
	overflow: hidden;
	border-radius: 10px;
}

.txtinfo {
	background: rgba(255, 255, 255, .8);
	border: 2px solid 1px;
	padding: 5px;
	font-size: .8em;
	overflow: hidden;
	width: 140px;
	height: 140px;
	border-radius: 10px;
}

.imgovrly {
	width: 150px;
	height: 150px;
	border-radius: 10px;
}

.pictovrly1 a {
	position: absolute;
	left: 40px;
}

.pictinfo2 {
	position: absolute;
	left: 235px;
}

.pictovrly2 a {
	position: absolute;
	left: 235px;
}

.pictinfo3 {
	position: absolute;
	left: 430px;
}

.pictovrly3 a {
	position: absolute;
	left: 430px;
}

.pictinfo4 {
	position: absolute;
	left: 625px;
}

.pictovrly4 a {
	position: absolute;
	left: 625px;
}

.pictinfo5 {
	position: absolute;
	left: 820px;
}

.pictovrly5 a {
	position: absolute;
	left: 820px;
}

