.imgHover {
	position: relative;
	margin-top: 10px;
	width: 635px;
}  
.img_area {
	height: 225px;
	width: 300px;
	float: left;
}
.imgFrame {
	position: absolute;
	top: 0;
	line-height: 124px;
	text-align: center;
	width: 300px!important;
	width: 300px;
	height: 225px!important;
	height: 225px;
	left: 0px;
}  
  
.imgHoverList {
	list-style: none;
	position: relative;
	float: left;
	margin-top: 18px;
}  
.imgHover ul li {  
	float: left;  
	margin-right: 5px;  
}  
.imgHover ul li img {  
	border: none;  
}  
              
.imgHover ul li a {  
	display: block;  
}  
.imgHover ul li a:hover {  
	position: static;  
}  
.imgHover ul li a .mainImage {  
	display: none;  
}  
.imgHover ul li a:hover .mainImage {  
	display: block;  
	position: absolute;  
	top: -243px;  
	left: 0px!important;  
	left: 0px;  
}  
.imgHover ul li a:hover .mainImage em {
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-style: normal;
	color: #333333;
} 
.txt_area {
	float: left;
	width: 325px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 18px;
	height: 225px;
}
.txt_area p {
	margin-bottom: 5px;
}
