@charset "utf-8";
/* CSS Document */
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:640px;
	height:350px;
	background:transparent url(../img/bg_slideshow.gif) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:350px;
  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:360px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:32px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  margin-top: 275px;
}
#leftControl {
  top:0;
  left:-2px;
  background:transparent url(../img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
#pageContainer {
  margin:0;
  width:100%;
  height: 370px;
  background:#010508;
  padding-top: 14px;
  position: absolute;
  top: 200;
  left: 0;
}
.slide img {
  margin: 20px 11px;
}
#slide-nav-wrapper {
	position: absolute;
	top: 40px;
	left: 40px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	z-index: 100;
}
#slide-nav-wrapper ul {	padding: 0;}
#slide-nav-wrapper ul li {
	list-style-type: none;
}
#slide-nav-wrapper ul li a{
	text-decoration: none;
	color: #fff;
}
#slide-nav-wrapper ul li a:hover{
	color: #EC008C;
}
#slide-nav-wrapper ul li SPAN{
	margin-right: 6px;
	font-size: 14px;
}
#slideCaption {
	position:absolute;
	width: 170px;
	top: 200px;
	right: 30px;
	text-align:left;
/*	border: 1px solid red;
*/	}
/*.hideme div {
	display: none;
}*/
