.ad_slider{
	height:550px;
	overflow:hidden;
	position:relative;
	width:625px;
}

#ad_slider_list{
	height:550px;
	list-style-type:none;
	margin:0px;
	width:625px;
	overflow:hidden;
	padding:0px;
	position:relative;
}

#ad_slider_list > li{
	display:none;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
}
#ad_slider_list > li:first-child{
	display:block;
}
.ad_slider_pager{
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	display:none;
	height:50px;
	position:absolute;
	top:250px;
	width:60px;
}

#ad_dooted_pager_area{
	bottom:0px;
	left:0px;
	position:absolute;
	width:100%;
}
.ad_dooted_pager{
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
.ad_dooted_pager > li{
	background-color:black;
	border-radius:5px;
	display:inline-block;
	height:10px;
	margin:5px;
	padding:0px;
	width:10px;
}
.ad_dooted_pager > .focus{
	background-color:white;
}

#ad_slider_pager_prev {
	background-image:url(../images/button/slide_btn_prev.png);
	left:0px;
}
#ad_slider_pager_next{
	background-image:url(../images/button/slide_btn_next.png);
	right:0px;
}