/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li {
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:286px;
		height: 280px;
		overflow:hidden;
		}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
		display:block;
		width:20px;
		height:20px;
		position:absolute;
		right: 50px;
		top:30px;
		z-index:1000;
		}
	#nextBtn, #slider1next{
		right: 20px;
		}
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
		display:block;
		position:relative;
		width:20px;
		height:20px;
		background:url(../images/btn/btn-next-back.png) no-repeat 0 0;
		text-indent:-99999px;
		}
	#nextBtn a, #slider1next a{
		background:url(../images/btn/btn-next-back.png) no-repeat -20px 0;
		}
	#slider1prev a:hover {background:url(../images/btn/btn-next-back.png) no-repeat 0 -20px;}
	#slider1next a:hover {background:url(../images/btn/btn-next-back.png) no-repeat -20px -20px;}

	/* numeric controls */

	ol#controls{
		width: 175px;
		height:10px;
		margin: auto;
		padding:0;
		}
	ol#controls li{
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		}
	ol#controls li a{
		float:left;
		width: 17px;
		height: 10px;
		background: url('../images/btn/bullet2.png') no-repeat 0 0;
		text-indent:-999999px;
		}
	ol#controls li.current a{
		width: 17px;
		height: 10px;
		background: url('../images/btn/bullet2.png') no-repeat -17px 0;
		}

	ol#controls-2{
		width: 175px;
		height:10px;
		margin: auto;
		padding:25px 0 0 0;
		}
	ol#controls-2 li{
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		}
	ol#controls-2 li a{
		float:left;
		width: 17px;
		height: 10px;
		background: url('../images/btn/bullet2.png') no-repeat 0 0;
		text-indent:-999999px;
		}
	ol#controls-2 li.current a{
		width: 17px;
		height: 10px;
		background: url('../images/btn/bullet2.png') no-repeat -17px 0;
		}

	ol#controls-3{
		width: 175px;
		height:10px;
		margin: auto;
		padding:0;
		}
	ol#controls-3 li{
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		}
	ol#controls-3 li a{
		float:left;
		width: 17px;
		height: 10px;
		background: url('../images/btn/bullet2.png') no-repeat 0 0;
		text-indent:-999999px;
		}
	ol#controls-3 li.current a{
		width: 17px;
		height: 10px;
		background: url('../images/btn/bullet2.png') no-repeat -17px 0;
		}

	ol#controls li a:focus, ol#controls-2 li a:focus, ol#controls-3 li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */