#CP_div {
	position: relative;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 200px;
	float: left;
	}

#CP_numdiv {
	height: 10px;
	position: absolute;
	bottom: 10px;
	left: 0px;
	font-size: 0px;
	margin: 0;
	margin-left: 10px;	
	padding: 0;
	overflow: hidden;
	}

.CP_num {
	width: 10px;
	height: 10px;
	opacity: .65;
	filter: alpha(opacity=65);
	background-color: #303747;
	font-family: arial;
	font-size: 9px;
	text-align: center;
	color: #fff;
	margin-right: 10px;	
	float: left;
	overflow: hidden;
	cursor: pointer;
	}

#CP_img, #CP_imgtemp {
	position: absolute;
	top: 0px;
	left: 0px;
	}

.CP_link {
	color: #fff;
	text-decoration: none;
	}

.CP_link:hover {
	color: #fff;
	text-decoration: none;
	}