﻿#GuideItemMapOrImage
{
	width: 520px;
	background-image: url('../Image/GuideItemMapOrImage_1.jpg');
	text-align: left;
	overflow: hidden;
	background-repeat: no-repeat;
}

#GuideItemTitle
{
	padding-left: 30px;
	font-size: 14px;
	line-height: 26px;
}

#GuideItemTitle a,#GuideItemTitle a:visited,#GuideItemTitle a:link
{
	color: #000000;
	text-decoration: none;
}

#GuideItemTitle a:hover
{
	color: #000000;
	text-decoration: underline;
}

#ImagesContent, #ImagesContent img
{
	width:520px; 
	height:400px;
}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	list-style:none;
	color: #fff;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	margin: 1px;
	border: 1px solid #707070;
	background-color: #060a0b;
}
.num li.on{
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	border: 0;
	background-color: #ce0609;
	font-weight: bold;
}
