#sliderContainer
{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:550px;
	/*background:#000;*/
	margin:0px;
	padding: 0px;
	border:0px solid red;
}

#sliderContent
{
	position:relative;
	border:0px solid green;
}


/* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}
/* // image replacement */
			
/* Easy Slider */

#slider{
	height: auto !important;
	border: 0px solid red;
	width: 550px;
	margin:0;
	padding:0;
}	
#slider ul {
	margin:0;
	padding:0;
	list-style:none;
	width: 550px;
	display: block;
	height: 240px;
	border: 0px solid red;
	overflow: hidden;
	}
#slider ul li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	float: left;
	margin:0;
	padding:0;
	width:550px;
	height:auto;
	overflow:hidden;
	display:inline;
	}	
#prevBtn, #nextBtn {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-17px;
	top:71px;
	}
/*
#nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	top: 0px;
	left: 0px;
	}
		*/
#nextBtn{
	left:557px;
}												
#prevBtn a, #nextBtn a{  
	/*display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	*/
	display:block;
	width:15px;
	height:77px;
	background:url(images/leftImage.gif) no-repeat 0 0;
	}	
#nextBtn a{ 
	/*background:url(images/btn_next.gif) no-repeat 0 0;	*/
	background:url(images/rightImage.gif) no-repeat 0 0;
	}												

/* // Easy Slider */
