/* Easy Slider */

	#slider {
		width:320px;
		height:460px;
		margin:0;
		padding:0;
		overflow:hidden;
		}

	#slider ul, #slider li  {
		width:320px;
		height:460px;
		margin:0;
		padding:0;
		list-style:none;
		}

	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:320px;
		height:460px;
		overflow:hidden; 
		}	
		
	#slider2 {
		width:970px;
		height:703px;
		margin:0 0 0 12px;
		padding:0;
		overflow:hidden;
		}

	#slider2 ul, #slider2 li  {
		width:970px;
		height:703px;
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2 li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:970px;
		height:703px;
		overflow:hidden; 
		}
		
	#slider3 {
		width:320px;
		height:730px;
		margin:5px 0 0 80px;
		padding:0;
		overflow:hidden;
		}

	#slider3 ul, #slider3 li  {
		width:320px;
		height:730px;
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider3 li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:320px;
		height:730px;
		overflow:hidden; 
		}

	#slider4 {
		width:320px;
		height:400px;
		margin:5px 0 0 0;
		padding:0;
		overflow:hidden;
		}

	#slider4 ul, #slider4 li  {
		width:320px;
		height:400px;
		margin:0;
		padding:0;
		list-style:none;
		}

	#slider4 li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:320px;
		height:400px;
		overflow:hidden; 
		}
		
	#slider4 li img { 
	
		margin: 0 0 0 12px;

		}
		
	.slider5 {
		width:964px;
		height:56px;
		margin: 0 0 0 18px;
		padding:0;
		overflow:hidden;
		}

	.slider5 ul, .slider5 li  {
		width:964px;
		height:56px;
		margin:0;
		padding:0;
		list-style:none;
		}

	.slider5 li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:964px;
		height:56px;
		overflow:hidden; 
		}
		
	.slider5 li img { 
	
		margin: 0 0 0 12px;

		}
	

	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:48px;
		height:48px;
		position:absolute;
		left:20px;
		top:200px;
		z-index:1000;
		text-indent: -9999px;
		}	
	#nextBtn, #slider1next{ 
		left:420px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:48px;
		height:48px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls, ol#controls2{
		margin:1em 0 0 2em;
		padding:0;
		height:28px;	
		clear: both;
		}
	ol#controls li, ol#controls2 li{
		margin:0 7px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a, ol#controls2 li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #07274a;
		background:#DAF3F8;
		color:#07274a;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#07274a;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
