@charset "utf-8";
/* CSS Document */
.slide-content{
	position:relative;
	width:445px;
    height:210px;
	margin:0 auto;
    margin-top: 0px;
    margin-left: -5px;
    text-align:left;
	border-left:1px none #e7b9ce;
	border-right:1px none #e7b9ce;
	border-bottom:1px none #cac4c7;
    }
#slide{
	position:relative;
	width:445px;
    height:210px;
	overflow:hidden;
	}
.banner{
	width:445px;
    height:210px;
    position:relative;
	}
.banner img.bg{
	position:absolute;
	z-index:-1;
	top:0; left:0;
	}
#nav{
	position:absolute;
	z-index:100;
	top:220px;
    left: 15px;
	height:14px;
	}
#nav a{
	display:block;
    float:left;
	width:6px;
    height:6px;
	margin:0 3px;
	text-align:center;
	padding:5px 0 0 0;
	color:#ec4399;
	background:url(images/point-off.png) no-repeat 0 0;
    font-size: 0px;
	}
#nav a:focus {
	
	}
#nav a.activeSlide{
	background:url(images/point-on.png) no-repeat 0 0;
	color:#faecf3;
	}
.banner div.col{
	position:absolute; z-index:2;
    }
    
.buttona{
    margin-top:157px;
    margin-left: 84px;
}