#contentPad{
	padding: 0px;
	width:945px;
	height:284px;
	text-align:right;
	border:0px solid red;
}
#homeImages{
	position: relative;
	z-index: 2;
	list-style-type: none;
	padding: 0 ;
	margin: 0;
	overflow: hidden;
	width:945px;
	height:284px;
}

#homeImages li{
	position: absolute;
	left: 0;
	top: 0;
	width:945px;
	height:284px;
	background-repeat: no-repeat;
}

#homeImages li img{
	display: block;
}

#homeImagesSwitch{
	width: 162px;
	height:22px;
	position: absolute;
	/*left: 855px;
	top: 440px;*/
	z-index: 22;
	list-style-type: none;
	margin-left:800px;
	margin-top:253px;
	border:0px solid red;
}

#homeImagesSwitch ul{
	float:right;
}
#homeImagesSwitch li{
	background-color: #993300;
	color: #FFFFFF;
    float: left;
	margin: 0 5px 0 0;
	width: 13px;
    text-align: center;
	cursor: pointer;
	font: 11px Arial;
	height:15px;
	line-height:14px;
	padding-left:2px;
	padding-left:0px \9;
	width: 15px \9;
	
}

#homeImagesSwitch li.active{
	background-color: #450304;
	color: #FFFFFF;
}


#homeImageSP{
	width: 30px;
	height:22px;
	position: absolute;
	z-index: 20;
	list-style-type: none;
	margin-left:693px;
	margin-top:255px;
	border:0px solid blue;
}

#homeImageSP ul{
	float:right;
}
#homeImageSP li{
	background-color: #CCCCCC;
	color: #000000;

	float: left;
	margin: 0 5px 0 0;
	width: 22px;
	
	text-align: center;
	cursor: pointer;
	font: bold 13px Arial;

	
}

#homeImageSP li.active{
	background-color: #666666;
	color: #FFFFFF;

}
