/********************** Thumbnail Rollover effect ***************************/
.thumbnailk {
   position: relative;
   z-index: 0;
} 
.thumbnailk:hover{
   background-color: transparent;
   z-index: 50;
}
.thumbnailk span{ /*CSS for enlarged image*/
   position: absolute;
   padding: 2px;
   left: -1000px;
   border-color: transparent;
   visibility: hidden;
   color: #000088;
   text-decoration: none;
   width: 200px;
}
.thumbnailk span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnailk:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -1000;
background-color: #FFFFFF;
left: -50px; /*position where enlarged image should offset horizontally */
}
/* ***************TEXT AND POSITIONING ***************** */
#kid_content {
	margin-right: 2px;
	width: 780px;
	text-align: center;
}
#kid_leftside {
	margin-bottom: 1px;
	text-align: center;
	float: left;
	width: 250px;
	/*overflow: hidden;*/
	border-right-style:solid;
}
#leftside_column {
	margin-bottom: 1px;
	text-align: center;
	float: left;
	width: 250px;
	height: 185px;
	overflow: hidden;
	border-right-style:solid;
}
#kid_center {
    margin-bottom: 1px;
	text-align: center;
	float: left;
	width: 250px;
	/*overflow: hidden;*/
	border-right-style:solid;
}
#kid_rightside {
    margin-bottom: 1px;
	text-align: center;
	float: right;
	width: 250px;
	/*overflow: hidden;*/
}
.kids_image {
	margin-top: 15px;
	float: center;
	text-align: right;
	width: 100px;
	height: 100px;
}
.kids_text {
    margin-top: 30px;
    color: #482500;
	font-size: 11px;
	font-family: Arial, Cambria, Verdana;
	text-align: left;
	padding-left: 15px;
	float: right;
	clear: left;
	width: 100px;
	height: 100px;
}
/* ************* END OF MOUSEOVER. CSS *************** */