<style type="text/css">

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:784px;
	height:399px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:784px;
	height:399px;
	overflow:visible; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:300px;
	left:0px;
	bottom: 300px;
	background-color: transparent;
	background-image: url(img/newnav_02.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#rightControl {
	top:300px;
	right:0px;
	bottom: 300px;
	background-color: transparent;
	background-image: url(img/newnav_04.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/** 
 * Style rules for Demo page
 */

#pageContainer {
	width:902px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
.form_boxes {
	font-family: calibri;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	border: thin solid #CCCCCC;
	padding: 5px;
}


.slide h2, .slide p {
	margin:0px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
	float:right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

</style>
