body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #350600;
	background-color: rgb(252,229,179); /* for IE8 */
	background-color: rgba(252,229,179,1.0);
	margin-bottom: 30px; /* for widget bar */
}
a {
	color: #350600;
}
a:hover {
	color: #e07700;
}
a:link, a:visited, a:active {
	outline: none;
}
img {
	border: none;
}
.gr-warning {
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 9999;
}
.gr-warning-inner {
	color: yellow;
	background-color: red;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	padding: 25px;
	position: relative;
	left: -50%;
}
.gr-indexcontainer {
	min-width: 830px;
}
.gr-indextitlebar {
	margin: 0 auto;
}
.gr-pagetitleindex {
	vertical-align: top;
	padding: 8px 0px 0px 0px;
	display: inline-block;
	width: 658px;
}
.gr-pagetitle {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-shadow: none;
	padding-bottom: 3px;
}
.gr-pagetitle a:link {
	text-decoration: underline;
}
.gr-pagedescription {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-shadow: none;
}
.gr-pagedescription a:link {
	text-decoration: underline;
}
.gr-navleft {
	width: 76px;
	text-align: left;
	display: inline-block;
	font-size: 0px;
}
.gr-navleft img {
	width: 32px;
	height: 32px;
	padding-right: 4px;
}
.gr-navright {
	width: 76px;
	text-align: right;
	display: inline-block;
	font-size: 0px;
}
.gr-navright img {
	width: 32px;
	height: 32px;
	padding-left: 4px;
}
.gr-indexlinklist {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 10px 0px;
	text-shadow: none;
}
.gr-indexlinklist a:link {
	text-decoration: underline;
}
.gr-thumbs {
	width: 830px;
	margin: 20px auto;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
	display: table; /* Hack for Safari */
}
.gr-thumbbox {
	text-align: center;
	margin: 5px 5px 0px;
	width: 156px;
	vertical-align: top;
	display: inline-block;
}
.gr-thumbnail {
	position: relative;
	display: inline-block;
}
.gr-thumbimg img {
	padding: 5px;
	border: 1px solid #350600;
	border-radius: 5px;
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(51,51,51,0.4); 
}
.gr-thumbimg:hover img {
	border-color: #350600;
	box-shadow: -10px 10px 10px rgba(51,51,51,0.4); 
}
.gr-folderoverlay img {
	position: absolute;
	top: 11px;
	left: 11px;
	width: 24px;
	height: 24px;
	border: none !important;
	border-radius: 0px;
	background-color: rgb(0,0,0); /* for IE8 */
	background-color: rgba(0,0,0,0.5019608);
	padding: 3px;
	box-shadow: none !important;
	opacity: 1.0;
	filter: alpha(opacity=100); /* for IE8 and earlier */
}
.gr-thumbcaption {
	margin: 0px 5px;
}
.gr-foldertitle {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-shadow: none;
}
.gr-foldertitle a:link {
	text-decoration: underline;
}
.gr-foldercomment {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-shadow: none;
}
.gr-foldercomment a:link {
	text-decoration: underline;
}
.gr-videooverlay img {
	position: absolute;
	top: 11px;
	left: 11px;
	width: 24px;
	height: 24px;
	border: none !important;
	border-radius: 0px;
	background-color: rgb(0,0,0); /* for IE8 */
	background-color: rgba(0,0,0,0.5019608);
	padding: 3px;
	box-shadow: none !important;
	opacity: 1.0;
	filter: alpha(opacity=100); /* for IE8 and earlier */
}
.gr-imagetitle {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-shadow: none;
}
.gr-imagetitle a:link {
	text-decoration: underline;
}
.gr-imagecomment {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-shadow: none;
}
.gr-imagecomment a:link {
	text-decoration: underline;
}
.gr-indexbottomnav {
	margin: 8px auto 0;
}
.gr-copyright {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 8px auto;
	text-shadow: none;
}
.gr-copyright a:link {
	text-decoration: underline;
}
.gr-credits {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 8px auto;
	text-shadow: none;
}
.gr-credits a:link {
	text-decoration: underline;
}
.gr-slidecontainer {
	min-width: 846px;
}
.gr-slidetitlebar {
	margin: 0 auto 25px;
}
.gr-pagetitleslide {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	width: 530px;
	vertical-align: top;
	padding: 8px 0px 0px 0px;
	display: inline-block;
	text-shadow: none;
}
.gr-pagetitleslide a:link {
	text-decoration: underline;
}
.gr-navleftslide {
	width: 148px;
	text-align: left;
	display: inline-block;
	font-size: 0px;
}
.gr-navleftslide img {
	width: 32px;
	height: 32px;
	padding-right: 4px;
}
.gr-navrightslide {
	width: 148px;
	text-align: right;
	display: inline-block;
	font-size: 0px;
}
.gr-navrightslide img {
	width: 32px;
	height: 32px;
	padding-left: 4px;
}
.gr-slideimage img {
	padding: 7px;
	border: 1px solid #350600;
	border-radius: 7px;
	margin: 0px 0px 15px;
	box-shadow: 15px 15px 15px rgba(51,51,51,0.4); 
	outline: none;
}
.gr-slidehover img:hover {
	border-color: #350600;
	box-shadow: -15px 15px 15px rgba(51,51,51,0.4); 
}
.gr-slidevideo {
	padding: 7px;
	border: 1px solid #350600;
	border-radius: 7px;
	margin: 10px auto 25px;
	box-shadow: 15px 15px 15px rgba(51,51,51,0.4); 
	outline: none;
}
.gr-slidecaption {
	margin: 0px auto 10px;
}
.gr-slidetitle {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 3px;
	text-align: center;
	text-shadow: none;
}
.gr-slidetitle a:link {
	text-decoration: underline;
}
.gr-slidecomment {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 3px;
	text-align: center;
	text-shadow: none;
}
.gr-slidecomment a:link {
	text-decoration: underline;
}
.gr-slidemeta {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-shadow: none;
}
.gr-slidemeta a:link {
	text-decoration: underline;
}
.gr-slidemetalabel {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-shadow: none;
}
.gr-slidemetalabel a:link {
	text-decoration: underline;
}
.gr-lfproxyabove {
	padding-top: 10px;
}
.jwlogo {
	display: none;
}
