.marqueeContent ul,.marqueeContent li{
		list-style: none;margin: 0;padding: 0;
	}
	.marqueeContent li{
		width: 100%; float: left;
		height: 500px !important; 
		max-height: 100% !important;
		margin: 0px 2px;
		cursor: pointer;
		position: relative;
		border-radius: 15px;
     -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
	}
	.marqueeContent li img{
		width: 100% !important;height: 100% !important;
	}
	.marqueeContent{
		position: relative;
	    width: 100%;
	    height: 500px !important;
	    margin: 20px auto 0px auto;
	    border: 0px solid #9DD7FF;
	    

	    box-shadow: 0px 0px 0px #2B7DC1;
	}
	.marqueeContent .moveContent{
		position: absolute;top: 0;left:0;margin-left: 32px; height: 100% !important; max-height: 100% !important;
	}
	.moveContent li span{
		line-height: 30px;
		height: 30px;
		color: #333;
		position: absolute;
		left: 0;
		background: rgba(41, 145, 130, 0.0);
		width: 100%;
		text-align: center;
		bottom: 0;
		font-size: 14px;
		overflow: hidden;
		
	}
	.PrevBtn{
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		background: #f7f7f7;
		height: 100% !important;
		max-height: 100% !important;
		color: #333;
		line-height: 100%;
		text-align: center;
		z-index: 1;
		cursor: pointer;
		border-radius: 0px 0px 0 0px;
		-webkit-border-radius: 0px 0px 0 v;
		-moz-border-radius: 0px 0px 0 0px;
	}
	.nextBtn{
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		background: #f7f7f7;
		height: 100% !important;
		max-height: 100% !important;
		color: #333;
		line-height: 100%;
		text-align: center;
		z-index: 1;
		cursor: pointer;
		border-radius: 0 0px 0px 0;
		-webkit-border-radius: 0 0px 0px 0;
		-moz-border-radius: 0 0px 0px 0;
	}
	.PrevBtn:hover,.nextBtn:hover{
		color: #0071BD;
	}

.marqueeContent li {
    filter:alpha(opacity=90) !important;-moz-opacity:0.9 !important;-khtml-opacity:0.9 !important;opacity:0.9 !important;
    transition: transform 1.5s ease !important;
    -ms-transition: transform 1.5s ease !important;
    -webkit-transition: transform 1.5s ease !important;
    -o-transition: transform 1.5s ease !important;
    -moz-transition: transform 1.5s ease !important;
}
.marqueeContent li:hover img0 {
    filter:alpha(opacity=100) !important;-moz-opacity:1.0 !important;-khtml-opacity:1.0;opacity:1.0 !important;
            cursor: pointer;
            transform:scale(1.3) !important;
            -ms-transform:scale(1.3) !important;
            -webkit-transform:scale(1.3) !important;
            -o-transform:scale(1.3) !important;
            -moz-transform:scale(1.3) !important;
}