
/*
	//////////////////////////////////////////
	// CSS Myotis - Création MicroSystem	//
	// Copyright 2011 - LOTITO Stéphane		//
	//////////////////////////////////////////
*/

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

/*
	Slideshow
*/

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

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

.slides_container {
	width:682px;
	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:570px;
	height:270px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Pagination
*/

.pagination {
	width: 300px;
	position: absolute;
	z-index: 2000;
	margin: 15px;
    padding: 0;
}

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

.pagination li a {
	width:21px;
	display: block;
	height:19px;
	color: white;
	font: bold 13px tahoma,sans-serif;
	background :url(../images/slide/pagination.png) top right no-repeat;
	overflow:hidden;
	display: block;
	padding: 8px 0 7px 13px;
	text-decoration : none;
	text-shadow : 1px 1px 1px #4f4f4f;
}

.pagination li.current a {
	background-position:top left;
	text-shadow : 1px 1px 1px #5e8307;
}