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

/* Easy Slider */

	#be-contentslider ul, #be-contentslider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#be-contentslider div {
		 width:670px;
		 height:315px;
	}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}
	#nextBtn, #slider1next{
		left:696px;
		}
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;
		}
	#nextBtn a, #slider1next a{
		background:url(images/btn_next.gif) no-repeat 0 0;
		}

	/* numeric controls */

	ol#be-csc{
		margin:-40px 0 1em 1em;
		padding:0;
		height:28px;
		}
	ol#be-csc li{
		margin:0 10px 0 0;
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		font-size:1.4em;
		font-weight:bold;
		}
	ol#be-csc li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#5e6a86;
		color:#fff;
		padding:0 10px;
		text-decoration:none;
		}
	ol#be-csc li.current a{
		background:#fff;
		color:#343468;
		}
	ol#be-csc li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */