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

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

#homeImages li img{
	display: block;
}

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

#homeImagesSwitch ul{
	float:right;
	list-style:none;
}
#homeImagesSwitch li{
	background-color: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 0 5px 0 0;
	width: 22px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	font: bold 13px Arial;
	padding-top:3px;
	list-style:none;
}

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


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

#homeImageSP ul{
	float:right;
}
#homeImageSP li{
	background-color: #CCCCCC;
	color: #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	margin: 0 5px 0 0;
	width: 22px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	font: bold 13px Arial;
	padding-top:3px;
	list-style:none;
}

#homeImageSP li.active{
	background-color: #8E8E8E;
	color: #FFFFFF;
}
