/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:288px;
			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 {
			width:280px;
			height:290px;
			display:block;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.next{
		position:relative;
		left:242px;
		top: 0px;
		z-index: 30;
		}
		.prev{
		position:relative;
		left:0px;
		top: 0px;
		}
		.pagination {
			position: relative;
			top:-15px;
			left: 94px;
			list-style:none;
			margin:0;
			padding:0;
		}
		.pagination li a {
			display:block;
			width:8px;
			margin-left: 5px;
			height:0;
			padding-top:12px;
			background-image:url(../images/pagination.png);
			background-position:0 0;
			float:left;
			overflow:hidden;
		}
		
		.pagination li.current a {
			background-position:0 -12px;
		}
		.pagination li {
			display:inline;
			background: none !important;
		}
 
		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}
		.imageFoot{
		font: normal 12px Tahoma;
		color:#000000;
		position:absolute;
		height:30px !important;
		bottom:0px;
		background-color:#e7e7e7;
		/* for IE */
		filter:alpha(opacity=60);
		/* CSS3 standard */
		opacity:0.6;
		padding:5px;
		}
		.mainleft p a, .mainright p a {
padding-left:45px;}
.mainleft p, .mainright p {
padding-top:0;
padding-bottom:10px;}
