
#gallery2
{
	float:left;
}

#gallery2 div.off
{
	background-color: #00C;
	position:relative;
	width:200px;
	height:40px;
	cursor:pointer;
	margin-bottom:1px;
	text-align:right;
	background-image:url(../images/backgrounds/gallery-off-small.jpg);
}

#gallery2 div.on
{
	background-color:#FFF;
	position:relative;
	width:200px;
	height:40px;
	cursor:pointer;
	margin-bottom:1px;
	text-align:right;
	background-image:url(../images/backgrounds/gallery-on-small.jpg);
}


#top-bar-fixed
{
	background-color:#414000;
	width:960px;
	margin:0px auto;
	height:122px;
	overflow:hidden;
}



div.hide
{
	display:none;
	width:0;
	overflow:hidden;
}

div.show
{
	float:left;
}

.clear
{
	clear:both;
}

.gallery-link-big
{
	font-size:22px;
	padding-right:10px;
	padding-top:20px;
	color:#F3F3F3;
}

.gallery-link-small
{
	font-size:17px;
	padding-right:10px;
	color:#F3F3F3;
}

#gallery-block
{
	position:relative;
	float:left;
	width:262px;
	height:122px;
	overflow:hidden;
	background-image:url(../images/backgrounds/gallery-block-background.jpg);
	background-image:none;
	background-color:#52501f;
}

#gallery-images
{
	float:left;
	position:relative;
	width:498px;
	background-color:#fff;
	height:122px;
	overflow:hidden;
}

.by-nature
{
	position:absolute;
	left:35px;
	top:50px;
	font-size:24px;
	color:#a5a51f;
}

.gallery-inner
{
	position:absolute;
	top:10px;
	right:5px;
}
