

#example {
	width:637px;
	height:370px;
	position:relative;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	/*top:15px;
	left:4px;*/
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

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

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:637px;
	height:326px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:157px;
	left:-31px;
	width:31px;
	height:35px;
	display:block;
	z-index:0;
	background-color: #fff;
	background-image: url(../../../css/arrow_left.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0;
}

#slides .next {
	left:637px;
	background-color: #fff;
	background-image: url(../../../css/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: -2px 0;
}

#slides .next:hover, #slides .prev:hover {
	background-position: 0 0;
}

/*
	Pagination
*/

.pagination {
	margin:12px auto 0;
	text-align: center;
	width: 100%;
}

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

.pagination li a {
	display:inline;
	width:14px;
	height:14px;
	padding: 1px 4px 1px 4px;
	margin: 0 8px;
	background-image:url(../img/home_big_pic_bullet_1.jpg);
	background-position:0 0;
	background-repeat: no-repeat;
	overflow:hidden;
	font-size: 10px;
	color: transparent;
}

.pagination li.current a {
	background-image:url(../img/home_big_pic_bullet_2.jpg);
}

/*
	Caption
*/

.caption p.btitle {
	z-index:500;
	position:absolute;
	top:30px;
	right:0;
	padding:5px 20px 5px 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:auto;
	font-size:30px;
	line-height:1.33;
	color:#fff;
	border:0;
	text-shadow:none;
	font-family: "FixmanFont", helvetica, times;
}

.caption p.binfo {
	z-index:500;
	position:absolute;
	/*top:270px;*/
	bottom: 0;
	right:0;
	padding:10px 20px 10px 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:100%;
	font-size:14px;
	line-height:1.33;
	color:#fff;
	border:0;
	text-shadow:none;
	font-family: helvetica, times;
	text-align: center;
}
