body {
	background-color: #000000;
	background-image: url(_graphics/bkg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.style1 {
	color: #B01313;
	font-weight: bold;
}
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:426px;
	height:141px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:426px;
  height:141px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:406px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:141px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(_graphics/gallery_left_bg.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(_graphics/gallery_right_bg.gif) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CC0000;
}
