﻿.contentTable
{
    padding: 0;
    margin: 0 0 0 8px;
    border-width: 0;
}
#slideshow
{
    padding: 3px 7px 12px 15px;
    width: 753px;
    height: 149px;
    background-image: url('images/NewsBack.png');
}
#slideshow #slidesContainer {
  height: 148px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  font-size: 10pt;
  color: White;
}
#slideshow img {
  padding: 0;
  margin: 0;
}
#slideshow img.rightArrow {
  padding: 0;
  margin: 0;
}
#slideshow #slidesContainer .slide 
{
    margin:0 auto;
    padding: 19px 10px 6px 6px;
    width:170px; /* reduce by 20 pixels to avoid horizontal scroll */
    height:126px;
    border-left: dashed 1px #595A5B;
    font-family: Arial,Helvetica,sans-serif;
}
.slide a
{
    color: #B9BBBD ! important;
    font-size: 11px;
    margin-left: 2px;
    display: block;
}
.slide a:hover
{
    color: White ! important;
    background: transparent;
}
.slideTitle
{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: White;
    /*margin: 6px 0 0 2px;*/
}
/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(/images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/images/control_right.jpg) no-repeat 0 0;
}