div.rotatingImageWidget
{
	overflow: hidden;
}


div.rotatingImageWidget div.riwImageDiv
{
	position:absolute;
}

div.rotatingImageWidget div.riwImageDiv div.riwImageSubTitle
{
	position:absolute;
}

div.rotatingImageWidget div.riwImageDiv div.riwImageSubTitle a
{
	text-decoration: none;
}

div.rotatingImageWidget div.riwNavigation
{
	color: white;
	margin-bottom: 5px;
	position: relative;
	text-align: right;
	font-size: 85%;
}

div.rotatingImageWidget div.riwNavigation div.riwImageSubTitle, div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons
{
	display: inline;
	background-color: #475560;
	height: 12px;
	padding: 2px 5px;
	margin: 0px 3px;
	opacity: 0.9;
}

div.rotatingImageWidget div.riwImageDiv div.riwImageSubTitle
{
	padding-top: 1px;
}

div.rotatingImageWidget div.riwImageDiv div.riwImageSubTitle a:hover
{
	font-weight: bold;
}

div.rotatingImageWidget div.riwNavigation div.riwImageSubTitle a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

div.rotatingImageWidget div.riwNavigation div.riwImageSubTitle a:hover
{
	color: #6CBAFF;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons
{
	margin-right: 5px;
	position: relative;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons.ieStyle
{
	top: 4px;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButton
{
	font-weight: bold;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButton.riwNavigationButtonsNext
{
	background-image: url(../images/widget_right_arrow_off.gif);
	background-repeat: no-repeat;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButtonsNext.nextHover
{
	background-image: url(../images/widget_right_arrow_on.gif);
	background-repeat: no-repeat;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButton.riwNavigationButtonsPrevious
{
	background-image: url(../images/widget_left_arrow_off.gif);
	background-repeat: no-repeat;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButtonsPrevious.prevHover
{
	background-image: url(../images/widget_left_arrow_on.gif);
	background-repeat: no-repeat;
}


div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButton,
div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButtonPage
{
	height: 12px;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons.safariStyle span.riwNavigationButton,
div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons.safariStyle span.riwNavigationButtonPage
{
	bottom: -2px;
	position: relative
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButton.ieStyle
{
	height: 15px;
	margin-top: 4px;
	position: relative;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButton.safariStyle
{
	
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButton.mozStyle
{
	
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButtonPage
{
	position:relative;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButton.hover
{
	color: #6CBAFF;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButtonPage.riwNavigationButtonOff
{
	background-image: url(../images/widget_button_off.gif);
	background-repeat: no-repeat;
}

div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButtonPage.riwNavigationButtonOn,
div.rotatingImageWidget div.riwNavigation div.riwNavigationButtons span.riwNavigationButtonPage.riwNavigationButtonOff.pageButtonHover
{
	background-image: url(../images/widget_button_on.gif);
	background-repeat: no-repeat;	
}
