/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	#content{
		position:relative;
		margin:20px 0 15px 5px;
		}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:700px;
		height:320px;
		overflow:hidden;
		margin:0;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:57px;
		height:70px;
		position:absolute;
		left:-54px;
		top:130px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:700px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:57px;
		height:70px;
		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#controls{
		float: right;
		height: 15px;
		margin: 10px 0 10px 10px;
		padding: 0;
		text-align: center;
		width: 50%;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:10px;
		line-height:28px;
		border:1px solid #6C882C;
		background:#9EBB55;
		color:#fff;
		padding:0 5px;
		border-radius:100%;
		text-indent:-9000px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#6C882C;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

.logo_Box {
    float:left;
    padding:0;
    width:161px;
    height:93px;
	background:#fff;
    border-radius:5px;
    margin:10px 0 0 10px;
	border:1px solid #CCC;
    box-shadow:0 8px 8px -11px #000;
}

.logo_Box img {
    border-radius:5px;
    float:left;
    height:40px;
    margin:10px 10px 15px;
    padding:0;
    width:141px;
}

.store_name {
    margin:0;
	width:93.8%;
	float:left;
    padding:5px;
	color:#383838;
    text-align:center;
	background:#f4efec;
	text-decoration:none;
	border-radius:0 0 5px 5px;
    font:13px/18px Trebuchet MS,Arial,Helvetica,Sans-Serif;
}

.store_name:hover {
	color:#92BB05;
}