body {
	background-color: #A9A9A9; /* Changed from #020303 to dark gray */
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
body.frameset {
	background-color: #A9A9A9; /* Changed from #20201C to dark gray */
	background: #A9A9A9; /* Changed from #20201C to dark gray */
	padding: 0px;
}
body.imagepage {
	/* background-image: url('../media/iframes-bg.jpg'); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;	
	background-color: #A9A9A9; /* Changed from #20201C to dark gray */
}
body.thumbspage {
	background-color: #414342;
	border-top: 1px solid #A1A1A1;	/*Border around thumbnail area [was 5px]*/
}
img {
	border: 0px none;
}
a:link, a:visited {
	color: Green; 	/*Updated from #FFF*/
	text-decoration: underline dotted lime; 
	font-weight: bold; 
} 

a:active, a:hover { 
	color: #FFF; 
	text-decoration: underline; 
	font-weight: bold; 
}
h1.imagepage-title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #414342;
	margin: 0 auto;
	padding-bottom: 1px;		/*Updated from 10px*/
	display: block;
	text-align: center;
}
div.frameset_container {
	width: 100%;
	height: 100%;
}
div.iframes_container {			/*Border around entire page*/
	margin: 0 auto;
	border-radius: 2px;			/*Updated from 5px*/
	border: 1px solid #A1A1A1;	/*Updated from 5px*/
}
div.image_frame_div {
	clear: both;
	border: 0px none;
	margin: 0 auto;
	height: 100%;
}

div.thumbs_frame_div {
	clear: both;
	margin: 0 auto;
	border: 0px none;
	height: 130px;				/*Updated from 180px*/
	overflow-y: hidden;
}
div.copyright_div {
	clear: both;
	margin: 0 auto;
	border: 0px none;
	text-align: center;
	position: relative;
	top: 5px;					/*Updated from -5px*/
	color: #A1A1A1;
}
div.copyright_div a {
	color: #A1A1A1;
}
iframe {
	border: 0px none;
	width: 100%;
	height: 100%;
}
div.thumb_table_wrapper_div {
	margin: 0 auto;
	text-align: center;
	width: 95%;					/*Width of Thumbnail Bar - Updated from 90% */
	overflow-y: hidden;
	overflow-x: auto;
}
table.thumbs_table {
	border: 0px none;
	margin-top: 1px;			/*Updated from 20px*/
}
td.td_thumbnail_title {
	text-align: center;
	vertical-align: top;
}
td.td_thumbnail_image
{
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
img.img_thumbnail_image
{
	border: 0px none;
	border: 1px solid #101010;	/*Updated from 5px-#A1A1A1*/
	border-radius: 5px;
	FILTER: alpha(Opacity=80);
	-moz-opacity:.8;
	opacity:.8;
}
img.img_thumbnail_image_on {
	border: 2px solid lime;	/*Updated from 5px-#FFF*/
	border-radius: 5px;
	padding: 0px;
	FILTER: alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px gray; 
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: gray; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: orange; 
}

img.img_full_size_image
{
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
div.imagepage-header {
	clear: both;
	margin: 0 auto;
	padding: 0px;				/*Updated from 5px*/
	text-align: center;
}
div.imagepage-image {
	max-width: 90%;
	margin: 0 auto;
	clear: both;
	text-align: center;
}
div.image-title-wrapper {
	margin: 0 auto;
	display: inline-block;
	border: 2px solid #414342;
	border-radius: 5px;			/*Updated from 15px*/

}
div.image-title {
	text-align: center;
	background-color: #414342;
	padding-top: 1px;			/*Updated from 10px*/
	color: #FFF;
}
select{
margin:5px;
background: #3f3f3f;
color:#fff;
text-shadow:0 1px 0 rgba(0,0,0,0.4);
}

/* Added for mobile responsiveness */
@media screen and (max-width: 768px) {
	div.thumbs_frame_div {
		height: 260px;
	}
	div.copyright_div {
		font-size: 16px;
		top: 10px;
	}
}
}