#slider{
	overflow:hidden;
	width:auto;
	display:block;
	margin:0;
	width:685px;
}

#sliderB{
	list-style:none;
	padding:0;
	width:685px;
	height:260px;
	display:block;
	margin:0;
	position:relative;
}

#sliderB p{
	background:#000;
	margin:0;
	padding:10px;
	position:absolute;
	left: 0px;
	bottom: 0px;
	width: 665px;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;             /* Safari 1.x */
	color:#FFF;
	line-height:1.5em;

}

#sliderB p strong{
	font-weight:bold;
}

.bx-wrapper{
	width:685px;

}

.bx-pager{
	width:685px;
	display:block;
	text-align:right;
	margin:3px 0 0 0;
	clear:both;
}

.bx-pager img{
	width:100px;
	height:auto;
	display:inline;
	text-align:right;
}

.bx-controls{
	display:none;

}
.bx-pager-item{
		margin:0 0 3px 0;
}

.bx-pager-item img{
	width:180px;
	height:auto;
	margin:3px 0 3px 0;
	display:block;
}

    .bx-pager a img {  
    opacity: 0.5;  
    filter: alpha(opacity=50);  
    }  
    .bx-pager a.active img {  
    opacity: 1;  
    filter: alpha(opacity=100);  
    }  
