#BigPhoto {
	display: block;
	height: auto;
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	min-height: 400px;
}

#BigPhotoFrame {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}

#gallery_arrow_left {
	display: block;
	width: 50px; 
	height: 60px; 
	position:absolute;
	left:10px; top:50%;
	margin-top:-30px;
	background-image: url(/images/gallery_ar_left.png);
	background-position: 0px 0px;
}


#gallery_go_prev {
	position:absolute;
	left:0;top:0;bottom:0;
	width:25%;
	z-index: 100;
}

#gallery_go_prev:hover #gallery_arrow_left {
	background-image: url(/images/gallery_ar_left.png);
	background-position: 0px 60px;
}

#gallery_arrow_right {
	display: block;
	width: 50px; 
	height: 60px; 
	position:absolute;
	right:10px; top:50%;
	margin-top:-30px;
	background-image: url(/images/gallery_ar_right.png);
	background-position: 0px 0px;
}

#gallery_go_next {
	position:absolute;
	right:0;top:0;bottom:0;
	width:25%;
	z-index: 110;
}

#gallery_go_next:hover #gallery_arrow_right{
	background-image: url(/images/gallery_ar_right.png);
	background-position: 0px 60px;
}

#BigPhoto #BigPhotoFrame img {
	display: block;
	height: auto;
	max-width: 1600px;
	min-height: 150px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border: 1px none #FFF;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 0; 
}
#BigPhoto a:hover img {
	border: 1px none #657183;
}

#BigPhoto h3 {
	display: block;
	width: 960px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	color: #000;
}

#PhotoDescription h3 {
	display: block;
	width: 960px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	color: #000;
}

#PhotoDescription p {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #4E525C;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 12px;
	margin-top: 1px;
	padding-bottom: 10px;
	text-align: center;
}


#Comments {
	display: block;
	width: 930px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #F0F1F2;
	padding: 10px;
	margin-top: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #DBDEE3;
	margin-bottom: 20px;
}

#BreadCrumbs {
	display: block;
	float: left;
	width: 500px;
	background-color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
	color: #5C1B04;
	font-size: 14px;
	margin-top: 0px;
	line-height: 35px;
}

#BreadCrumbs a {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}

#BreadCrumbs a:hover {
	color: #5C1B04;
	text-decoration: underline;
}


#BreadCrumbs em {
	font-size: 14px;
	color: #A8532B;
	font-style: normal;
	font-weight: bold;
}



#Gallery {
	display: block;
	width: 645px;
	height: auto;
	margin-left: 15px;
}

#GalleryBlock {
	display: block;
	width: 210px;
	background-color: #FFF;
	float: left;
	height: 196px;
	border: 1px solid #E2E3E4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -1px;
	clear: none;
}
#GalleryBlock div {
	display: block;
	height: 144px;
	width: 182px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
}

#GalleryBlock:hover {
	background-color: #F4F5F7;
}

#GalleryBlock img, #GalleryBlock a img,
#GalleryBlock div img, #GalleryBlock div a img{
	border: 1px solid #E0E0E0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	display: block;
	float: none;
	cursor: auto;
	padding: 0px;
	max-width: 180px;
	max-height: 180px;
}

#GalleryBlock a:hover img,
#GalleryBlock div a:hover img {
	border: 1px solid #657183;
}

#GalleryBlock p, #GalleryBlock div p,
#GalleryBlock p a, #GalleryBlock div p a{
	display: block;
	width: 208px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	margin-top: 0px;
	background-color: #ECEDEE;
	height: 34px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #454F5C;
	line-height: 13px;
}

#GalleryBlock p a:hover,
#GalleryBlock div p a:hover  {
	color: #99421B;
	text-decoration: underline;
	background-color: #E2E3E4;
}

#PhotoGalleryHome{
	display: block;
	width: 650px;
	height: auto;
	background-color: #EAEDEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEC1C6;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	line-height: 14px;
}
#PhotoGalleryHome p img {
	max-width: 120px;
	max-height: 120px;
	display: block;
	margin-left: 10px;
	float: left;
}


#PhotoGalleryHome1 a {
	display: block;
	width: 200px;
	background-color: #FBFBFB;
	float: left;
	height: 200px;
	text-decoration: none;
	line-height: 14px;
}
#THUMBS {
	display: block;
	width: 973px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E7E9EC;
	margin-top: 0px;
	padding-top: 10px;
	height: 170px;
	padding-right: 20px;
	padding-left: 20px;
}

#THUMBS-more {
	display: block;
	float: left;
	width: 130px;
	font-size: 11px;
	color: #657183;
	background-color: #ffffff;
	text-align: center;
	height: 140px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #E0E1E4;
	margin-bottom: 6px;
}
#THUMBS-more a {
	color: #657183;
	text-decoration: none;
}
#THUMBS-more a:hover p {
	color: #87431F;
	text-decoration: underline;
}


#THUMBS-more a img {
	display: block;
	padding-top: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	float: none;
	max-width: 120px;
	max-height: 120px;
}
#THUMBS-more a:hover img {
	color: #814521;
	border: 1px solid #4A4F57;
}

