/**
 * SlideShowPlayer.css
 *
 * Copyright 2008 RealPatterns, Inc. All rights reserved.
 */



.SlideShowPlayer {

  margin: 0px auto;
  padding: 0px;
  font: normal 12px sans-serif;
  width: 720px;
  position: relative;
}



.SlideShowPlayer ul.Titles {
  
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 32%;
  position: absolute;
  right: 0px;
  z-index: 100;
}
.SlideShowPlayer ul.Titles li {
  
  height: 30px;
  margin: 2px 0px;
  padding: 0px;
  padding-top: 12px;
  text-align: center;
  position: relative;
  background: transparent url('../../gfx/gadgets/SlideShowPlayer_01.gif') repeat-x scroll 0px 0px;
}
.SlideShowPlayer ul.Titles li a {

  color: #2e3b67;
  font: normal 1.25em sans-serif;
  text-decoration: none;
  vertical-align: 50%;
  cursor: pointer;
}
.SlideShowPlayer ul.Titles li a:hover {

  color: #dd9034;
}
.SlideShowPlayer ul.Titles li.Selected {

  background: transparent url('../../gfx/gadgets/SlideShowPlayer_01.gif') repeat-x scroll 0px -150px;
}
.SlideShowPlayer ul.Titles li.Selected a {

  color: #ffffff;
}



.SlideShowPlayer div.Screen {

  width: 67%;
  position: absolute;
  left: 0px;
}
.SlideShowPlayer div.Screen div.Slide {

  display: none;
}
.SlideShowPlayer div.Screen div.Slide span.Span1 {

  display: block;
  color: #2e3b67;
  width: 33%;
  margin: 0px;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  font: bold 2em sans-serif;
}
.SlideShowPlayer div.Screen div.Slide span.Span2 {

  display: block;
  color: #dd9034;
  width: 33%;
  margin: 0px;
  padding: 0px 12px;
  font: normal 1em sans-serif;
}
.SlideShowPlayer div.Screen div.Slide span.Span3 {

  display: block;
  width: 90px;
  height: 20px;
  color: #666666;
  margin: 0px;
  padding: 8px 0px 0px;
  text-align: center;
  font: bold 1em sans-serif;
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: transparent url('../../../../images/button_01.gif') no-repeat scroll 0px 0px;
}
.SlideShowPlayer div.Screen div.Slide span.Span3 a {

  color: #666666;
  text-decoration: none;
}
.SlideShowPlayer div.Screen div.Slide span.Span3 a:hover {
  
  color: #dd9034;
}
.SlideShowPlayer div.Screen div.Selected {

  display: block;
  height: 218px;
  margin: 2px 0px;
  overflow: hidden;
  position: relative;
  background: #fafafa none no-repeat scroll 0px 0px;
}
.SlideShowPlayer div.Screen div.Selected a {
  
  text-decoration: none;
}



/**
 * Round corners.
 */
.SlideShowPlayer ul.Titles li span.LHS {

  display: block;
  width: 6px;
  height: 42px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent url('../../gfx/gadgets/SlideShowPlayer_01.gif') no-repeat scroll 0px -50px;
}
.SlideShowPlayer ul.Titles li span.RHS {

  display: block;
  width: 6px;
  height: 42px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent url('../../gfx/gadgets/SlideShowPlayer_01.gif') no-repeat scroll 0px -100px;
}
.SlideShowPlayer ul.Titles li.Selected span.LHS {

  width: 18px;
  left: -12px;
  background: transparent url('../../gfx/gadgets/SlideShowPlayer_02.gif') no-repeat scroll 0px 0px;
}
.SlideShowPlayer ul.Titles li.Selected span.RHS {

  background: transparent url('../../gfx/gadgets/SlideShowPlayer_01.gif') no-repeat scroll 0px -250px;
}
