/*
	slides.css
*/


#scontainer {
	float:left; 
	height:146px; 
	width:462px; 
	margin-left:10px; 
	padding:1px; 
	border: thin solid #CCCCCC;
	position:relative;
	z-index:0;
}

#s2container {
	float: left; 
	width: 418px;
	height: 220px;
	margin-bottom: 30px; 
	margin-left:10px;
	z-index: 100;
	
}


#slides_two .slides_container {
	width:418px;
	height: 220px;
	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_two .slides_container div {
	width:418px;
	height: 220px;
	display:block;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:101;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:460px;
	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 div.slide {
	width:460px;
	height:145px;
	display:block;
}


/*
	Pagination
*/

.pagination {
	position:relative;
	top:-175px;
	left:264px;
	height:43px;
	display:block;
	z-index:101;
	width:160px;
	text-align:right;
	outline:0;
	}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	outline:0;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	outline:0;
}

.pagination li.current a {
	background-position:0 -12px;
	outline:0;
}

/*
	Caption
*/

.caption {
	
	font-family: Verdana, Geneva, sans-serif; 
	color: #395968;
	z-index:500;
	position:absolute;
	bottom:24px;
	left:0;
	margin-top: 2px;
	height:16px;
	width:462px;
	border-top:1px solid #CCCCCC ;
}