#THUMBS-more a p, #THUMBS-more p{
	text-align: center;
	display: block;
	color: #657183;
	width: 120px;
	margin-left: 5px;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}





#THUMBS-more-active {
	display: block;
	background-color: #696969;
	float: left;
	width: 130px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold; 
	
	text-align: center;
	height: 140px;
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #E0E1E4;
	margin-bottom: 6px;
}
#THUMBS-more-active a {
	color: #ececec;
	font-weight: bold; 
	text-decoration: none;
}
#THUMBS-more-active a:hover p {
	color: #ececec;
	text-decoration: underline;
	font-weight: bold; 
}


#THUMBS-more-active a img {
	display: block;
	padding-top: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	float: none;
	max-width: 120px;
	max-height: 120px;
	text-decoration: none;
}
#THUMBS-more-active a:hover img {
	color: #bd532b;
	border: 1px solid #4A4F57;
}

#THUMBS-more-active a p, #THUMBS-more-active p{
	text-align: center;
	display: block;
	color: #FFFFFF;
	width: 120px;
	margin: 0px;
	font-size: 10px;
	margin-left: 5px;
	font-weight: bold; 
	line-height: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}



#AuthorInfo {
	display: block;
	float: left;
	width: 480px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#AuthorInfo p  {
	display: block;
	width: 480px;
	height: auto;
	float: left;
	clear: left;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #657183;
}
#AuthorInfo h3 a{
	font-size: 17px;
	font-weight: normal;
	display: block;
	width: 480px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #A8532B;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #EAEDEF;
	line-height: 17px;
}
#AuthorThumbs a p {
	color: #797F8B;
}
#AuthorThumbs a:hover p {
	color: #A8532B;
	text-decoration: underline;
}
#AuthorThumbs p , #AuthorThumbs a p{
	font-size: 10px;
	display: block;
	width: 112px;
	line-height: 12px;
	float: left;
	margin: 0px;
}
#AuthorThumbs a {
	background-color: #F5F7F8;
	display: block;
	height: 75px;
	width: 113px;
	float: left;
	margin-right: 2px;
	text-decoration: none;
	color: #657183;
	padding: 3px;
}
#AuthorThumbs a img {
	clear: none;
	max-width: 112px;
	border-top-color: #BEC1C6;
	border-right-color: #BEC1C6;
	border-bottom-color: #BEC1C6;
	border-left-color: #BEC1C6;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
}
#AuthorThumbs a:hover img {
	border-top-color: #A8532B;
	border-right-color: #A8532B;
	border-bottom-color: #A8532B;
	border-left-color: #A8532B;
}



#AuthorThumbs  {
	width: 497px;
	display: block;
	float: right;
}

#PhotoOfTheDay  {
	display: block;
	margin-left: 15px;
}
#PhotoOfTheDay h2 {
	margin-left: 15px;
}

#PhotoOfTheDay p {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 190px;
	font-size: 11px;
	line-height: 14px;
	color: #657183;
	display: block;
	margin-left: 10px;
}
#PhotoOfTheDay a:hover p {
	color: #BE532B;
	text-decoration: underline;
}

#PhotoOfTheDay a img {
	max-width: 200px;
	width: auto;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#PhotoOfTheDay a p img {
	display: block;
}

#headerBigPhoto img {
	display: block;
}

#title-line{
	display: block;
	height: auto;
	width: 973px;
	margin-right: auto;
	margin-left: auto;

}

#title-line-frame {
	text-align: center;
	padding-bottom: 10px;
}

#titlebox{
	float:left;
	width: 653px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#titlebox li{
	float:left; 
	display:inline;
	margin: 5px 5px;
	color:#252525;
	font-size:18px;
	font-family: Tahoma, Geneva, sans-serif;
}


#next-prev-line{
	float:right;
	width: 250px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
}

#next-prev-line li{
	float:left; 
	display:inline;
	margin: 10px 5px 0px 0px;
	color:#252525;
	font-size:13px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

#next-prev-line li a{
	text-decoration: none;
}


#photogallery_search_bar {
	position: absolute;
	top:301px;
	/*height: 40px;*/
	padding-bottom: 4px;
	background: #f7f7f9;
	border-bottom: 1px solid #d8dbdf;
	width:973px;
}

#photos_cont {
	margin-top: 41px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d8dbdf;
}

.photoGalleryThumb {
	display: block;
	width:25%;
	height:195px;
	overflow: hidden;
	float: left;
	text-decoration: none;
	margin-top: 10px;
}

.photoGalleryThumb:hover {
	text-decoration: underline;
}

.photoGalleryThumb > div {
	position: relative;
	background: url(/images/gallery_thumb_frame.png) center no-repeat;
	height: 157px;
	text-align: center;
}

.photoGalleryThumb > div > img {
	margin-top: 19px;
	width: 164px;
	height: 119px;
}

.photoGalleryThumb > h3 {
	display: block;
	width: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #777;
}

