
.coin-slider {
/*    overflow: hidden;*/
    position: relative;
}
.coin-slider a {
    border: medium none;
    outline: medium none;
    text-decoration: none;
}
.cs-buttons {
    float: left;
    font-size: 0;
}
.cs-active {
    color: #ffffff;
}
.cs-title {
    bottom: 0;
    visibility: hidden;
    z-index: 0;
}
.title_inner {
    background: url("../images/hkspecialist/txt_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    display: block;
    padding: 10px 70px 10px 20px;
    text-align: left;
    width: 470px;
}
.title_inner2 {
    color: #ffffff;
    display: block;
    text-align: left;
    width: 560px;
    z-index: 5;
}
.title_inner2 {
    bottom: 0;
    position: absolute;
    z-index: 5;
}
.title_inner2 .inner {
    line-height: 120%;
    padding: 10px 70px 30px 20px;
    position: relative;
}
.banner_txt_title {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
}
.cs-prev, .cs-next {
    background-color: #000000;
    color: #ffffff;
    display: none !important;
    padding: 0 10px;
}


/*Banner_bullet_start*/

.cs-buttons{
    position: absolute;
    width:580px;
    height:30px;
    z-index:101;
    left:0px;
    bottom:0px;
    /*background-image:url(../images/demo_paging_bg.png);*/
    
    /* IE hack 
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/demo_paging_bg.png", sizingMethod="crop");
    */
    margin:0px;
    overflow:hidden;
}

.cs-buttons-inner{
    width:580px;
    height:30px;
   /* background-image:url(../images/demo_paging_bg.png);*/
    
    /* IE hack 
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/demo_paging_bg.png", sizingMethod="crop");
    */
	padding-left: 8px;
    margin:0px;
    overflow:hidden;
}


.cs-button-img_slideshow{
	height:6px;
	width:6px;
	overflow:hidden; 
	padding:13px;
	line-height: 0;
	float:left;
	 z-index:101;

}
.cs-button-img_slideshow div{	
	width:3px;
	height:3px;
	margin-top:1px;
	margin-left:1px;
	padding: 0px;
	overflow:hidden; 
	background-color:#FFF; 
	line-height: 0px;
	outline:none;
}
.cs-active,
.cs-button-img_slideshow:hover{
	padding-top:12px;
	padding-left:12px;
	padding-bottom:14px;
	padding-right:14px;
}
.cs-active div,
.cs-button-img_slideshow:hover div{
	width:6px;
	height:6px;
	padding: 0px;
	background-color:#db291d; 
	line-height: 0px;
	overflow:hidden;
}
/*Banner_bullet_end*/