/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides .slides_container {
			width:512px;
			height:190px;
			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 .slides_container div {
			width:512px;
			height:190px;
			display:block;
		}
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides_two .slides_container {
			width:512px;
			height:190px;
			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_two .slides_container div {
			width:512px;
			height:190px;
			display:block;
		}
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides_three .slides_container {
			width:512px;
			height:190px;
			display:none;
		}

		#slides_three .slides_container div {
			width:512px;
			height:190px;
			display:block;
		}
		
		/* 
			///
		*/
		#slides_four .slides_container {
			width:512px;
			height:190px;
			display:none;
		}

		#slides_four .slides_container div {
			width:512px;
			height:190px;
			display:block;
		}
		
		/* 
			///
		*/
		#slides_five .slides_container {
			width:512px;
			height:190px;
			display:none;
		}

		#slides_five .slides_container div {
			width:512px;
			height:190px;
			display:block;
		}
		
		/* 
			///
		*/
		#slides_six .slides_container {
			width:512px;
			height:190px;
			display:none;
		}

		#slides_six .slides_container div {
			width:512px;
			height:190px;
			display:block;
		}
		
		/* 
			///
		*/
		#slides_seven .slides_container {
			width:512px;
			height:190px;
			display:none;
		}

		#slides_seven .slides_container div {
			width:512px;
			height:190px;
			display:block;
		}
		#index_slides .slides_container {
			width:960px;
			height:480px;
			display:none;
		}

		#index_slides .slides_container div {
			width:960px;
			height:480px;
			display:block;
		}
		
		/* 
			///
		*/
		.pagination .current a {
			color:red;
		}
		hr {
			background:#efefef;
		}