/* page layout styles */
*{
    margin:0;
    padding:0;
}
body {
    background-color:#fefffa;
    color:#fff;
    font:14px/1.3 Arial,sans-serif;
}
header {
    background-color:#212121;
    box-shadow: 0 -1px 2px #111111;
    display:block;
    height:70px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size: 22px;
    font-weight: normal;
    left: 40%;
    margin-left: -300px;
    padding: 22px 0;
    position: absolute;
    width: 1000px;
}
header a.stuts,a.stuts:visited{
    border: none;
    color: #FCFCFC;
    font-size: 14px;
    left: 50%;
    line-height: 31px;
    margin: 23px 0 0 110px;
    position: absolute;
    text-decoration: none;
    top: 0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}

/* demo */
.container {
    background: url("../images/tt.jpg") no-repeat scroll left top transparent;
    color: #000000;
    height: 597px;
    margin: 0;
	margin-top:42px;
	margin-left:48px;
    position: relative;
    width: 416px;
}
.dialog {
    color: #FFFFFF;
    display: none;
    left: 243px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 148px;
    z-index: 10;
}
.dialog img{
	border:4px solid #DAE1F1;	
}
.dialog .close {
    background-color: #DAE1F1;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: -35px;
    top: -35px;
    width: 36px;

    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
.labels p {
    display: none;
}
.labels a {
    background-color: rgba(203, 189, 58, 0.8);
    color: #FFFFFF;
	font-size:0;
    display: none;
    height: 13px;
    padding: 30px 0 0;
    position: absolute !important;
    text-align: center;
    text-decoration: none;
    width: 33px;

    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.labels > a {
    background-color: rgba(203, 189, 58, 0.8);

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.labels a:hover {
    background-color: rgba(128, 128, 128, 0.8);
}
.labels a span {
    bottom: -14px;
    height: 0;
    left: 30px;
    position: absolute;
    width: 0;

    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.labels a:hover span {
    border-top: 15px solid rgba(128, 128, 128, 0.8);
}
#label1 {
    left: 184px;
    top: 209px;
	background:url(../images/8.png) no-repeat left top;
}
#label1:hover {
	background:url(../images/8h.png) no-repeat left top;
}
#label2 {
    left: 155px;
    top: 239px;
	background:url(../images/6.png) no-repeat left top;
}
#label2:hover {
	background:url(../images/6h.png) no-repeat left top;
}
#label3 {
    left: 113px;
    top: 297px;
	background:url(../images/1.png) no-repeat left top;
}
#label3:hover {
	background:url(../images/1h.png) no-repeat left top;
}

#label4 {
    left: 61px;
    top: 302px;
	background:url(../images/10.png) no-repeat left top;
}
#label4:hover {
	background:url(../images/10h.png) no-repeat left top;
}

#label5 {
    left: 36px;
    top: 340px;
	background:url(../images/9.png) no-repeat left top;
}
#label5:hover {
	background:url(../images/9h.png) no-repeat left top;
}

#label6 {
    left: 102px;
    top: 217px;
	background:url(../images/4.png) no-repeat left top;
}
#label6:hover {
	background:url(../images/4h.png) no-repeat left top;
}
#label7 {
    left: 121px;
    top: 249px;
	background:url(../images/2.png) no-repeat left top;
}
#label7:hover {
	background:url(../images/2h.png) no-repeat left top;
}
#label8 {
    left: 73px;
    top: 265px;
	background:url(../images/3.png) no-repeat left top;
}
#label8:hover {
	background:url(../images/3h.png) no-repeat left top;
}
#label9 {
    left: 176px;
    top: 159px;
	background:url(../images/5.png) no-repeat left top;
}
#label9:hover {
	background:url(../images/5h.png) no-repeat left top;
}
#label10 {
    left: 195px;
    top: 112px;
	background:url(../images/7.png) no-repeat left top;
}
#label10:hover {
	background:url(../images/7h.png) no-repeat left top;
}
#label11 {
    left: 120px;
    top: 174px;
    background:url(../images/11.png) no-repeat left top;
}
#label11:hover {
    background:url(../images/11h.png) no-repeat left top;
}
#label12 {
    left: 102px;
    top: 86px;
    background:url(../images/12.png) no-repeat left top;
}
#label12:hover {
    background:url(../images/12h.png) no-repeat left top;
}
#label13 {
    left: 183px;
    top: 272px;
    background:url(../images/13.png) no-repeat left top;
}
#label13:hover {
    background:url(../images/13h.png) no-repeat left top;
}