#slideshow {
	width:640px;
	height:263px;
	position:relative;
	background-color: transparent;
	background-image: url(../images_presentation/bg_slideshow.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* 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:0;
	left:0;
	background-color: transparent;
	background-image: url(../images_presentation/control_left.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightControl {
	top:0;
	right:0;
	background-color: transparent;
	background-image: url(../images_presentation/control_right.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/** 
 * Style rules for Demo page
 */
* {
	margin:0;
	padding:0;
	color:#ccc;
	font-family: Calibri;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 17px;
}
a {
	color: #999999;
	font-weight:normal;
	text-decoration:none;
	font-family: Calibri;
	font-size: 12px;
}
a:hover {
	text-decoration:none;
	font-family: Calibri;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #393737;
	background-image: url(../images_presentation/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left 41px;
}
#pageContainer {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#pageContainer h1 {
	display:block;
	width:960px;
	height:114px;
	text-indent: -10000px;
	background-color: transparent;
	background-image: url(../images_presentation/header_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
	color:#ccc;
	letter-spacing:-1px;
	font-family: "Century Gothic";
	font-size: 20px;
	font-style: normal;
}
.slide img {
  float:right;
  margin:0 15px;
}
#footer {
	display: block;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px none #666666;
}
#footer p {
	display:block;
	width:560px;
	height:40px;
	clear: both;
	float: none;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#navigation {
	font-family: "Century Gothic";
	font-size: 12px;
	height: 28px;
	width: 960px;
	color: #CCCCCC;
	padding-top: 12px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: none;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.nextPage {
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
