/* $Id: tour_main.css 23 2007-11-28 12:41:25Z jure.merhar $ */
.tour_main ul.buttons {
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
}

.tour_main ul.buttons li {
	margin: 0;
	padding: 0;
	background: url(/dsg/tour_button_left.gif) no-repeat center left;
}

.tour_main ul.buttons li.prev {
	float: left;
}

.tour_main ul.buttons li.next {
	float: right;
}

.tour_main ul.buttons li a {
	float: left;
	background: url(/dsg/tour_button_right.gif) no-repeat center right;
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}

.tour_main ul.buttons li a strong {
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
}

.tour_main ul.buttons li.prev a strong {
	padding-left: 20px;
	background: url(/dsg/tour_arrow_left.gif) no-repeat center left;
}

.tour_main ul.buttons li.next a strong {
	padding-right: 20px;
	background: url(/dsg/tour_arrow_right.gif) no-repeat center right;
}
