#glider_pagination
{
  float: left;
  width: 138px;
}

#content_glider
{
  float: right;
  width: 450px;
  margin: 0px;
  padding: 0px;
  background-color: #2695C3;
  overflow: hidden;
}

#content_glider a
{
  color: #FFFFFF;
  text-decoration: none;
}

#content_glider a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
margin: 0px;
width: 450px;
height: 245px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
  Total wrapper width: 350px+5px+5px=360px
  Or width of wrapper div itself plus any left and right CSS border and padding
  Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
  background-color: #2695C3;
margin: 5px;
padding: 0px;
visibility: hidden;
  width: 440px;
}

/*
 Total glidecontent width: 330px+10px+10px=350px
  Or width of wrapper div itself (not counting wrapper border/padding)
*/

.gliderinner
{
  position: relative;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
  text-align: right;
  margin: 0px;
  padding: 0px;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
  Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
  display: block;
  width: 128px;
  height: 25px;
  padding: 10px 10px 0 0;
  color: #000000;
  text-decoration: none;
  background: url('/images/slider_tab_inactive.gif') left top no-repeat;
  outline: none;
}

.glidecontenttoggler a.tab7
{
  background: url('/images/slider_tab_inactive2.gif') left top no-repeat;
}

.glidecontenttoggler a:hover
{
  text-decoration: underline;
}

.glidecontenttoggler a.selected
{
  color: #FFFFFF;
  text-decoration: none;
  background: url('/images/slider_tab_active2.gif') left top no-repeat;
}

/* BEGIN styles for Black Overlay */

div.black_overlay
{
  position: absolute;
  left: 0px;
  bottom: 0px !important;
  bottom: 9px;
  width: 440px;
  height: 70px;
  background: url('/images/trans_blue_overlay.png') left top no-repeat;
  behavior: url('/iepngfix.htc');
}

div.black_overlay_text
{
  position: absolute;
  left: 0px;
  bottom: 0px !important;
  bottom: 9px;
  width: 440px;
  height: 70px;
  padding: 0px;
  text-align: left;
  overflow: hidden;
}

div.black_overlay_text p
{
  margin: 0px 10px;
  padding: 5px 0px;
  position: relative;
  color: #FFFFFF;
  line-height: 20px;
}

/* END styles for Black Overlay */