.fullSlide{
	width: 562px;
	position: relative;
	height: 460px;
}
.fullSlide .bd{
	position: relative;
	z-index: 0;
	background-color: #FFF;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	-o-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
}
.fullSlide .bd ul{
	width: 562px;
!important;
	margin-top: 0px;
}
.fullSlide .bd li{
	width: 562px;
!important;
	height: 330px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a{
	display: block;
	height: 330px;
}
.fullSlide .hd{
	width: 562px;
	height: 100px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	margin-left: 0px;
}
.fullSlide .hd ul{
	float: left;
}
.fullSlide .hd ul li{
	float: left;
	display: inline;
	cursor: pointer;
}
.fullSlide .hd ul li img{
	width: 120px;
	display: block;
	filter: alpha(opacity=50);
	opacity: 0.6;
	background-color: #FFF;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	margin: 5px;
}
.fullSlide .hd ul .on img{
	background-color: #5D5A47;
	filter: alpha(opacity=50);
	opacity: 1;
}
