/* Spry Overrides */

/* Widget Styles */
#widget_FeaturedKids
{
width:638px;
height:248px;
overflow:visible;
background:url(/includes/widgets/FeaturedKids/images/box_mid.gif) top center repeat-y;
margin-top:16px;
}
#FeaturedKids_SlidingPanels
{
	height:230px;
	width: 485px;
	overflow:hidden;
	margin-left:9px;
}

#FeaturedKids_PanelActivators
{
	float:right;
	margin-right:9px;
	width:135px;	
}
	.FeaturedKids_PanelActivator
	{
		background:url(/includes/widgets/FeaturedKids/images/activator.gif) repeat-x;
		width:125px;
		height:33px;
		padding:13px 0px 0px 10px;
		cursor:pointer;
		color:#666666;
	}
	.FeaturedKids_PanelActivator_on
	{
		background:url(/includes/widgets/FeaturedKids/images/activator_on.gif) repeat-x;
		width:125px;
		height:33px;
		padding:13px 0px 0px 10px;
		color:#ffffff;
		cursor:pointer;
	}
		
.FeaturedKids_Panel
{
	position:relative;
	
	width:100%;
	height:100%;
	
	overflow:hidden;
}

.FeaturedKids_ClearFloater
{
	float:right;
	width:95px;
	height:50px;
}

.FeaturedKids_CoverImage
{
	float:left;
	
	margin-right:15px;
	margin-bottom:200%;
	
	max-width:160px;
	max-height:200px;
}

.FeaturedKids_Info
{
	position:absolute;
	top:15px;
	left:45px;
	right:35px;
	bottom:15px;
	
	font-size:12px;
	
	overflow:hidden;
}

.FeaturedKids_TitleText
{
	font-size:16px;
	font-weight:bolder;
	color:#00538a;
}

a.FeaturedKids_ReadMore
{
	color:#bb141a;
	font-weight:bolder;
	font-size:14px;
}

#widget_FeaturedKids .SlidingPanelsContent
{
	position:relative;
	
	background-color:#eff4f5;
	width:485px;
	height:230px;
	
	overflow:hidden;
}
