.photo {
	zoom: 1;
	position: relative;
	padding: 10px 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
}

.photo a,
.photo a:hover {
	font-size: 30px;
	text-decoration: none;
	font-weight: 900;
	font-style: normal;
	color: rgb(255, 215, 0);
}

.photo .image {
	width: 100%;
	height: 500px;
	line-height: 500px;
	text-align: center;
}

.photo .image img {
	vertical-align: middle;
}


.picCaption {
	text-align: center; 
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: black;
}

.picCaption input{
	font-size: 14px;
	color: black;
	font-weight: bold;
	width: 75%;
}

.picCaption a {
	color: #22539c;
	text-decoration: none;
	font-weight: 900; 
	font-size: 16px;
}

.picCaption a:hover {
	color: rgb(0, 130, 255);
	text-decoration: underline;
	font-size: 16px;
}


.photo .thumbs {
	padding: 5px 20px 5px 20px;
	text-align: center; 
	font-size: 20px;
}

.photo .thumbs img {
	border-style: solid;
	border-width: 3px;
	border-color: #c6d9f6;
	width: 60px;
	height: 60px;
}

.photo .thumbs img:hover {
	border-color: #22539c;
}

.photo .thumbs #sel_thumb {
	width: 60px;
	margin-left: 5px;
	margin-right: 5px;
	border-style: solid;
	border-width: 4px;
	border-color: #22539c;
}

.photo .thumbs .arrowLeft {
	display: inline;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

.photo .thumbs .arrowLeft a {
	width: 53px;
	height: 27px;
	overflow: hidden;
	display: block;
	background-image: url(../res/pics/arrowleftsharp.gif);
	background-position: top;
}

.photo .thumbs .arrowLeft a:hover {
	background-position: 100% -27px;
}

.photo .thumbs .arrowRight {
	display: inline;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

.photo .thumbs .arrowRight a {
	width: 53px;
	height: 27px;
	overflow: hidden;
	display: block;
	background-image: url(../res/pics/arrowrightsharp.gif);
	background-position: top;
}

.photo .thumbs .arrowRight a:hover {
	background-position: 100% -27px;
}

.photo .thumbs .smallArrowLeft {
	position: absolute;
	top: 2px;
	left: 2px;
}

.photo .thumbs .smallArrowLeft a {
	width: 30px;
	height: 15px;
	overflow: hidden;
	display: block;
	background-image: url(../res/pics/arrowleftsharpsmall.gif);
	background-position: top;
}

.photo .thumbs .smallArrowLeft a:hover {
	background-position: 100% -15px;
}

.photo .thumbs .smallArrowRight {
	position: absolute;
	top: 2px;
	right: 2px;
}

.photo .thumbs .smallArrowRight a {
	width: 30px;
	height: 15px;
	overflow: hidden;
	display: block;
	background-image: url(../res/pics/arrowrightsharpsmall.gif);
	background-position: top;
}

.photo .thumbs .smallArrowRight a:hover {
	background-position: 100% -15px;
}

.photo .thumbs .arrowLeftDark {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 53px;
	height: 27px;
	background-image: url(../res/pics/arrowsharpdark.gif);
	background-position: bottom;
}

.photo .thumbs .arrowRightDark {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	width: 53px;
	height: 27px;
	background-image: url(../res/pics/arrowsharpdark.gif);
	background-position: top;
}

.photoInfo {
	zoom: 1;
}
.photoInfo .cell1 {
	float: left;
	width: 75px;	
}

.photoInfo .cell2 {
	float: right;
	width: 120px;
	overflow: hidden;
}
