@font-face
{
	font-family: "Ubuntu Condensed";
	font-style: normal;
	font-weight: 400;
}
@font-face
{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 500;
}
@font-face
{
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
}
HTML
{
	background: #F0F0F0;
}
#wrapper
{
	width: 1104px;
	margin: 0 auto;
	text-align: left;
}
BODY
{
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 76%;
}
#content
{
	width: 478px;
	float: left;
}
#info H2
{
	padding: 10px 0 5px 10px;
	margin: 0;
	font-size: 15px;
	color: #151;
}
#header #logo H2
{
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 45px;
	float: left;
	color: #69C;
	font-weight: normal;
}
#info
{
	width: 796px;
	min-height: 230px;
	padding: 10px 24px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 3px;
	box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.4);
}
#gallery
{
	width: 1285px;
	height: 538px;
	margin: 0 auto;
	position: relative;
	font-family: verdana, arial, sans-serif;
	background: #F8F8F8;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#gallery #fullsize
{
	position: absolute;
	left: 0;
	top: 0;
	height: 607px;
	width: 1046px;
	overflow: hidden;
	text-align: center;
}
#gallery #fullsize DIV
{
	width: 908px;
	height: 700px;
	padding-top: 20px;
	position: relative;
}
#gallery #fullsize DIV IMG
{
	clear: both;
	display: block;
	margin: 0 auto;
	border: 10px solid #FFF;
	width: 637px;
	height: 457px;
	position: relative;
	z-index: 500;
	/*[empty]+placement:;*/
}
#gallery #fullsize DIV H3
{
	padding: 10px 0 0;
	margin: 0;
	font-size: 18px;
}
#gallery #fullsize DIV P
{
	padding: 5px 0;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}
#gallery #fullsize A.previous
{
	display: block;
	height: 120px;
	width: 180px;
	position: absolute;
	left: 10px;
	top: 200px;
	z-index: 10;
	border: 10px solid #FFF;
}
#gallery #fullsize A.next
{
	display: block;
	height: 120px;
	width: 180px;
	position: absolute;
	right: -14px;
	top: 200px;
	z-index: 10;
	border: 10px solid #FFF;
}
#gallery #fullsize A.previous IMG, #gallery #fullsize A.next IMG
{
	width: 180px;
	height: 120px;
	border: 0;
	display: block;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
#gallery #fullsize A:hover
{
	direction: ltr;
	z-index: 600;
}
#gallery #fullsize A:hover IMG
{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
