center{
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#container {
	width:981px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
        margin:0 auto;
	width:981px;
        height:444px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:981px;
	height:444px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

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

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

.slides_container {
	width:981px;
	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 a {
	width:981px;
	height:444px;
	display:block;
}

.slides_container a img {
	display:block;
}


/*
	Pagination
*/

.pagination {

        position: relative;
	width:941px;
        height:50px;
        bottom:66px;
        z-index: 200;
        float:left;
}       
.pagination:hover {
        background: #fff;
        opacity:0.8;
        filter:alpha(opacity=80);
}
.pagination li {
	left:42.5%;
        position:relative;
	margin:20px auto;
	list-style:none;
}

.pagination li a {
	display:block;
        margin: 0px 10px;
	width:15px;
	height:0;
	padding-top:14px;
	background-image:url(../img/pagination2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
        z-index: 201;
}

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

