/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page style
*/



#container {
	width:1100px;
	
	background:transparent;
	position:relative;
	z-index:0;
}

#example {
	width:519px;
	height:210px;
	position:relative;
}


#frame {
	position:absolute;
	z-index:0;
	width:607px;
	height:281px;
	
}

/*
	Slideshow
*/

.slide {
	position:absolute;
	
	z-index:100;
}


.slides_container {
	width:1100px;
	height:300px;
	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:1100px;
	height:300px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:85px;
	left:14px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:565px;
}

/*
	Pagination
*/

.pagination {
	top:-40px; left:500px; /* Its position is relative to the #slider */
	width:1000px;
	background:none;
	padding-left:20px;
	position:relative;
	z-index:5;
	cursor:pointer;
}

.pagination li {
	float:left;
	margin:0;
	list-style:none;
}

.pagination li a {
	width:16px; height:0; 
    background:transparent url(../img/pagination.png) no-repeat -16px 0;
    float:left; overflow:hidden; vertical-align:middle; cursor:pointer;
    margin-right:2px;/* distance between each bullet*/
    position:relative;/*IE6 hack*/
	display:block;
	padding-top:16px;
	
}

.pagination li.current a {
	background-position:0px 0;
}

/*
	Footer
*/

