﻿
/**************************************************
 *                                                *
 * AJAX Content Rotator                           *
 *                                                *
 **************************************************/

/**************************************************
 * Default Style                                  *
 **************************************************/

.RotatorDefault
{
}

.RotatorDefault .Rotator_Slide
{
}

.RotatorDefault .Rotator_NavPanel
{
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  display:block;
}

.RotatorDefault .Rotator_NavButton
{
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}

.RotatorDefault .Rotator_NavButtonSelected
{
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}

.RotatorDefault .Rotator_PrevButton
{
	PADDING-RIGHT: 5px;
}

.RotatorDefault .Rotator_NextButton
{
	PADDING-LEFT: 5px;
}


/**************************************************
 * BoxedIn									      *
 **************************************************/

BoxedIn
{
}

.BoxedIn .Rotator_Slide
{
}

.BoxedIn .Rotator_NavPanel
{
  display:block;
  MARGIN: 5px, 0px, 1px, 0px
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
}

.BoxedIn .Rotator_NavButton
{
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	BORDER-LEFT: #aaaaff 1px solid;
	BORDER-TOP: #aaaaff 1px solid;
	BORDER-BOTTOM: #aaaaff 1px solid;
}

.BoxedIn .Rotator_NavButtonSelected
{
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	BORDER-LEFT: #aaaaff 1px solid;
	BORDER-TOP: #aaaaff 1px solid;
	BORDER-BOTTOM: #aaaaff 1px solid;
}

.BoxedIn .Rotator_PrevButton
{
	PADDING-RIGHT: 5px;
	BORDER-LEFT: #aaaaff 1px solid;
	BORDER-TOP: #aaaaff 1px solid;
	BORDER-BOTTOM: #aaaaff 1px solid;
}

.BoxedIn .Rotator_NextButton
{
	PADDING-LEFT: 5px;
	BORDER-LEFT: #aaaaff 1px solid;
	BORDER-RIGHT: #aaaaff 1px solid;
	BORDER-TOP: #aaaaff 1px solid;
	BORDER-BOTTOM: #aaaaff 1px solid;
}
/*************************************************
 * Bubbles                                       *
 *************************************************/
.bubbles{
background:#fff;
margin: 0 0 40px 30px;
width:411px;
}
.ie8 .bubbles{
margin: 0 0 40px 30px;
}
.ie7 .bubbles,
.ie6 .bubbles{
margin: 0 0 40px 0;
}
.bubbles .Rotator_NavPanel{
position:relative;
bottom:3px;
background:#9ECFFA;
padding:0 0 0 9px;
text-align:left;
height:18px;
}
.ie7 .bubbles .Rotator_NavPanel{
padding: 0 0 0 9px;
}
.ie6 .bubbles .Rotator_NavPanel{
height:auto;
top:-4px;
bottom:0px;
padding: 4px 0 4px 9px;
margin-bottom:-4px;
}

.bubbles .Rotator_NavPanel a{
position:relative;top:10px;
}
.ie8 .bubbles .Rotator_NavPanel a{
top:5px;
}
.ie7 .bubbles .Rotator_NavPanel a{
top:-2px;
}
.ie6 .bubbles .Rotator_NavPanel a{
top:0px;
height:10px;
overflow:hidden
}
.bubbles a.Rotator_NavButton:link,
.bubbles a.Rotator_NavButton:visited,
.bubbles a.Rotator_NavButton:active{
background:url('images/button.gif') no-repeat center center;
font:1px/1px Arial, Helvetica, sans-serif;
color:#fff;
padding:5px;
margin:5px 3px 0 0;
}
.bubbles a.Rotator_NavButton:hover{
background:url('images/buttonSelected.gif') no-repeat center center;
color:#42A3F7;
}
.bubbles .Rotator_NavButtonSelected,
.bubbles .Rotator_NavButtonSelected:visited,
.bubbles .Rotator_NavButtonSelected:hover,
.bubbles .Rotator_NavButtonSelected:active{
background:url('images/buttonSelected.gif') no-repeat center center;
font:1px/1px Arial, Helvetica, sans-serif;
color:#42A3F7;
padding:5px;
margin:5px 3px 0 0;
}



 
/**************************************************
 * LineSeparator							      *
 **************************************************/

LineSeparator
{
}

.LineSeparator .Rotator_Slide
{
}

.LineSeparator .Rotator_NavPanel
{
  display:block;
  PADDING-RIGHT: 20px;
  PADDING-LEFT: 2px;
  PADDING-BOTTOM: 2px;
  MARGIN: 5px
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
}

.LineSeparator .Rotator_NavButton
{
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	
	BORDER-RIGHT: #87ceff 1px solid;
}

.LineSeparator .Rotator_NavButtonSelected
{
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	
	BORDER-RIGHT: #87ceff 1px solid;
}

.LineSeparator .Rotator_PrevButton
{
	PADDING-RIGHT: 5px;
	BORDER-RIGHT: #87ceeb 1px solid;
}

.LineSeparator .Rotator_NextButton
{
	PADDING-LEFT: 5px;
}

/**************************************************
 * ShadedBackground									      *
 **************************************************/

ShadedBackground
{
}

.ShadedBackground .Rotator_Slide
{
}

.ShadedBackground .Rotator_NavPanel
{
  display:block;
  BORDER-LEFT: #87ceeb 1px solid;
  BORDER-RIGHT: #87ceeb 1px solid;
  BORDER-TOP: #87ceeb 1px solid;
  BORDER-BOTTOM: #87ceeb 1px solid;
  MARGIN: 5px
  COLOR: #191970;
  FONT-STYLE: normal;
  FONT-FAMILY: Verdana, Arial;
  BACKGROUND-COLOR: #b0c4de;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
}

.ShadedBackground .Rotator_NavButton
{
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}

.ShadedBackground .Rotator_NavButtonSelected
{
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
}

.ShadedBackground .Rotator_PrevButton
{
	PADDING-RIGHT: 5px;
}

.ShadedBackground .Rotator_NextButton
{
	PADDING-LEFT: 5px;
}
