<style type="text/css" media="screen">
		/*
			Load CSS before JavaScript
		*/
		
		/*
			slidesIMG container
			Important:
			Set the width of your slidesIMG container
			Set to display none, prevents content flash
		*/

		#slidesIMG .prev {
			display: block;

			margin: 0px;
			position: relative;

			top: -29px;
			margin: 0px;
			padding: 0px;

		} 

		#slidesIMG {
			width:846px;
			height: 360px;
			padding: 0px;
			margin: 0px;

		}
		
		.slidesIMG_container {
			width:846px;
			height: 360px;
			padding: 0px;
			margin: 0px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slidesIMG
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slidesIMG_container div {
			width:846px;
			height:360px;
			padding: 0px;
			margin: 0px;
			display:block;
			
		}
		
		.pagination li {
			
			display: none;
			float: left;
			padding: 0px;
			margin: 0px;
		
		}

		.pagination ul {
			
			display: block;
			float: left;
			padding: 0px;
			margin: 0px 10px;
		
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			display: block;
			
			top: -29px;
			right: 0px;
			float: right;
			padding: 0px 7px;
			margin: 0px;
			position: relative;
			z-index: 2000;
			background-color: #000;

		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			#color:red;
			background-color: #333333;
			text-decoration: none;

		}

		.pagination a {
			padding: 4px 3px 3px 2px;

			width: 15px;
			display: block;
			font-weight: bolder;
			color: white;
			height: 22px;
			font-size: 15px;

			text-align: center;
			

			text-decoration: none;

		}


	</style>