@charset "utf-8";
/* CSS reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,footer,img {
	margin: 0;
	padding: 0;
	border: 0;
}
*{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
q:before,q:after {content:'';}
abbr,acronym,img { border:0;}
/* link styles */
a { color: #000; text-decoration:none; }
a:hover { text-decoration:none; }
a{ -o-transition: color 0.5s ease, background 0.5s ease, border 0.5s ease, width 0.5s ease, opacity 0.5s ease;-webkit-transition: color 0.5s ease, background 0.5s ease, border 0.5s ease, width 0.5s ease, opacity 0.5s ease;-moz-transition: color 0.5s ease, background 0.5s ease, border 0.5s ease, width 0.5s ease, opacity 0.5s ease;transition:  color 0.5s ease, background 0.5s ease, border 0.5s ease, width 0.5s ease, opacity 0.5s ease; }
/* ----------------------------------------------------
	clearfix
---------------------------------------------------- */
.clearfix:after { content:" "; display:block; clear:both; visibility:hidden; line-height:0; height:0; font-size:0 }
.clearfix { display:inline-block }
html[xmlns] .clearfix { display:block }
* html .clearfix { height:1% }
img { border:0px }
/*****/
body{
	background-color: #988573;
}
.test {
	background-image: url(../layout.jpg);
	height: 800px;
	width: 1422px;
	margin-right: auto;
	margin-left: auto;
}
.intro {
	height: 540px;
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	border: 10px solid #FFF;
	position: relative;
}
.intro_mv {
	position: relative;
	height: auto;
	width: 100%;
}



.skip_btn {
	background-image: url(../images/skip_btn.png);
	height: 30px;
	width: 60px;
	position: fixed;
	top: 30px;
	right: 0px;
	z-index: 1;
}
.mv_wrap {
	height: 540px;
	width: 800px;
	background-color: #000;
}
.share_btn {
	text-align: center;
	height: 50px;
	width: 100%;
}



.wrapper{width:1000px; margin:auto; height:auto;}
.header{
	width: 1000px;
	height: 60px;
	background: url(../images/nav_01.jpg) repeat-x;
	position: relative;
}
.nav{
	width: 1000px;
	height: 60px;
}
.nav ul li{float:left;}
.nav1{
	width: 69px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_01.png);
	background-repeat: no-repeat;
}
.nav1:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_01.png);
}
.nav2{
	width: 179px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_02.png);
	background-repeat: no-repeat;
}
.nav2:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_02.png);
}
.nav3{
	width: 172px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_03.png);
	background-repeat: no-repeat;
}
.nav3:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_03.png);
}
.nav4{
	width: 137px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_04.png);
}
.nav4:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_04.png);
}
.nav5{
	width: 155px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_05.png);
	background-repeat: no-repeat;
}
.nav5:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_05.png);
}
.nav6{
	width: 96px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_06.png);
	background-repeat: no-repeat;
}
.nav6:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_06.png);
}
.nav7{
	width: 32px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_07.png);
	background-repeat: no-repeat;
}
.nav7:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_07.png);
}
.nav8{
	width: 160px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_08.png);
	background-repeat: no-repeat;
}
.nav8:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/nav_on_08.png);
}
.footer{
	width: 1000px;
	height: 39px;
	text-align: center;
}
/* pop */
.black_cover{
	width: 100%;
	height: 100%;
	background-image: url(../images/black_cover.png);
	position: absolute;
	z-index: 40;
	display: none;
}
.video_a{
	width: 830px;
	height: 500px;
	background-color: #000;
	z-index: 50;
	display: none;
	position: absolute;
	left: 100px;
	top: 80px;
}
.close{
	width: 75px;
	height: 20px;
	position: absolute;
	z-index: 50;
	background-image: url(../images/close.png);
	top: -20px;
	display: none;
	cursor: pointer;
	right: 0px;
}
/**index**/
.index_content{
	width: 1000px;
	height: 740px;
	position: relative;
}

