#smallPics {
   height: 320px;
}

#smallPics table{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	border: 1px solid transparent;
	height: 320px;
}

#smallPics table .left {
	background: url("/-/mychinavillage/images/repeatingBKG.png") right;
	height: 320px;
	border-color: transparent;
}

#smallPics table .middle{
	width: 960px;
	height: 320px;
	min-width: 960px;
	border-color: transparent;
}

#smallPics table .right{
	background: url("/-/mychinavillage/images/repeatingBKG.png") left;
	height: 320px;
	border-color: transparent;
}

.smallPicBKG {
	width: 160px;
	height: 320px;
	display: block;
	float: left;
	background: url("/-/mychinavillage/images/smallPicBKG.png") top;
}

.smallPicBKG:hover {
	background: url("/-/mychinavillage/images/smallPicBKG.png") bottom;
}

.smallPic {
	width: 160px;
	height: 320px;
	display: block;
	background-position: top;
}

.smallPicBKG:hover .smallPic {
	background: url("/-/mychinavillage/images/smallPic.png") bottom;
}

.smallPicBKG:hover .smallPic  *{
	display: block !important;
}

.smallPic .text {
	width: 120px;
	padding: 20px 20px 0px 20px;
	text-align: center;
	display: none;
}

.smallPic .text p {
	width: 120px;
	height: 200px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.smallPic .text a {
	width: 120px;
	height: 30px;
	display: block;
	background: url("/-/mychinavillage/images/learnMore.png") top;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	margin-top: 10px;
}

.smallPic .text a:hover {
	background: url("/-/mychinavillage/images/learnMore.png") bottom;
}

#popOutButton {
	margin: 20px 20px 0px 20px;
	text-align: center;
	display: none;
	width: 120px;
	height: 30px;
	background: url("/-/mychinavillage/images/learnMoreAlt.png") top;
	color: #ffffff;
	line-height: 30px;
	text-decoration: none;
	font-size: 13px;
}

#popOutButton:hover {
	background-position: bottom;
}

#popOut {
	width: 180px;
	height: 230px;
	background: url("/-/mychinavillage/images/popOut.png");
	position: relative;
	top: -25px;
}