@charset "utf-8";

/*gallery*/

#gallery_bg{
position:absolute;
width:100%;
height:100%;
display:none;
top:0px;
left:0px;

_filter:alpha(opacity=70);/*IE6*/
filter:alpha(opacity=70);/*IE7*/
opacity: 0.7;/*fireFox*/
background-color:#EEE;
}

#gallery{
position:absolute;
width:100%;
top:0px;
display:none;
text-align:center;

}

#gallery  .content{
position:relative;
margin:50px auto 0px auto;
text-align:center;
}

#gallery_btn{
position:relative;
list-style-type:none;
width:550px;
padding:0px;
margin:-50px auto 0px auto;
text-align:center;
}


#gallery_btn li a span{
position:absolute;
width:0px;
height:0px;
overflow:hidden;
}

#gallery_btn li#agree{
width:272px;
height:62px;
float:left;
}

#gallery_btn li#disagree{
width:272px;
height:62px;
float:left;
}


#gallery_btn li#agree a{
display:block;
width:272px;
height:62px;
background:url('ui/intro_btn_agree.png') no-repeat;
behavior: url("iepngfix/iepngfix.htc");
cursor:pointer;
}

#gallery_btn li#agree a:hover{
width:272px;
height:62px;
background-position:0px -65px;
display:block;
}

#gallery_btn li#disagree a{
display:block;
width:272px;
height:62px;
background:url('ui/intro_btn_disagree.png') no-repeat;
behavior: url("iepngfix/iepngfix.htc");
cursor:pointer;

}

#gallery_btn li#disagree a:hover{
width:272px;
height:62px;
background-position:0px -64px;
display:block;
}

#setCookie{
width:550px;
padding-left:10px;
margin:0px auto;
text-align:left;
clear:both;
display:block;
color:#333;
}
