*{
	margin:0;
	padding:0;
}
body {
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	background-image: url(../images/logo_big.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
#outer_container{
	position:fixed;
	bottom:-300px;	/*-160px to hide*/
	margin:0px 0px 10px 0px;
	height:300px;
	padding:0;

}
#thumbScroller{
	position:relative;
	overflow:hidden;
}
#thumbScroller .container{
	position:relative;
	left:0;
}
#thumbScroller .content{
	float:left;
}
#thumbScroller .content div{
	margin:2px;
	height:100%;
}
#thumbScroller img,
img.clone{
	height:300px;
}
#thumbScroller a{
	padding:2px;
	outline:none;
}
.fp_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;

}
.fp_loading{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	background:#000 url(../images/icons/loader.gif) no-repeat center center;
	width:70px;
	height:70px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	z-index:999;
	opacity:0.7;
}
.fp_next,
.fp_prev{
	width:50px;
	height:100%;
	position:fixed;
	

	cursor:pointer;
	opacity:0.1;
}
.fp_next:hover,
.fp_prev:hover{
	opacity:0.9;
}
.fp_next{
	background:#000 url(../images/icons/next.png) no-repeat center center;
	right:-50px;
}
.fp_prev{
	background:#000 url(../images/icons/prev.png) no-repeat center center;
	left:-50px;
}
.fp_thumbtoggle{
	height:50px;
	background:#000;
	width:200px;
	text-align:center;
	letter-spacing:1px;

	position:fixed;
	left:50%;
	margin-left:-100px;
	bottom:-50px;
	line-height:50px;
	cursor:pointer;
	opacity:0.8;
	
}
.fp_thumbtoggle:hover{
	opacity:1.0;
}
img.fp_preview{
	position:absolute;
	left:35%;
	top:0px;
	width:474px;
	height:700px;
}
#lb_menu {
	padding: 20px;
	float: left;
	width: 100%;
	background-image: url(../images/white_bg2.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
#lb_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#lb_menu a {
	text-decoration: none;
	margin: 0px;
	float: left;
	font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #C1A979;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1A979;
}
#lb_menu a:hover {

	color: #000000;
}

#lb_menu ul li #active6 {

	color: #000000;
}
