/* Gallery */

#gallery.current
{
	background-image: url(assets/bt_on.png) !important;
}

h4{
	font: bold 17px Arial, sans-serif;
	clear:both;
	float:right;
	position:absolute;
	top:80px;
	right:20px;
}
h4 a{
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
    background: #b01f00;
    color: #fff;
    text-transform: uppercase;
	font: normal 0.7em/2em Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 0.1em 1em;
}
h4 a:hover{
	background-color: #ff0000;
}
table
{
	float: left;
	width: 920px;
	border: 1px solid #86a2c3;
	caption-side: bottom;
}

td
{
	font: bold 17px Arial, sans-serif;	
	text-align: center;	
	border: 1px solid #86a2c3;
	padding: 5px 5px 1px 5px;
	background-color: white;	
}

caption
{
	font-weight: lighter;
	font-style: italic;
	font-size: 75%;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
}