@charset "utf-8";

#PicBar{
	width: 980px;
	height: 15px;
	margin: 0;
	padding: 0;
}


#TopPageMenu{
	width: 980px;
	margin: 0;
	padding: 0 0 0 5px;
	position: relative;
	z-index: 10;
}

#SelectPicsBox{
	width: 980px;
	margin: 0;
	padding: 0;
}


#SelectBtns{
	position: relative;
	z-index: 3;
	float: right;
	margin: 4px 0 0 0;
	padding: 0;
	/margin-top: 0px;
}

#SelectBtns li{
	float: left;
	padding-right: 4px;
	list-style-type:none;
}

#SelectBtns li img{
	vertical-align:top;
	border-style:none;
}

#SelectPics{
	position: relative;
	z-index: 2;
	width: 980px;
	height: 280px;
	margin: 0;
	padding: 0;
	list-style-type:none;
	/margin-top: -23px;
}

#SelectPics li img {
    border-style:none;
}


#SelectPics li{
	list-style-type:none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 980px;
	height: 280px;
}

#TopMenu{
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
	z-index: 8;
}

#TopMenu li{
	float: left;
	list-style-type:none;
	margin: 0;
	position: relative;
	z-index: 8;
}

#TopMenu li img{
	vertical-align: bottom;
	border-style:none;
}


/* pulldown 20130906
--------------------------------*/
.hn5pullDown{
	position: absolute;
	width: 141px;
	height: 67px;
	border: solid #5ABDE4;
	border-width: 0px 1px 1px 1px;
	background-color: #fff;
	z-index: 4;
	/right: -3px;
	top:50px;
}
.hn5pullDown p{
	width: 107px;
	height: 30px;
	padding: 1px 0px 1px 0px;
	background-color: #fff;
}
.hn5pullDown img{
  padding: 0px 0px 0px 15px !important;
  display: block;
  margin:0;
  border: 0px;
}



/* Clearfix
--------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}
