@charset "iso-8859-2";
/* CSS Document */

/** 
 * Slideshow style rules.
 */
#slideshow{ margin:0 auto; width:750px;	height:410px; position:relative;}
#slideshow #slidesContainer{ margin:0 auto; padding-right:45px; width:650px; height:410px; overflow:auto; /* allow scrollbar */ position:relative;}
#slideshow #slidesContainer .slide{ margin:0 auto; width:630px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */ height:410px;}

/** 
 * Slideshow controls style rules.
 */
.control{ display:block; width:49px; height:410px; text-indent:-10000px; position:absolute; cursor: pointer;}
#leftControl{ top:0; left:0; background:transparent url(../images/navigation_left.jpg) no-repeat 0 0;}
#rightControl{ top:0; right:0; background:transparent url(../images/navigation_right.jpg) no-repeat 0 0;}

/** 
 * Style rules for Demo page
 */
.slide h2, .slide p{ /*margin:15px;*/ margin-left:15px; margin-right:15px;}
.slide h2{ font:italic 24px Georgia, "Times New Roman", Times, serif; color:#ccc; letter-spacing:-1px;}
.slide img{ /*float:left;*/ margin:0 10px;}