@charset "UTF-8";
/* CSS Document */

/* Global Reset */




#slider {
	width: 100%;
	overflow: hidden;
	height: 340px;
}
.slider {
	height: 340px;
	width: 100%;
}
.slider_content {
	width: 620px;
	
	height: 340px;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
}
#restaurant_slide {
	background: #FFF repeat-x 50% 0;

        width: 100%;
        height: 340px;
}
#restaurant_slide .slider_content {
	background: transparent url('../images/wine-dispensing-for-restaurant_slide.jpg') no-repeat top left;
}


#promo_slide {
	background: #FFF repeat-x 50% 0;

        width: 100%;
        height: 340px;
}
#promo_slide .slider_content {
	background: transparent url('../images/60-day-promotion-slide.jpg') no-repeat top left;
}

#hotel_slide {
	background: #FFF repeat-x 50% 0;

        width: 100%;
        height: 340px;
}
#hotel_slide .slider_content {
	background: transparent url('../images/wine-dispensing-for-hotel_slide.jpg') no-repeat top left;
}

#retail_slide {
	background: #FFF repeat-x 50% 0;
	
        width: 100%;
        height: 340px;
}
#retail_slide .slider_content {
	background: transparent url('../images/wine-dispensing-for-retail_slide.jpg') no-repeat top left;
}

#winebar_slide {
	background: #FFF repeat-x 50% 0;
	
        width: 100%;
        height: 340px;
}
#winebar_slide .slider_content {
	background: transparent url('../images/wine-dispensing-for-winebar_slide.jpg') no-repeat top left;
}

#fiftyfour_slide {
	background: #FFF repeat-x 50% 0;
	
        width: 100%;
        height: 340px;
}

#fiftyfour_slide .slider_content {
	background: transparent url('../images/wine-dispensing-for-fiftyfour_slide.jpg') no-repeat top left;
}

#denverairport_slide {
	background: #FFF repeat-x 50% 0;
	
        width: 100%;
        height: 340px;
}
#denverairport_slide .slider_content {
	background: transparent url('../images/wine-dispensing-for-denverairport_slide.jpg') no-repeat top left;
}

#grandhyatt_slide {
	background: #FFF repeat-x 50% 0;
	
        width: 100%;
        height: 340px;
}
#grandhyatt_slide .slider_content {
	background: transparent url('../images/wine-dispensing-for-grandhyatt_slide.jpg') no-repeat top left;
}

#newark_slide {
	background: #FFF repeat-x 50% 0;
	
        width: 100%;
        height: 340px;
}
#newark_slide .slider_content {
	background: transparent url('../images/wine-dispensing-for-newark_slide.jpg') no-repeat top left;
}

#slider_controls {
	width: 640px;

	position: relative;
	margin: 0 auto;
	height: 1px;
}
#slider_controls ul {
	background: transparent url('../images/newnav.png') no-repeat bottom center;
	display:block;
	height:32px;
	position:absolute;
	right:-37px;
	text-indent:-9999px;
	top:-60px;
	width:164px;
	z-index:9998;
	list-style-type: none;
}
#slider_controls li {
	float: left;
	
	width: 82px;
	height: 32px;
}
#slider_controls li a {
	display: block;
	
	height: 32px;
}

