#contentPad {
	padding:0px;
	width:951px;
	border:0px solid red; z-index:0!important;
	margin:0px;
}

#homeImages {
	position: relative;
	z-index: 2;
	list-style-type: none;
	padding:0px;
	margin:0px;
	overflow: hidden;
	width:951x;
	height:381px; z-index:0!important;
}
#homeImages li {
	position: absolute;
	left:0;
	top: 0;
	width: 951px;
	height: 381px;
    background-repeat: no-repeat;
	margin:0px;
}
#homeImages li img {
	display: block;
	margin:0px;
	
}
#homeImages li a {
	color:#FFFFFF;
	text-decoration:none;
}
#homeImagesSwitch {

	height:22px;
	position: absolute;
	z-index: 20;
	list-style-type: none;
	margin-:-20px; *margin-left:20px;
	margin-top:360px;
	border:0px solid red;
	list-style:none;
	margin-left:850px;
	*margin-left:890px;
}
#homeImagesSwitch ul {
	float:right;
	list-style:none;
	margin:0px; padding:0px;
}
#homeImagesSwitch li {
	
	background:url(../images/num.png) no-repeat ;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 0px 0px 0px 0px;
	width:15px;
	height:20px;
	*height:18px;
	text-align: center;
	cursor: pointer;
	font: bold 12px Arial;
	padding-top:3px;
	
}
#homeImagesSwitch li.active {
	
	background:url(../images/on-num.png) no-repeat;
	color: #ffffff;
	list-style:none;
	margin: 0 0px 0 0;
}
#homeImageSP {
	width: 20px;
	height:20px;
	position: absolute;
	z-index: 20;
	list-style-type: none;
	margin-left:10px;
	margin-top:300px;
	border:0px solid blue;
}
#homeImageSP ul {
	float:right;
	list-style:none;
}
#homeImageSP li {
	background-color: #1b324f;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 0 0 0 0;
	width: 20px;
	height:20px;
	text-align: center;
	cursor: pointer;
	font: bold 13px Arial;
	padding-top:3px;
	list-style:none;
}
#homeImageSP li.active {
	background-color: #0d4386;
	color: #FFFFFF;
	
}
