#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#slider, #slider li {
	width: 800px;
	height: 450px;
	overflow: hidden; 
}
	
span#prevBtn {
	background-image: url(../images/slider_button_left.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 60px;
	top: 390px;
	text-indent: -9999px;
}

span#nextBtn {
	background-image: url(../images/slider_button_right.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 60px;
	top: 390px;
	text-indent: -9999px;
}

span#prevBtn:hover, span#nextBtn:hover {
	background-position: 0 -30px;
	cursor: pointer;
}

span#prevBtn a, span#nextBtn a {
	display: block !important;
	width: 30px;
	height: 30px;
}

#slider_frame {
	background-image: url(../images/slider_images/slider_image_border.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 450px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#slider_text_box {
	background-image: url(../images/slider_text_box.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 65px;
	position: absolute;
	left: 75px;
	bottom: 10px;
}

#slider_text_box_soda {
	background-image: url(../images/slider_text_box_soda.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 65px;
	position: absolute;
	left: 75px;
	bottom: 10px;
}

#slider_text {
	background-image: url(../images/slider_text.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 65px;
	position: absolute;
	left: 75px;
	bottom: 10px;
}

#slider_text_ss {
	background-image: url(../images/slider_text_ss.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 65px;
	position: absolute;
	left: 75px;
	bottom: 10px;
}

#slider_text_gs {
	background-image: url(../images/slider_text_gs.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 65px;
	position: absolute;
	left: 75px;
	bottom: 10px;
}

#slider_text_view {
	background-image: url(../images/slider_text_view.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 65px;
	position: absolute;
	left: 75px;
	bottom: 10px;
}

#slider_text_todo {
	background-image: url(../images/slider_text_todo.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 65px;
	position: absolute;
	left: 75px;
	bottom: 10px;
}

#slider_text_dining {
	background-image: url(../images/slider_text_dining.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 65px;
	position: absolute;
	left: 75px;
	bottom: 10px;
}
