#container {
	position:relative;
	float: left;
	width:640px;
	height:400px;
	margin-bottom:10px;
	z-index:0;
	background: #999;
}

/*
	Slideshow
*/
#slides {
	position:absolute;
	width:640px;
	top:0;
	left:0;
	z-index:100;
}
#slides .slide {
	background: url(http://www.bcbandaaceh.com/wp-content/themes/bcba/images/bg-slide.jpg) no-repeat;
}

/*
	Slides container
*/

.slides_container {
	width:640px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container div.slide {
	width:640px;
	height:400px;
	display:block;
	background-color: #CCC;
}

.slides_container div.slide img.attachment-large {
	width:640px;
}
/*
	Pagination
*/

.pagination {
	margin: -415px 0;
	width:70px;
	text-align: center;
	z-index: 200;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding:12px 0 0 0;
	background-image:url(images/pagination.jpg);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	width:620px;
	position:absolute;
	bottom:-70px;
	left:0;
	height:60px;
	padding:5px 10px 0 10px;
	background:#000;
	background:rgba(0,0,0,.5);
	text-shadow:none;
	font-size:12pt;
	line-height:18pt;
	font-weight:bold;
	color:#fff;
	z-index:100;
}
.caption a {color: #FFF; text-decoration: none;}
.caption a:hover {color: #FF6600; text-decoration: none;}