@charset "utf-8";
/* CSS Document */

#slides{ width:900px; height:auto; margin:auto 0; padding:30px 15px 30px 45px; background:url(../img/financial_bg.jpg) left bottom repeat-x; z-index:0; position:relative;}
		.slides_container {width:884px; display:none; padding-top:25px;}

		/*
			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:884px; height:280px;; display:block;}
		
		/*
			Set the size of your carousel items
		*/
		.item { float:left; width:215px; height:210px; margin:0 3px;}
		
		.item a:hover{ filter:alpa(opacity=80); -moz-opacity:0.7; opacity:0.7; }
		/*
			Optional:
			Reset list default style
		*/
		.pagination { width:280px; padding-left:150px; margin:0 auto;}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		
		.pagination a{ width:8px; height:8px; background:url(../img/page_off.jpg) left top no-repeat; font-size:0;  float:left; margin: 0; display:block;  padding:0;}
		.pagination a:hover{width:8px; height:8px; background:url(../img/page_on.jpg) left top no-repeat; font-size:0; float:left; }
		.pagination .current a { width:8px; height:8px; background:url(../img/page_on.jpg) left top no-repeat; font-size:0; float:left; }
		.pagination ul{}
		.pagination li {width:8px; height:8px;  float:left; background:none; }