@charset "utf-8";
/* CSS Document */


.seperator
{
	height:300px;
	width:11px;
	float:left;
	background:url('../img/stories/seperator.png') no-repeat bottom center;
}
.slide img
{
	padding-top:5px;
	padding-left:14px;
	float:none;
	vertical-align:bottom;
}

.feature_title
{
	color:#330099;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
}
.feature_navigator
{
	clear:both;
}
/** 
 * Slideshow style rules.
 */
#pad{
	padding-left:10px;
	float:left;	
	border:1px solid #000099;
}
#slideshow {
	margin:0 auto;
	width:515px;
	height:310px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	/*border:1px solid #FF0000; */
	padding-left:10px;
}
#slideshow #slidesContainer {
  width:510px;
  height:310px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  /*
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000; 
*/
}
#slideshow #slidesContainer .slide 
{
	margin:0 auto;
	height:310px;  
	width:125px;
	float:left;
	text-align:justify;
	padding-top:25px;
	padding-left:5px;
	padding-right:5px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
/*
#leftControl {
  top:0;
  left:0;
  /*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;* /
}
*/

#backgroundPopup 
{
	BORDER: #cecece 1px solid; 
	DISPLAY: none; 
	Z-INDEX: 99; 
	BACKGROUND: #000000; 
	LEFT: 0px; 
	WIDTH: 100%; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 100%;
}

#popupVideo {
	BORDER-RIGHT: #cecece 2px solid; 
	PADDING-RIGHT: 12px;
	BORDER-TOP: #cecece 2px solid;
	DISPLAY: none;
	PADDING-LEFT: 12px;
	FONT-SIZE: 13px;
	Z-INDEX: 100;
	BACKGROUND: #ffffff;
	PADDING-BOTTOM: 12px;
	BORDER-LEFT: #cecece 2px solid;
	WIDTH: 720px;
	PADDING-TOP: 12px;
	BORDER-BOTTOM: #cecece 2px solid;
	POSITION: absolute;
	HEIGHT:  576px
}
#popupLogin h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupVideoClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor:pointer;
}

