@charset "utf-8";
/* CSS Document */

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#slides{
	width:999px;
	height:282px;
}
#slides .slides_container {
	width:999px;
	height:282px;
	display:none;
	z-index:0;
}

/*
	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 .slides_container div {
	width:999px;
	height:282px;
	display:block;
	z-index:0;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#slides_two .slides_container {
	width:999px;
	height:282px;
	display:none;
	z-index:0;
}

/*
	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_two .slides_container div {
	width:250px;
	height:250px;
	display:block;
	z-index:0;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#slides_three .slides_container {
	width:200px;
	display:none;
	z-index:0;
}

/*
	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_three .slides_container div {
	width:200px;
	height:100px;
	display:block;
}

/* 
	Example only
*/
ul.pagination{
	width:auto;
	height:auto;
	float:right;
	margin:0 0 0 0;
	padding:0;
	z-index:9;
	position:relative;
	top:-25px;
	right:5px;
}
/**:first-child+html ul.pagination{
	top:-40px;
	left:-5px;
}*/
ul.pagination li{
	width:auto;
	height:auto;
	float:left;
	margin:0px;
	padding:2px;
	list-style-type:none;
	
}
ul.pagination li a  {
	color:#ffffff;
	background:url(../images/circle-2.png) no-repeat;
	margin:3px;
	height:12px;
	width:12px;
	float:left;
}

ul.pagination li.current a  {
	color:#ffffff;
	background:url(../images/circle-1.png) no-repeat;
	margin:3px;
	height:12px;
	width:12px;
}
hr {
	background:#efefef;
}
p{ padding:0px; margin:0px;}

.prev,
.next{ display:none;}