* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000;
	font-family: Arial;
	font-size: 14px;
}
div {
	display: block;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
td_thumbnail_title {
}
a.a_thumbnail_title {
}
td_thumbnail_image
{
}
img.img_thumbnail_image
{
	border: 0px none;
	width: 100%;
	height: auto;
}
img.img_full_size_image
{
    border: 0px none;
	width: 100%;
	height: auto;
}
ul.thumbs_list {
	list-style-type: none;
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.thumbs_list li {
	float: left;	
	box-shadow: 2px 2px 3px #999;
	margin: 0px 10px;
	margin-bottom: 15px;
}
ul.thumbs_list li div {
	max-width: 250px;
	padding: 15px 10px;
	background-color: #F4F4F4;
}
div.header-footer {
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	clear: both;
}
div.header-footer:empty {
	padding: 0px;
}
div.wrapper {
	padding: 10px;
	margin: 0 auto;
	width: 100%;
}
h1 {
	text-align: left;
	background-color: #47C9E5;
	padding: 15px 10px;
	padding-left: 20px;
	font-family: Helvetica;
}
div.navigation {
	clear: both;
	margin-top: 10px;
}
ul.page-numbers {
	display:table;
	margin:0 auto;
	list-style:none;
	background-color:#f4f4f4;
	color: #8d8d8d;
	padding:5px 4px;
	border-radius:30px;
	border-width:0
}
ul.page-numbers li {
	display:block;
	float:left;
	color: #8d8d8d;
	margin:0 2px;
	text-align:center;
	border-radius:30px;
	white-space: nowrap;
}
ul.page-numbers li.current{
	font-weight:bold;
	color: #fff;
	background-color: #47C9E5;
}
ul.page-numbers li.current a {
	font-weight:bold;
	color: #fff;
}
ul.page-numbers li.previous {
	width:auto;
	padding:0;
}
ul.page-numbers li.next {
	width:auto;
	padding:0;
}
ul.page-numbers a {
	display:block;
	width:auto;
	height:40px;
	line-height:40px;
	font-weight:400;
	cursor:pointer;
	padding:0px 15px;
	text-decoration: none;
	color: #8d8d8d;
}
ul.page-numbers a:hover, ul.page-numbers a:focus {
	background-color:transparent !important;
	color: #47C9E5;
}
ul.page-numbers li.current:hover{
	color:#fff;
	background-color:#47c9e5;
	border-radius:30px;
}
.copyright {
	margin-top: 10px;
	color: #8d8d8d;
	font-size: 12px;
}
.copyright a {
	font-weight: bold;
	color: #8d8d8d;
}
.copyright a:hover {
	text-decoration: underline;
}
div.full-size-image {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 3px #999;
	display: inline-block;
	clear: both;
}
div.image-title {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	background-color: #f4f4f4;
	
}