/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

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

.slidesContainer {
	width:1100px;
	overflow:visible;
	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
*/

.slidesContainer a {
	width:1100px;
	height:381px;
	display:block;
}

.slidesContainer a img {
	display:block;
}

/*
	Pagination
*/

.pagination {
	width:126px;
	height:13px;
	position:absolute;
	left:435px; bottom:-31px;
}

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

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	border:none;
	background-color: #fff0;
	top:20px;
}

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

.bx1{
	width:1100px;
	height:381px;
	float:left;
}