

#slides {
	position:relative;
	top:0px;
	left:0px;
	z-index:100;
	margin-left:50px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:750px;
	height:192px;
	overflow:hidden;
	position:relative;
	display:none;

}

.banner{ position:relative; float:left; width:850px; height:192px; background:url(../images/banner.png) repeat-x ;}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding-top:8px;
	width:850px;
	height:192px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:75px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}


#slides .next {
	left:765px;
}



/*
	Pagination
*/

.pagination {
	width:100px;	
	margin-top:-30px;
	float:left;
	position:relative;
	z-index:200;
	padding-left:350px;
	
}

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

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	
}

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

#textSlide  {width:750px; vertical-align:top;}
#textSlide  p {font-family: "Tahoma",  Arial, Helvetica, sans-serif; width:430px; font-size:13px; line-height:22px;  color:#3d3d3d; font-weight:700;}
#textSlide  span{ font-weight:700; font-style:italic;vertical-align:top; font-size:14px; color:#fff;}
#textSlide img { padding-top:1px; width:300px;}


