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

	#container{
	position:relative;
	text-align:left;
	margin-bottom:0em;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 390px;
	
	}	
	
	#content{
	position:relative;
	margin-right: auto;
	margin-left: auto;
		}			

/* Easy Slider */

	#slider{}
	
	.slideUL{
	margin:0;
	padding:0;
	list-style:none;
	line-height: normal;
	}
		
	.slideLI{
		margin:0;
		padding:0;
		list-style:none;
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:390px;
		overflow:hidden;
		}
		
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:160px;
		}	
	#nextBtn{ 
		left:400px;
		}														
	#prevBtn a, #nextBtn a{
	display:block;
	width:30px;
	height:77px;
	background-image: url(../images/carouselArrows_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
	#nextBtn a{
	background-image: url(../images/carouselArrows_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}												

/* // Easy Slider */

