/* CSS Document */
.contentHolder, .frontContentHolder {
	width: 832px;
	border-right: none;
}
.bodyContainer {
	background-image: none;
	background-color: #e5e5e5;
}
/* photo rotation */
.photoRotation{
	height:270px;
	width:530px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	overflow:hidden;
	
}
.photoRotationPhoto{
	width:360px;
	height:270px;
	float:left;
	border-bottom-style:solid;
	border-bottom-color: #ffffff;
	border-bottom-width:1px;
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:center top;
}
.photoRotationNav{
	width:167px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	float:right;
}
.photoRotationNavOff, .photoRotationNavOn{
	height:37px;
	_height:36px;
	padding:2px 6px;
	display:block;
	background-color: #eeeeee;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	background-image: url(../images/newsBtnBkgrd.png);
	border-bottom: 1px solid #666666;
	overflow:hidden;
	
}
.photoRotationNavOff:hover {
	background-image:url(../images/newsBtnBkgrdOn.png);
	color: #A10C10;
}
#last.photoRotationNavOff {
border-bottom: none;
}
.photoRotationNavOn{
	font-weight: bold;
	border-right: none;
	border-left: 3px solid #A10C10;
	background-image:url(../images/newsBtnBkgrdOn.png);
	color: #A10C10;
}
.photoRotationPhoto img{
	width:360px;
	height:270px;
}
#photoRotationCaption{
	margin-top:188px;
	height:75px;
	padding:3px 5px 4px 5px;
	width:350px;
	background-color:#ffffff;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	z-index: 5;
	overflow-y:hidden;
}
#photoRotationCaption h3{
	color:#000000;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
/* end photo rotation */
