/* CSS Document */

.main {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding-left:5px;
	color: #333333;
}
.main01 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	padding-left:5px;
	color: #920000;
}

.title {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	padding-left:5px;
	color: #B10101;
}
.title_01 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	padding-left:5px;
	color: #B10101;
}.STYLE3 {
	color: #681707;
	font-weight: bold;
}

.container, .container *{margin:0; padding:0;}
.container{width:300px; height:350px; overflow:hidden;position:relative;}

.slider{
	position:absolute;
	height: 200px;
	left: 1px;
	top: -1px;
}
.slider li{ list-style:none;display:inline;}
.slider img{ width:300px; height:350px; display:block;}


.num{ position:absolute; right:10px; bottom:5px;}
.num li{
	float: left;
	color: #920000;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 2px 1px;
	border: 1px solid #920000;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 13px;
	margin: 0 1px;
	border: 0;
	background-color: #920000;
	font-weight: bold;
}

