img{border:none;}
			
/* image replacement */
	.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
/* // image replacement */
			
#slider_container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:550px;
	background:#fff;		
	margin-bottom:2em;
	height:300px;
	}	
#slider_container2{	
	margin:0 auto;
	position:relative;
	text-align:center;
	width:180px;
	background:#fff;		
	margin-bottom:4px;
	}	
#slider_content{
	position:relative;
	}			

/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{padding: 0 0 5px;}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:550px;
	height:300px;
	overflow:hidden; 
	}	
 #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:180px;
	height:180px;
	overflow:hidden; 
	}	
	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:20px;
	position:absolute;
	left:495px;
	top:274px;
	z-index:1003;
}	

#nextBtn, #slider1next{ 
	left:520px;
	}		

#slider2prev{ 
	display:block;
	width:30px;
	height:20px;
	position:absolute;
	left:70px;
	top:174px;
	z-index:1003;
}	
#slider2next{ 
	display:block;
	width:30px;
	height:20px;
	position:absolute;
	left:90px;
	top:174px;
	z-index:1003;
}	
												
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a, #slider2next a, #slider2prev a{  
	display:block;
	position:relative;
	width:30px;
	height:20px;
/*	background:url(../images/btn_prev.gif) no-repeat 0 0;	
*/	background:url(../images/arrowLeft.png) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a, #slider2next a{ 
/*	background:url(../images/btn_next.gif) no-repeat 0 0;	
*/	background:url(../images/arrowRight.png) no-repeat 0 0;	
	}	
	
/* numeric controls */	

ol#controls{
	margin:8px 0 0 0;
	padding:0;
	height:4px;	
	}
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:4px;
	line-height:4px;
	}
ol#controls li a{
	float:left;
	height:4px;
	line-height:4px;
	border:1px solid #ccc;
	background:#94698B;
	color:#555;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#dacbd6;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/*.top {
	float:inherit;
	width:550px;
	height:76px;
	position: relative;
	margin:0;
	top:-80px;
	z-index:1001;
	background-color:#000;
	opacity:0.4;
}
*/
.top { 
	height:36px;
	position: relative;
	margin:0;
	top:-40px;
	z-index:999;
	background:transparent url(../images/transBw.png) repeat scroll 0 0;
	color:#FFFFFF;
}

.txt_content {
	opacity:1;
	color:#FFFFFF;
	padding:8px;
	font-size:0.8em;
} 
.tasty_text {
	margin:0
	padding:0;
	text-align:center;
	font-size:0.7em;
}