.t1 {
	background-image: url(../images/t1.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 320px;
	position: absolute;
	left: -24px;
	top: 52px;
	opacity: 0;
}
.t2 {
	background-image: url(../images/t2.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 400px;
	position: absolute;
	left: 76px;
	top: 122px;
	opacity: 0;
}
.t3 {
	background-image: url(../images/t3.png);
	background-repeat: no-repeat;
	height: 280px;
	width: 450px;
	position: absolute;
	left: -3px;
	top: 195px;
	opacity: 0;
}
.t10 {
	height: 180px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}
.index_btn{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 247px;
	height: 50px;
	position: absolute;
	top: 487px;
	left: 93px;
	background-image: url(../images/index_btn.png);
	opacity: 0;
	cursor: pointer;
}
.index_btn:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/index_btn_on.png);
	cursor: pointer;
}
.video_btn {
	background-image: url(../images/video_btn.png);
	height: 120px;
	width: 162px;
	position: absolute;
	left: 147px;
	top: 561px;
	opacity: 0;
	cursor: pointer;
}

.vote_content {
	width: 1000px;
	height: auto;
	position: relative;
}

.vote_tit {
	background-image: url(../images/vote_tit.png);
	height: 380px;
	width: 1000px;
}

.vote_tit2 {
	height: 70px;
	width: 1000px;
}
.vote_tit3 {
	height: 50px;
	width: 1000px;
	text-align: center;
}

.vote_btn{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 190px;
	height: 50px;
	position: relative;
	background-image: url(../images/vote_btn.png);
	cursor: pointer;
	margin-right: 63px;
	float: right;
}
.vote_btn:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/vote_btn_on.png);
	cursor: pointer;
}
.ol_btn {
	height: 33px;
	width: 85px;
	cursor: pointer;
	float: left;
	margin-right: 5px;
}
.monther_btn {
	height: 33px;
	width: 85px;
	cursor: pointer;
	float: left;
}



.pic_content {
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/vote_label.png);
	position: relative;
}
.pic_label {
	color: #000;
	height: 35px;
	width: 100%;
	margin-bottom: 10px;
}

.pic_label2 {
	color: #000;
	height: 35px;
	width: 98%;
	margin-bottom: 10px;
	background-image: url(../images/vote_label2.png);
}

.pic_label span {
	background-color: #FFF;
	height: 25px;
	width: 80px;
	padding: 8px;
	font-family: "微軟正黑體";
}


.pic_col {
	height: auto;
	width: 225px;
	float: left;
}


.pic_box {
	background-color: #FFF;
	height: auto;
	width: 210px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	-o-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	-ms-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	font-family: "微軟正黑體";
}

.pic_img {
	background-color: #FFF;
	height: auto;
	width: 192px;
}
img.width_100{height:auto; max-width:100%; margin:auto;}

.pic_name{
	width: 192px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	text-overflow : ellipsis;
	overflow: hidden;
	white-space : nowrap;
	color: #666;
	font-weight: bold;
	margin-top: 4px;
}
.pic_say{
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	overflow: hidden;
	color: #666;
	height: auto;
	width: 192px;
	margin-top: 4px;
}
.pic_vote {
	height: 30px;
	width: 192px;
	margin-top: 3px;
}
.pic_num {
	font-family: Verdana;
	font-size: 24px;
	color: #666;
	float: left;
}
.pic_votebtn {
	background-image: url(../images/pic_vote.png);
	float: right;
	height: 24px;
	width: 58px;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}
.pic_votebtn2 {
	background-image: url(../images/pic_vote2.png);
	float: right;
	height: 24px;
	width: 58px;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 5px;
}

.backToTop {
	display: none;
	width: 40px;
	line-height: 1.2;
	padding: 0px;
	background-color: #FFF;
	color: #000;
	font-size: 18px;
	text-align: center;
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 100px;
	_bottom: "auto";
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/top.jpg);
	height: 40px;
}
.vote_pop1 {
	background-image: url(../images/vote_popup_bg.jpg);
	height: 600px;
	width: 845px;
	position: relative;
}

.vote_pop1_pic {
	height: 480px;
	width: 360px;
	position: absolute;
	top: 25px;
	left: 23px;
}
.vote_pop1_img {
	background-color: #FFF;
	height: 240px;
	width: 195px;
	overflow: hidden;
}
.vote_pop1_name {
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	position: absolute;
	height: 25px;
	width: 400px;
	left: 435px;
	top: 255px;
}
.vote_pop1_say {
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	position: absolute;
	height: 25px;
	width: 400px;
	left: 435px;
	top: 317px;
}
.vote_pop1_self {
	font-family: "微軟正黑體";
	font-size: 16px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	position: absolute;
	height: 25px;
	width: 400px;
	left: 435px;
	top: 286px;
}

