@charset "utf-8";
/* CSS Document */

#pageContainer {
margin:0 auto;
width:900px;
padding-right:58px;
}

#slideshow {
margin:0 auto;
width:750px;
height:500px;
/*background:transparent url(../img/bg_slideshow.jpg) no-repeat 0 0;*/
position:relative;
}

#slideshow #slidesContainer {
margin:0 auto;
width:665px;
height:500px;
overflow:auto; /* allow scrollbar */
position:relative;
}

#slideshow #slidesContainer .slide {
margin:0 auto;
width:645px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
height:500px;
}

#slideshow h1{
color:#999;
text-align:left;
font-size:.8em;
}

#slideshow p{
color:#666;
text-align:left;
font-size:.8em;
font-style:italic;
letter-spacing:.05em;
}

.slide h1, .slide p {
margin:10px 0px 25px 55px;
}

.downsize {
font-family:Verdana, Geneva, sans-serif;
font-size:.6em;
color:#992600;
text-transform:uppercase;
font-weight:bold;
font-style:normal;
letter-spacing:.15em;
}

#slideshow a:link, 
#slideshow a:visited {
color:#666;
text-align:left;
text-decoration:none;
}
 
#slideshow a:hover{
color:#66F;
text-align:left;
border-bottom:1px dashed #66F;
}
/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:500px;
  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;
}

/** 
 * Style rules for Demo page
 */
body {
  background:#666 url(img/bg_body.jpg) repeat-x top left;
}

.slide img a:link,
.slide img a:hover{
text-decoration:none;
border:none;
}
