/* slider */

.bslide {
	position:relative;
	margin-left: 17px;
	border-left: 1px solid #ccc;
	padding:27px 0 32px 0
}

#slider {
	width: 276px;
    position: relative;
}

#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
	}	
#slider, #slider li{ 
	width:276px;
	overflow:hidden;
	}	

#slider li {
  font-size:18px;
  height:80px;
  line-height:80px;
  text-align:center;
}

#slider li a {
   color:#132453;
}

#prevBtn, #nextBtn { 
	display:block;
	width:276px;
	height:32px;
	position:absolute;
	text-indent:-9999px
	}	
#nextBtn { 
	bottom:0;
	}
	
#prevBtn {
	top:-5px;
}
	
#prevBtn a, #nextBtn a {  
	display:block;
	width:276px;
	height:32px;
	background:url(../../img/pointslide.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../../img/pointslide.gif) no-repeat 0 -32px;	
	}								
	
/* */	