/*Change Images Css Start*/
.img_nav {
	position: relative;
	width: 576px;
	float: left;
	height: 222px;
	overflow:hidden;

}
.big_img a {
	position: absolute;
	top: 0px;
	left: 0px
}
.img_nav img {
	width: 585px;
	height: 215px;
	border:0px;
	overflow:hidden;
}

.num_nav {
	position: absolute;
	bottom: 0px;
	right: 2px;
}
.num_nav span {
	text-align: center;
	line-height: 31px;
	width: 191px;
	background: url(../image/nav_span2.jpg) repeat-x;
	float: left;
	height: 31px;
	color: #000;
	font-size: 12px;
	cursor: pointer;
	display:inline;font-weight:900;
}
.num_nav span.selected {
	background: url(../image/nav_span.jpg) repeat-x;color:#ce0203
}
/*Change Images Css End*/