﻿
img { 
   margin:0; 
   padding:0; 
   border:0; 
}

#slideshowOuter {
	margin: 20px 0 0 0;
	width: 545px;
	height: 220px;
}


#slideshowContainer {
	margin: 20px 0 0 0;
	width: 545px;
	height: 176px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 0;
}

/* Slideshow */

#slides {
	position:absolute;
	top:0px;
	left:0px;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 545px;
	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:545px;
	height:176px;
	display:block;
	

}

/*
	Pagination
*/

.pagination {
   margin:15px auto 0;
   width:545px;
   padding-left:20px; 
   border:0;
   clear:both 

}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	background: none;
	padding:0px
}

.pagination li a {

	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url('../members/images/slider/pagination.gif');
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;

}

/*
	Caption
*/

.caption {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.33;
	color: #FFFFFF;
	z-index: 500;
	position: absolute;
	bottom: -35px;
	left: 0;
	height: 30px;
	padding: 5px 20px 0 20px;
	background: #9F071D;
	background: rgba(159,7,29,.85);
	width: 600px;
	border-top: 1px #FFFFFF solid;
	text-shadow: none;
}





