#bannerSlider {
	float: left;
	width: 960px;
	height: 340px;
	margin: 0;
	padding: 0;
}
	#slideContent {
		float: left;
		overflow: hidden;
		width: 940px;
		margin: 0 10px;
		padding: 0;
		height: 340px;
		display: inline;
		}
	
		#slideContent ul {
			float: left;
			margin: 0;
			padding: 0;
			width: 4700px;
			list-style-type: none;
			}
	
		#slideContent li {
			width: 940px;
			height: 340px;
			float: left;
			display: inline;
			padding: 0;
			margin: 0;
			}
		
	#slideControls {
		float: left;
		width: 960px;
		height: 261px;
		margin-top:-300px;
		}
		
		#leftButton, #rightButton {
			width: 53px;
			height: 261px;
			}
	
		#leftButton {
			float: left;
			background: url('/images/template/slider/left_control.png') 0 50% no-repeat;
			}
		
		#rightButton {
			float: right;
			background: url('/images/template/slider/right_control.png') 0 50% no-repeat;
			}

		#leftButton a, #rightButton a {
			text-indent: -9999px;
			display: block;
			width: 53px;
			height: 80px;
			margin-top: 90px;
			}
		

#bottomSliderPanel {
	float: left;
	background: url('/images/template/slider/bottom_panel.png') no-repeat;
	width: 940px;
	height: 40px;
	margin: 0 10px;
	display: inline;
	}
	
.paging { 
	float: left;
	margin-left: 725px;
	font-size: 1.1em;
	}
	
	.paging {
		line-height: 45px;
		}
	
		.paging a {
			padding: 5px;
			text-decoration: none;
			color: #fff;
			}
			
			.paging .cur {
				background: #054f94;
				-moz-border-radius: 3px;
				-khtml-border-radius: 3px;
				-webkit-border-radius: 3px;
				}
