/* LIGHTBOX
--------------------------------------------------------------------------------------------------------------------------------------*/
#fancyHomeContent{
	padding:0px 30px 0;
}

#fancyHomeContent .header{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

#fancyHomeContent .header a{
	color:#fff;
}

#fancyHomeContent .header img{
	float:left;
	margin-top:4px;
	margin-right:45px;
}

#fancyHomeContent .header h2{
	font-size:4.2em;
	font-weight:normal;
	line-height:1em;
}

#fancyHomeContent .header strong{
	display:block;
	color:#ffb100;
}

#fancyHomeContent blockquote{
	font-size:2.8em;
font-style:italic;
line-height:40px;
margin:0 0 0;
text-align:center;
}

#fancyHomeContent blockquote a{
	color:#fff;
}

#fancyHomeContent blockquote .quote{
font-size:2em;
line-height:13px;
vertical-align:middle;
}

/*********** BNTS **********/

#btnsFancy{
	width:415px;
	margin:0 auto;
	overflow:hidden;
		z-index: 9999;

	padding-left:5px;
}

#btnsFancy .col{
	width:195px;
	float:left;
	margin:0 6px;
	display:inline;
		z-index: 9999;

}

#btnsFancy .btn{
	

}

#btnsFancy .list{
	height:309px;
	float:left;
	width:160px;
	display:none;
	padding:45px 10px 0 35px;
	background:url(fancy/bg_fancy_list.png) left top no-repeat;
	list-style-type:none;
}

#btnsFancy .list li{
	color:#000;
	float:left;
	width:100%;
	position:relative;
	margin-bottom:12px;
	list-style-type:none;
	list-style-position:outside;
}

#btnsFancy .list a{
	float:left;
	color:#000;
	width:100px;
	margin-top:2px;
}

#btnsFancy .list span a{
	width:46px;
	float:right;
	display:block;
	height:20px;
	padding-top:1px;
	text-align:center;
	color:#fff;
	background:url(fancy/bg_fancy_time.png) left top no-repeat;
}

#btnsFancy .list img{
	position:absolute;
	left:-47px;
	top:-8px;
}

.lightb-btn {
background-image:url(fancy/btn_fancy.png);
background-position:0 0;
background-repeat:no-repeat;
color:#000;
display:block;
font-size:2.3em;
height:83px;
padding-left:0;
padding-top:47px;
text-align:center;
width:203px;
font-weight:bold;
text-decoration:none;
cursor:pointer;
margin-bottom:5px;
z-index: 9999;
}

.lightb-btn:hover{
background-image:url(fancy/btn_fancy.png);
background-position:0 -131px;
background-repeat:no-repeat;
color:#fff;
text-decoration:none;

}