
			* {
				padding: 0px;
				margin: 0px;
				font-style: normal;
			}
			ul{
				list-style: none;
			}
			.fullSlide {
				position: relative;
				margin: -655px auto 0 auto;
			}
			
			.fullSlide .bd {
				position: relative;
				z-index: 0;
			}
			
			.fullSlide .bd li img {
				display: block;
				width: 100%;
				height: auto;
				vertical-align: top;
			}
			
			.fullSlide .hd {
				position: relative;
				z-index: 1;
				margin-top: -50px;
				height: 30px;
				line-height: 30px;
				text-align: center;
				
			}
			
			.fullSlide .hd ul {
				text-align: center;
				padding-top: 0px;
			}
			
			.fullSlide .hd ul li {
				cursor: pointer;
				display: inline-block;
				*display: inline;
				zoom: 1;
				width: 20px;
				height: 20px;
				margin: 5px;
				background: #FFFFFF;
				overflow: hidden;
				font-size: 0;
				border-radius: 50%;
				-moz-border-radius: 50%;
				-webkit-border-radius: 50%;
				
			}
			
			.fullSlide .hd ul .on {
				background: #324ada;
			}
			
			/*.fullSlide .prev,
			.fullSlide .next {
				z-index: 1;
				display: block;
				width: 55px;
				height: 55px;
				position: relative;
				margin: -27% 0 0 3%;
				float: left;
				background: url(../images/arrow.png) 0 0 no-repeat;
				filter: alpha(opacity=40);
				opacity: 0.4
			}*/
			
			/*.fullSlide .next {
				background-position: right 0;
				float: right;
				margin-right: 3%
			}
			
			.fullSlide .prev:hover,
			.fullSlide .next:hover {
				filter: alpha(opacity=80);
				opacity: 0.8
			}*/
	