body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	text-align: center;
	background-color: rgb(215,194,141); /* for IE8 */
	background-color: rgba(215,194,141,1.0);
	margin-bottom: 30px; /* for widget bar */
}
a:link, a:visited, a:active {
	outline: none;
}
img {
	border: none;
}
input::-moz-focus-inner {
  border: 0;
}
.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: 664px;
}
.gr-indextitlebar {
	margin: 0 auto;
}
.gr-pagetitleindex {
	vertical-align: top;
	display: inline-block;
	width: 500px;
}
.gr-pagetitle {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-shadow: none;
	padding-bottom: 3px;
}
.gr-pagetitle a:link, .gr-pagetitle a:visited, .gr-pagetitle a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-pagetitle a:hover {
	color: #ff0000;
}
.gr-pagedescription {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	text-align: center;
}
.gr-pagedescription a:link, .gr-pagedescription a:visited, .gr-pagedescription a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-pagedescription a:hover {
	color: #ff0000;
}
.gr-navleft {
	width: 72px;
	text-align: left;
	display: inline-block;
	font-size: 0px;
}
.gr-navleft img {
	width: 32px;
	height: 32px;
	padding-right: 4px;
}
.gr-navright {
	width: 72px;
	text-align: right;
	display: inline-block;
	font-size: 0px;
}
.gr-navright img {
	width: 32px;
	height: 32px;
	padding-left: 4px;
}
.gr-indexlinklist {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 10px 0px;
	text-shadow: none;
}
.gr-indexlinklist a:link, .gr-indexlinklist a:visited, .gr-indexlinklist a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-indexlinklist a:hover {
	color: #ff0000;
}
.gr-infotxt {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	text-align: center;
	margin: 10px auto;
	width: 498px;
}
.gr-infotxt a:link, .gr-infotxt a:visited, .gr-infotxt a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-infotxt a:hover {
	color: #ff0000;
}
.gr-infotxtbottom {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	text-align: center;
	margin: 10px auto;
	width: 498px;
}
.gr-infotxtbottom a:link, .gr-infotxtbottom a:visited, .gr-infotxtbottom a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-infotxtbottom a:hover {
	color: #ff0000;
}
.gr-thumbs {
	width: 664px;
	margin: 20px auto;
	font-size: 0px; /* Hack to collapse whitespace between boxes */
}
.gr-thumbs > div {
	text-align: center;
	margin: 5px 5px 0px;
	width: 156px;
	vertical-align: top;
	display: inline-block;
}
.gr-thumbs > div > div {
	position: relative;
	display: inline-block;
}
.gr-thumbimg img {
	padding: 5px;
	border-color: rgb(0,0,0); /* for IE8 */
	border-color: rgba(0,0,0,1.0);
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(51,51,51,0.4); 
	background-color: transparent; /* for IE8 */
	background-color: rgba(255,255,255,0.0);
}
.gr-thumbimg:hover img {
	border-color: rgb(0,0,0); /* for IE8 */
	border-color: rgba(0,0,0,1.0);
	box-shadow: -10px 10px 10px rgba(51,51,51,0.4); 
}
.gr-thumbfolder img {
	padding: 5px;
	border-color: rgb(0,0,0); /* for IE8 */
	border-color: rgba(0,0,0,1.0);
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(51,51,51,0.4); 
	background-color: transparent; /* for IE8 */
	background-color: rgba(255,255,255,0.0);
}
.gr-thumbfolder:hover img {
	border-color: rgb(0,0,0); /* for IE8 */
	border-color: rgba(0,0,0,1.0);
	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 */
}
.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 */
}
.gr-audiooverlay 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 */
}
.gr-thumbcaption {
	margin: 0px 5px;
}
.gr-foldertitle {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-shadow: none;
}
.gr-foldertitle a:link, .gr-foldertitle a:visited, .gr-foldertitle a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-foldertitle a:hover {
	color: #ff0000;
}
.gr-foldercomment {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-shadow: none;
}
.gr-foldercomment a:link, .gr-foldercomment a:visited, .gr-foldercomment a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-foldercomment a:hover {
	color: #ff0000;
}
.gr-imagetitle {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-shadow: none;
}
.gr-imagetitle a:link, .gr-imagetitle a:visited, .gr-imagetitle a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-imagetitle a:hover {
	color: #ff0000;
}
.gr-imagecomment {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-shadow: none;
}
.gr-imagecomment a:link, .gr-imagecomment a:visited, .gr-imagecomment a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-imagecomment a:hover {
	color: #ff0000;
}
.gr-indexbottomnav {
	margin: 8px auto 0;
}
.gr-buttons {
	margin: 0px auto 8px;
}
.gr-buttons > input {
	font-family: Verdana, Geneva, sans-serif;
	color: #111111;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	padding: 2px;
	margin: 0px 2px;
}
.gr-copyright {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 0px auto 8px;
	text-shadow: none;
}
.gr-copyright a:link, .gr-copyright a:visited, .gr-copyright a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-copyright a:hover {
	color: #ff0000;
}
.gr-credits {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 0px auto 8px;
	text-shadow: none;
}
.gr-credits a:link, .gr-credits a:visited, .gr-credits a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-credits a:hover {
	color: #ff0000;
}
.gr-slidecontainer {
	min-width: 846px;
}
.gr-slidetitlebar {
	margin: 0 auto 25px;
}
.gr-pagetitleslide {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	width: 538px;
	vertical-align: top;
	display: inline-block;
	text-shadow: none;
	padding-bottom: 3px;
}
.gr-pagetitleslide a:link, .gr-pagetitleslide a:visited, .gr-pagetitleslide a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-pagetitleslide a:hover {
	color: #ff0000;
}
.gr-navleftslide {
	width: 144px;
	text-align: left;
	display: inline-block;
	font-size: 0px;
}
.gr-navleftslide img {
	width: 32px;
	height: 32px;
	padding-right: 4px;
}
.gr-navrightslide {
	width: 144px;
	text-align: right;
	display: inline-block;
	font-size: 0px;
}
.gr-navrightslide img {
	width: 32px;
	height: 32px;
	padding-left: 4px;
}
.gr-slideimage {
	position: relative;
}
.gr-slidebox, .gr-slideobject, .gr-slideframe {
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 15px;
}
.gr-slideimage img, .gr-slideobject, .gr-slideframe {
	border-color: rgb(0,0,0); /* for IE8 */
	border-color: rgba(0,0,0,1.0);
	border-width: 1px;
	border-style: solid;
	border-radius: 7px;
	padding: 7px;
	box-shadow: 15px 15px 15px rgba(51,51,51,0.4); 
	outline: none;
	background-color: transparent; /* for IE8 */
	background-color: rgba(255,255,255,0.0);
}
.gr-slidehover img:hover {
	border-color: rgb(0,0,0); /* for IE8 */
	border-color: rgba(0,0,0,1.0);
	box-shadow: -15px 15px 15px rgba(51,51,51,0.4); 
}
.gr-slideimage a {
	background-image: url('iehack:///'); /* for IE8 and IE9 */
}
.gr-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
}
.gr-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
}
.gr-slidecaption {
	margin: 0px auto 8px;
}
.gr-slidetitle {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 3px;
	padding: 0px 5px;
	text-align: center;
	text-shadow: none;
}
.gr-slidetitle a:link, .gr-slidetitle a:visited, .gr-slidetitle a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-slidetitle a:link {
	color: #ff0000;
}
.gr-slidecomment {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 3px;
	padding: 0px 5px;
	text-align: center;
	text-shadow: none;
}
.gr-slidecomment a:link, .gr-slidecomment a:visited, .gr-slidecomment a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-slidecomment a:hover {
	color: #ff0000;
}
.gr-slidectr {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 3px;
	padding: 0px 5px;
	text-align: center;
	text-shadow: none;
}
.gr-slidemeta {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding: 0px 5px;
	text-align: center;
	text-shadow: none;
}
.gr-slidemeta a:link, .gr-slidemeta a:visited, .gr-slidemeta a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-slidemeta a:hover {
	color: #ff0000;
}
.gr-slidemetalabel {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-shadow: none;
}
.gr-slidemetalabel a:link, .gr-slidemetalabel a:visited, .gr-slidemetalabel a:active {
	color: #000000;
	text-decoration: underline;
}
.gr-slidemetalabel a:hover {
	color: #ff0000;
}
.gr-globe-icon {
	float: left;
	display: block;
	height: 32px;
	padding: 0px 5px;
}
.gr-globe-icon img {
	border-width: 0px;
}
.gr-globe-icon-filler {
	float: right;
	display: block;
	height: 32px;
	width: 32px;
	padding: 0px 5px;
}
.gr-spacer {
	height: 10px;
}
.gr-clear:after {
  content: "";
  display: table;
  clear: both;
}
.jwlogo {
	display: none;
}
