/* Start of CMSMS style sheet 'gms-bp_front_carousel' */
/* 
    Document   : carousel.css
    Created on : Feb 23, 2010, 12:19:54 PM
    Author     : mmazanec
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#slideshow-container	{
  width:670px;
  height:250px;
  position:relative; 
  margin-top:10px;}

#slideshow-container img {
  width:670px;
  height:250px;
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1; }

#slideshow-container-controls { 
  margin:10px 0 0 0;
  float:left;}

#slideshow-container-controls img { 
    cursor:pointer;
    width:10px;
    height:10px;
    /*border:1px solid #ccc;*/
    float:left;
    margin:0 1px 0 0; }

#slideshow-container-caption  { 
  height:80px;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:#000;
  z-index:10;
  overflow:hidden; }

* html #slideshow-container-caption {
  width:100%; }

#slideshow-container-caption h3 { 
  font-size:24px;
  font-weight:bold;
  color:#fff;
  padding:10px 10px 3px 10px; }

#slideshow-container-caption h3 a { 
  text-decoration:none;
  color:#fff;}

#slideshow-container-caption h3 a:hover {
  text-decoration:underline;
  color:#fff;}

#slideshow-container-caption a { 
  text-decoration:none;
  color:#fff;}

#slideshow-container-caption a:hover {
  text-decoration:underline;
  color:#fff;}

#slideshow-container-caption p	{
  color:#eee;
  font-size:11px;
  padding:0 10px 10px 10px; 
  float:right;}

.toc-active	{
  background-image:url('/images/active.gif');
  border:0px solid;}


/* End of 'gms-bp_front_carousel' */

