.fullSlide {
	width: 430px;
	min-height: 480px;
	position: relative;
}
.fullSlide .bd {
	width: 420px;
	padding: 5px;
	position: relative;
	z-index: 0;
	border: thin dashed #72BBE6;
	border-radius: 10px;
	background-color: #FFF;
}
.fullSlide .bd ul {
	width: 420px;!important;
	margin-top: 0px;
}
.fullSlide .bd li {
	width: 420px;!important;
	height: 279px;
	text-align: center;
	overflow: hidden;
}
.fullSlide .bd li a {
	height: 279px;
	display: block;
}
.fullSlide .hd {
	width: 430px;
	min-height: 340px;
	position: absolute;
	top: 20px;
	top: 300px;
	left: 0px;
	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: 122px;
	display: block;
	margin-right: 20px;
	margin-bottom: 5px;
	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(3) img,
.fullSlide .hd ul li:nth-child(6) img {
	margin-right: 0px;
}
.fullSlide .hd ul .on img {
	border: thin dashed #72BBE6;
	background-color: #72BBE6;
	filter: alpha(opacity=50);
	opacity: 1;
}
