/*gallery*/
#gallery{
	margin:center;
	width: 530px;
}
#gallery a.thumb{
	display: block;
	float: left;
	padding: 4px;
	margin: 0;
	color: #000;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
}
#gallery a.thumb img {width:80px; height:60px;}
#gallery a.thumb.hover, #gallery a.thumb:hover, #gallery a.thumb:active, #gallery a.thumb:focus{
	color: #FFF;
	background: #F35733;
}
#gallery img.loading {display:block; float:right;}
#gallery h3.date, #gallery h3.title {margin:0;}
#gallery .nav {border-top: 1px solid #CCC; clear:both; padding:2px auto;}
#gallery a.previous {float:left;}
#gallery a.next {float:right; text-align:right;}
#gallery a.previous, #gallery a.next{display:block; padding:2px; color:#000; text-decoration:none;}
#gallery a.previous:hover, #gallery a.next:hover,
#gallery a.previous:active, #gallery a.next:active,
#gallery a.previous:focus, #gallery a.next:focus
{color:#FFF; background:#F35733;}