.vote_pop1_btn1 {
	font-family: "微軟正黑體";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 30px;
	width: 70px;
	padding-top: 4px;
	padding-left: 5px;
	border: 1px solid #000;
	position: absolute;
	left: 533px;
	top: 360px;
	cursor: pointer;
}
.vote_pop1_btn2 {
	font-family: "微軟正黑體";
	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 30px;
	width: 70px;
	padding-top: 4px;
	padding-left: 5px;
	border: 1px solid #000;
	position: absolute;
	left: 434px;
	top: 360px;
	cursor: pointer;
}
.vote_pop2 {
	background-image: url(../images/vote_popup2_bg.jpg);
	height: 350px;
	width: 600px;
	position: relative;
}
.vote_pop2_name {
	height: 25px;
	width: 240px;
	position: absolute;
	left: 197px;
	top: 172px;
}
.vote_pop2_phone {
	height: 25px;
	width: 240px;
	position: absolute;
	left: 197px;
	top: 216px;
}
.vote_pop2_mail {
	height: 25px;
	width: 240px;
	position: absolute;
	left: 197px;
	top: 256px;
}
.vote_pop2_notice {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 69px;
	top: 295px;
}
.vote_pop2_send {
	background-image: url(../images/vote_pop2_send.png);
	height: 43px;
	width: 142px;
	position: absolute;
	cursor: pointer;
	left: 213px;
	top: 294px;
}
.vote_pop2_space {
	position: absolute;
	left: 221px;
	top: 295px;
	height: 20px;
	width: 100px;
}

