		/*
			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:100%;
			height:460px;
			margin:0 auto;
			display:none;
			position: relative;
		}

		/*
			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:2000px;
			height:460px;
			margin:0 auto;
			text-align: center;
			display:block;
		}
		#slides .slides_container div a{
			width:100%;
			height:460px;
			display:block;
		}
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides_two .slides_container {
			width:305px;
			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:315px;
			height:81px;
			display:block;
		}
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides_three .slides_container {
			width:305px;
			display:none;
			position: relative;
		}

		/*
			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_three .slides_container div {
			width:305px;
			height:230px;
			display:block;
		}
		
		
		
		#slides_main .slides_container {
			width:100%;
			height:460px;
			margin:0 auto;
			display:block;
			z-index:4;
		}

		/*
			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_main .slides_container div {
			width:2000px;
			height:460px;
			margin:0 auto;
			text-align: center;
			display:block;
			z-index:4;
		}
		#slides_main .slides_container div a{
			width:100%;
			height:460px;
			display:block;
			z-index:4;
		}
		
		
		/* 
			Example only
		*/		

.pagination {margin:0px auto 0;width:90px;position:absolute;right:0; top:0;z-index: 100;}
.pagination li {float:right;margin:0 1px;list-style:none;}
.pagination li a {display:block;width:12px;height:0;padding-top:12px;background-image:url('/jagiya/images/common/pagination.png');background-position:0 0;float:left;overflow:hidden;}
.pagination li.current a {background-position:0 -12px;}

