/* Spry Overrides */

/* Widget Styles */
#widget_PreviewRotator
{
width:638px;
height:248px;
overflow:visible;
background:url(/includes/widgets/PreviewRotator/images/box_mid.gif) top center repeat-y;
margin-top:16px;
}
#PreviewRotator_SlidingPanels
{
	height:230px;
	width: 485px;
	overflow:hidden;
	margin-left:9px;
}

#PreviewRotator_PanelActivators
{
	float:right;
	margin-right:9px;
	width:135px;
	overflow:hidden;
}
	.PreviewRotator_PanelActivator
	{
		background:url(/includes/widgets/PreviewRotator/images/activator.gif) repeat-x;
		width:125px;
		height:33px;
		padding:13px 0px 0px 10px;
		cursor:pointer;
		color:#666666;
	}
	.PreviewRotator_PanelActivator_on
	{
		background:url(/includes/widgets/PreviewRotator/images/activator_on.gif) repeat-x;
		width:125px;
		height:33px;
		padding:13px 0px 0px 10px;
		color:#ffffff;
		cursor:pointer;
	}