.fullSlide {
	width: 690px;
	min-height: 340px;
	padding-top: 20px;
	position: relative;
}
.fullSlide .bd {
	width: 490px;
	padding: 5px;
	position: relative;
	z-index: 0;
	border: thin dashed #72BBE6;
	border-radius: 10px;
	background-color: #FFF;
}
.fullSlide .bd ul {
	width: 490px;!important;
	margin-top: 0px;
}
.fullSlide .bd li {
	width: 490px;!important;
	height: 325px;
	text-align: center;
	overflow: hidden;
}
.fullSlide .bd li a {
	height: 325px;
	display: block;
}
.fullSlide .hd {
	width: 180px;
	min-height: 340px;
	position: absolute;
	top: 20px;
	bottom: 0px;
	left: 520px;
	z-index: 1;
	overflow: hidden;
}
.fullSlide .hd ul {
	float: left;
}
.fullSlide .hd ul li {
	display: inline;
	float: left;
	cursor: pointer;
}
.fullSlide .hd ul li img {
	width: 70px;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 3px;
	border: thin dashed #72BBE6;
	border-radius: 10px;
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.fullSlide .hd ul li:nth-child(2) img,
.fullSlide .hd ul li:nth-child(4) img {
	margin-right: 0px;
}
.fullSlide .hd ul .on img {
	border: thin dashed #72BBE6;
	background-color: #72BBE6;
	filter: alpha(opacity=50);
	opacity: 1;
}
