/* 
	Resets defualt browser settings
	reset.css
*/



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



/*
	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
*/



/*
	Next/prev buttons
*/



/*
	Pagination
*/

.pagination {
    float: right;
    height: 12px;
    list-style: none outside none;
    margin: 6px 0 0;
    overflow: hidden;
}

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

.pagination li a {
    background-image: url("Slides/examples/images-with-captions/img/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    list-style: none outside none;
    overflow: hidden;
    text-indent: -9999px;
    width: 12px;
}

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

/*
	Caption
*/

