
#slider {
	position:relative;
	padding:0;
	overflow:hidden;
        background: url('../images/bg/header_slider_bg.png') center no-repeat #ff99b3;
}
#slider .content {
	width:290px;
        height: 400px;
	float: left;
	position: relative;
	
        overflow: hidden;
}
#slider .content .c {
    padding: 80px 50px 50px 50px;
}


.inslider a {
	text-decoration:none;
}
.contentholder {
	height:400px;
	width: 290px;
	overflow: hidden;
	position: relative;
}
.contentslider {
	position: absolute;
	top: 0; left: 0;
}
.imgslider img {
	float: left;
}
.contentnav {
	position: absolute;
	top: 30px; 
        right: 30px;
	height:30px;
	z-index: 100;
	text-align: center;
}
.contentnav a {
	display: block;
        float: left;
        width: 12px;
        height: 12px;
	text-decoration: none;
	color: #333;
        
        background: url('../images/bg/header_slider_dot.png') center no-repeat;
}
.contentnav a:hover {
    background: url('../images/bg/header_slider_dot_active.png') center no-repeat;
}

.contentnav a.active {
	background: url('../images/bg/header_slider_dot_active.png') center no-repeat;
}