#slideshow {
	width:630px;
	height:420px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slideshow #slidesContainer {
	width:520px;
	height:420px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slideshow #slidesContainer .slide {
	width:480px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:420px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:400px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:url(graphics/left-arrow.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:url(graphics/right-arrow.gif) no-repeat 0 0;
}

/** 
 * Style rules for gallery page
 */
* {
  margin:0;
  padding:0;

}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
body {
	background:#393737 url(../img/bg_body.jpg) repeat-x top left;
	background-image: url(../graphics/bg1.jpg);
	background-repeat: repeat;
}
#pageContainer {
	width:560px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#pageContainer h1 {
	display:block;
	width:560px;
	height:auto;
	background:transparent url(../img/bg_pagecontainer_h1.jpg) no-repeat top left;
	text-indent: -10000px;
	margin-right: auto;
	margin-left: auto;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  color:#666;
  text-size:12px;

}
.slide img {
  float:right;
  margin:0 15px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #1D4383;
}
body {
	background-color: #1D4383;
	margin-top: 10px;
}
.yellow {
	color: #FFC106;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size:1.2em;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: none;
	color: #6C91DB;
}
a:active {
	text-decoration: none;
	color: #6699CC;
}

