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

/* Easy Slider */

	#slider ul, #slider li,
	#ref-slider ul, #ref-slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
       #ref-slider {
           left:132px;
            position:absolute;
            top:4px;
       }
	#slider li, #ref-slider li{
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:726px;
		height:297px;
		overflow:hidden; 
		}

                #nextBtn {
                    margin-left: 25px;
                }
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:29px;
		height:64px;
		position:absolute;
		left:-45px;
		top:116px;
		z-index:1000;
		}
        #prevBtnRef, #nextBtnRef
	{
		display:block;
		width:29px;
		height:64px;
		position:absolute;
		left:48px;
		top:116px;
		z-index:1000;
		}
	#nextBtn, #slider1next{
		left:726px;
		}
                #nextBtnRef {
                    left: 910px;
                }
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a, #prevBtnRef a, #nextBtnRef a {
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../img/arrow_left.png) no-repeat 0 0;
		}	
	#nextBtn a, #slider1next a, #nextBtnRef a {
		background:url(../img/arrow_right.png) no-repeat 0 0;
		}	

	#prevBtn a:focus, #nextBtn a:focus, #prevBtnRef a:focus, #nextBtnRef a:focus{outline:none;}
	
/* // Easy Slider */