@charset "UTF-8";

#content #col2 {
	width: 96%;
	margin-left: 2%;
	margin-top: 12px;
}

#ppanel {
	padding-top: 5px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 21px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #647647;
	margin-bottom: 11px;
}
#ppanel a {
	color: #647647;
	text-decoration: none;
	border-bottom: 1px dotted #647647;
	padding-bottom: 0px;
}

#thumbs {
	width: 100%;
	border-top: none;
	border-bottom: none;
}
#thumbs .row {
	width: 100%;
	display: inline-table;
}
#thumbs .row div,
#thumbs .rowCap div {
	width: 25%;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 9px;
}
#thumbs .row .thb {
	vertical-align: bottom;
	padding-top: 3px;
	padding-bottom: 11px;
	display: table-cell;
}
#thumbs .row .thb img {
	border: 1px solid #666;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 15px;
}
#thumbs .rowCap {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #a6b293;
}
#thumbs .rowCap .cap {
	font-size: 0.9em;
	line-height: 1.5em;
	vertical-align: top;
	padding-bottom: 12px;
	color: #515945;
	float: left;
	width: 24%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
#thumbs .rowCap.norm {
	text-align: center;
	border-bottom: none;
	margin-top: 24px;
	margin-bottom: 24px;
}

#thumbs .arrbox {
	height: auto;
	border-left: 1px solid #a6b293;
	border-right: 1px solid #a6b293;
}
#thumbs .noTopMargin {
	margin-top: 0px;
}
#image {
	margin-right: auto;
	margin-left: auto;
	margin-top: -15px;
	margin-bottom: 24px;
}
#image .pic {
	text-align: center;
	vertical-align: middle;
	height: 500px;
	width: 576px;
}
#image .pic img {
	border: 9px solid #f8faf5;
	box-shadow:2px 8px 8px #777b77;
	margin-right: 23px;
	margin-left: 23px;
}
#image .cap {
	text-align: center;
	padding-top: 18px;
	vertical-align: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#image .copy {
	font-size: 11px;
	text-align: center;
	padding-top: 6px;
	color: #4d593a;
}
#image .mor {
	text-align: center;
	width: 528px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	padding-left: 8px;
	padding-right: 4px;
	font-size: 12px;
	line-height: 1.5em;
}

.arr {
	width: 32px;
}
.arrbox {
	height: 32px;
	width: 32px;
	overflow: hidden;
}
.arrbox img {
	border-style: none;
	margin-top: 0;
}
.next {
	background-color: transparent;
	background-image: url(graphics/next-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.next:hover {
	background-position: -32px 0;
}
.next:active {
	background-position: -64px 0;
}
.prev {
	background-color: transparent;
	background-image: url(graphics/prev-horizontal.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.prev:hover {
	background-position: -32px 0;
}
.prev:active {
	background-position: -64px 0;
}

@media screen and (max-width: 996px) {
	
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

#content #col2 {
	width: 100%;
	margin-left: 0px;
	margin-top: -48px;
}
#thumbs .rowCap.norm {
	margin-top: 0px;
}

}

@media only screen and (max-device-width: 736px) {

}