.vote_pop3 {
	background-image: url(../images/vote_popup3_bg.png);
	height: 350px;
	width: 600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/vote_popup3_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.vote_pop3_name {
	height: 25px;
	width: 240px;
	position: absolute;
	left: 197px;
	top: 172px;
}
.vote_pop3_phone {
	height: 25px;
	width: 240px;
	position: absolute;
	left: 197px;
	top: 216px;
}
.vote_pop3_mail {
	height: 25px;
	width: 240px;
	position: absolute;
	left: 197px;
	top: 256px;
}
.vote_pop3_notice {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 69px;
	top: 295px;
}
.vote_pop3_send {
	background-image: url(../images/vote_pop2_send.png);
	height: 43px;
	width: 142px;
	position: absolute;
	cursor: pointer;
	left: 213px;
	top: 294px;
}
.vote_pop3_space {
	position: absolute;
	left: 221px;
	top: 295px;
	height: 20px;
	width: 100px;
}
.form_content {
	width: 1000px;
	height: auto;
	position: relative;
}


.form_tit {
	height: 480px;
	width: 1000px;
	background-image: url(../images/form_tit.png);
	position: relative;
}
.form_btn1 {
	background-image: url(../images/form_btn1.png);
	height: 35px;
	width: 200px;
	position: absolute;
	cursor: pointer;
	left: 250px;
	top: 412px;
}
.form_btn2 {
	background-image: url(../images/form_btn2.png);
	height: 35px;
	width: 200px;
	position: absolute;
	cursor: pointer;
	left: 470px;
	top: 412px;
}
.form_btn3 {
	background-image: url(../images/form_btn3.png);
	height: 35px;
	width: 137px;
	position: absolute;
	cursor: pointer;
	top: 70px;
	right: 100px;
}



.form_tit2 {
	background-image: url(../images/form_tit2.png);
	height: 400px;
	width: 1000px;
}

.step1 {
	height: 120px;
	width: 1000px;
	background-image: url(../images/form_step1.png);
	position: relative;
}

.step1_pictures {
	height: 650px;
	width: 1000px;
}


.step1_pic {
	background-color: #FFF;
	height: 640px;
	width: 308px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	-o-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	-ms-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
	padding: 8px;
	float: left;
	margin-bottom: 10px;
	font-family: "微軟正黑體";
	margin-right: 10px;
	margin-left: 10px;
}

.step1_img {
	background-color: #FFF;
	height: 520px;
	width: 289px;
	text-align: center;
}
.step1_name {
	height: 25px;
	width: 288px;
	margin-top: 10px;
}
.step1_say {
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #000;
	height: 78px;
	width: 288px;
}


.step2 {
	background-image: url(../images/form_step2.png);
	height: 680px;
	width: 1000px;
	background-repeat: no-repeat;
	position: relative;
}
.step2_wrap {
	height: 400px;
	width: 570px;
	position: absolute;
	left: 238px;
	top: 102px;
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.step2_btn{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 247px;
	height: 50px;
	position: relative;
	background-image: url(../images/step2_btn.png);
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
}
.step2_btn:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-image: url(../images/step2_btn_on.png);
	cursor: pointer;
}
.review_btn {
	background-image: url(../images/review_btn.png);
	height: 27px;
	width: 145px;
	position: absolute;
	left: 713px;
	top: 442px;
}

.rule_content {
	width: 100%;
	height: auto;
	position: relative;
}

.coupon_content {
	width: 1000px;
	height: 500px;
	position: relative;
}


.coupon_mv {
	height: 380px;
	width: 555px;
	text-align: center;
	position: absolute;
	left: 18px;
	top: 60px;
}

.coupon_bg {
	height: 276px;
	width: 400px;
	text-align: center;
	position: absolute;
	left: 567px;
	top: 80px;
	background-image: url(../images/coupon_bg.png);
	cursor: pointer;
}
.coupon_btn {
	background-image: url(../images/coupon_btn.png);
	position: absolute;
	height: 29px;
	width: 124px;
	left: 35px;
	top: 176px;
}
.coupon_btn2 {
	background-image: url(../images/coupon_btn2.png);
	position: absolute;
	height: 29px;
	width: 253px;
	left: 35px;
	top: 224px;
}




.video_content {
	width: 1000px;
	height: 500px;
	position: relative;
}

.video_mv {
	height: 380px;
	width: 555px;
	text-align: center;
	position: absolute;
	left: 18px;
	top: 60px;
}

.anchor {
	height: 400px;
	width: 410px;
	text-align: center;
	position: absolute;
	left: 575px;
	top: 60px;
	background-image: url(../images/anchor.png);
}
.anchor_btn {
	background-image: url(../images/anchor_btn.png);
	position: absolute;
	height: 29px;
	width: 124px;
	left: 264px;
	top: 391px;
}

.pic_votebtn, .vote_pop2_send {cursor: pointer;}

#content {width:100%; top:95px; position:relative;}

.sparkle {
	display: block;
	position: absolute;
	z-index: 5;
	left: 292px;
	top: -48px;
}
.sparkle-large {width:60px; height:60px; background:url("../images/sparkle1.png") no-repeat center center;}
.sparkle-small {width:43px; height:43px; background:url("../images/sparkle1.png") no-repeat center center;}
.sparkle1 {
	top: 39px;
	left: 581px;
}
.sparkle2 {
	top: 96px;
	left: 643px;
}
.sparkle3 {
	top: 37px;
	left: 691px;
}
.sparkle4 {
	top: -3px;
	left: 762px;
}
.sparkle5 {
	top: 84px;
	left: 804px;
}
.sparkle6 {
	top: 42px;
	left: 872px;
}
.sparkle7 {
	top: -67px;
	left: 275px;
}
.sparkle8 {
	top: 407px;
	left: 120px;
}
.sparkle9 {
	top: 15px;
	left: 405px;
}
.sparkle10 {
	top: 58px;
	left: 32px;
}
.sparkle11 {
	top: -19px;
	left: -22px;
}
#privacy-wrap{
	width: 100%;
	height: 100%;
	
	position: fixed;
	z-index: 10;
	display: block;
}
.privacy-box{
	width: 100%;
	max-width: 620px;
	padding: 10px;
	margin-top: 10%;
	font-size: 13px;
	line-height: 135%;
	position: relative;
	background-color: #FFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.button-close{
	width: 30px;
	height: 30px;
	line-height: 50px;
	font-size: 20px;
	color: #000;
	text-align: center;
	position: absolute;
	top: -10px;
	right: 30;
	cursor: pointer;
	/* [disabled]background-color: #eee; */
	background-image: url(../fancybox/fancy_close.png);
	left: 610px;
}
