/* Easy Slider */
	#slider{
	float:right;
	margin-right:24px;
	background-repeat:no-repeat;
	width:520px;
	
	/*height:535px;
	*/
	height:100%;
	overflow:hidden;
	}
	#slider ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #1A1A1A;
	width:520px;
	height:100%;
	}

	#slider ul, #slider li{
		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:520px;
		height:100%;
		overflow:hidden; 
		}	
	/* image replacement */
	.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
    /* // image replacement */
	/* numeric controls */	

	ol#controls{
		margin:1em auto;
		position:absolute;
		top:0px;
		left:280px;
		width:300px;
		padding:0;
		height:16px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:16px;
		line-height:16px;
		}
	ol#controls li a{
		float:left;
		height:16px;
		line-height:16px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#DAF3F8;
		padding:0 4px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#5DC9E1;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */