/* CSS Document */
body.iframe {
	padding: 5px 0 0 0;
	margin: 0;
	background-color: #EEEEE3;
	background-image: none;
}
	iframe {
		padding: 0;
		margin: 0;
	}
	/* Style for left and right arrows (Big Pic is last)*/
		.iframe #left {
			width: 12px;
			height: 20px;
			position: absolute;
			left: 710px;
			border: 0;
		}
		.iframe #right {
			width: 12px;
			height: 20px;
			position: absolute;
			left: 725px;
			border: 0;
		}
		.bigPic {
			height: 400px;
			overflow: visible;
		}
	#bigPicsDiv {
		position: relative;
	}
		#bigLeft {
			width: 12px;
			height: 20px;
			position: absolute;
			left: 130px;
			top: 115px;
			border: 0;
		}
		#bigRight {
			width: 12px;
			height: 20px;
			position: absolute;
			left: 630px;
			top: 120px;
			border: 0;
		}
		/* Styles for BigPic.php */
		#bigPicPic {
			border: 0;
			position: absolute;
			left: 150px;
		}
		#caption {
			position: absolute;
			left: 2em;
			width: 30em;
			top: 340px;
		}
			#caption span {
				font-size: .8em;
			}
	/*Border around the smallpics, smallpics.php styles */
	a:hover img {
		border-color: #35699D;
	}
	a img {
		border: 2px solid #1B3550;
	}
	#smallPicsDiv {
		position: relative;
		padding: 4px;
	}
		#smallPicsDiv a {
			padding: .5em;
		}
		#smallPicsDiv img {
			position: relative;
		}
		#smallPicsDiv #left, #smallPicsDiv #right {
			top: 50px;
		}
	.groupLink {
		display: block;
		float: left;
		padding-right: 20px;
	}
	/* Iframe width and heights*/
	.groupLinks, .smallPics, .bigPic {
		width: 98%;
	}
		.groupLinks {
			height: 30px;
		}
		.smallPics {
			height: 160px;
		}