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


#content ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
li.button_grey a
{
	line-height: 18px;
	display: block;
	background-image: url("/img/buttons/grey_bg.gif");
	padding: 0;
	padding-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

li.button_grey
{
	
	background-image: url("/img/buttons/grey_bg.gif");
	background-position: top right;
	display: block;
	float: left;
	margin-right:8px;
	lie-height: 18px;
	margin-bottom: 4px;
}

li.button_red a
{
	line-height: 18px;
	display: block;
	background-image: url("/img/buttons/red_bg.gif");
	background-position: top left;
	padding: 0;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

li.button_red
{
	
	background-image: url("/img/buttons/red_bg.gif");
	background-position: top right;
	padding: 0;
	padding-right: 10px;
	display: block;
	float:left;
	margin-right:8px;
	margin-bottom: 4px;
}
div.places_list
{
	width: 370px;
	float: left;
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin-right: 20px;
	margin-top: 15px;
}

div.place_mini
{
	float: left;
	margin-right: 8px;
}

div.place_name
{
	font-weight: bold;
	margin-bottom: 3px;
}

div.last
{
	margin-right: 0;
}
div#start
{
	width: 109px;
	height: 28px;
	background-image: url('/img/buttons/start.gif');
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 16px;
}

#lead
{
	margin-top: 10px;
	width: 260px;	
}

#mainplace
{
	background: #1e1e1e;
}

#mini_pictures
{
	background: #000000;
}
#mini_pictures a
{
	padding: 3px;
}

#mini_pictures a.active
{
	color: #ff0000;
}

#move_prev
{
	position: absolute;
	width:50%;
	height: 100%;
	min-height:100%;
	float: left;
	cursor: pointer;
	display: none;
}

#move_prev:hover
{
	background-image: url('/img/arr_prev.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#move_next
{
	position: absolute;
	left:50%;
	width:50%;
	height: 100%;
	min-height:100%;
	float: left;
	cursor: pointer;
	display: none;
}

#move_next:hover
{
	background-image: url('/img/arr_next.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#show_picture
	{
		position: relative;
	}
