/* CSS Document */


#feature_wrap {
	display: block;
	height: 356px;
	width: 624px;
	position: relative;
	background-image: url('../webimages/slider_bg.png');
	background-color:none;
	background-repeat: no-repeat;
	margin-left:3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0; background-position-y:50%
	}

a#previous, a#previousa, a#next, a#nexta {
	cursor: pointer;
	display: block;
	width: 170px;
	height: 56px;
	text-indent: -9999px;
	border: none;
	overflow: hidden;
	left: 7px;
	}

a#previous, a#previousa, a#previous:visited, a#previousa:visited {
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #000;
	background-image: url('http://www.justlunch.nl/templates/default/images/vorige.jpg');
	background-repeat: no-repeat;
	background-position: left top
	}	

a#next, a#nexta, a#next:visited, a#nexta:visited {
	float: left;
	margin-right: 0;
	margin-bottom: 0;

	background-color: none;
	background-image: url('http://www.justlunch.nl/templates/default/images/volgende.jpg');
	background-repeat: no-repeat;
	background-position: left top
	}

.slider_images {
	overflow: hidden; 
	float: left;
	width: 519px;
}

#slider_wrap {
	background: none;
	width: 624px;	
	display: block;
	z-index: -1200;
	height: 356px;
	overflow: hidden;
	margin:0;
	padding:0;
	}

#slider_wrap div div { 
	overflow: hidden;
	height: 356px;
	z-index: -1200; 
	padding:0;
	}



#slider_wrap div div a{
	border: none;
	}
	
	ul#feature_buttons li{
	display:none;
	}
	

a#previous:hover, a#next:hover{
	background-position: top right;
	border:	none;
	}