#wrapper {
	width: 656px;
}
.frameWork {
	height: 200px;
	width: 656px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.left {
	height: 200px;
	width: 328px;
	float: left;
}
.right {

	height: 200px;
	width: 328px;
	float: right;
}
.itemTitle {
	background: #FF0000;
	display: block;
	position: absolute;
	width: 240px;
	top: 35px;
	color: #FFFFFF;
	padding: 5px;
	font: bold .9em Geneva, Arial, Helvetica, sans-serif;
	z-index: 5;
}
.clickHere {
	background: #FF0000;
	display: block;
	position: absolute;
	width: 150px;
	top: 165px;
	color: #FFFFFF;
	padding: 5px;
	font: bold .9em Geneva, Arial, Helvetica, sans-serif;
	left: 168px;
}

