/** 
 * Slideshow style rules. Removed width and height, define inline
 */

.slideTitle{
	position:relative;
	color: #bd0014;
	font-size: 18px;
	overflow:hidden; 
	padding-bottom:6px;
 	text-align: center;
}

#slidescreen
{
	position: absolute;
	width: 100%;
	height: 300%;
	z-index: 10000;
	background-color: #000;
	opacity: .5;
	left:0;
	top:0;
	display:none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);
	-moz-opacity: 0.50; // Firefox and Mozilla browsers
	-webkit-opacity: 0.50; // WebKit browser e.g. Safari	
}

.slideshow{
	display:none;
	z-index: 10001;
	margin: 10px auto;
	position: absolute;
	top:40px;
	height:350px;
	background-color: #fff;
}

#slideshowDemo{
	width:980px;
	left:130px;
}

#slideshowJuan{
	left:250px;
	width:480px;
}

#slideshowJuan2{
	left:250px;
	width:480px;
}

#slideshowNurture{
	width:520px;
	left:250px;
}

#slideshowServices{
	left:250px;
}

#slideshowProducts{
	left:250px;
}

#slideshowCareers{
	left:250px;
}

.slideshow #slidesContainer
{
  background-color: #fff;
  overflow:hidden; /* allow scrollbar */
  position:relative;
  padding:10px;
}

.slideshow #slidesContainer .thisslide
{
  margin:0 auto;
}

/** 
 * Slideshow controls style rules.
 */
 
.control
{
  display: block;
  margin-top: 0px;
  width: 50px;
  height: 26px;
  text-indent: -10000px;
  position: relative;
  cursor: pointer;
}

#leftControl
{
  float:left;
  left: 10px;
  background: transparent url(http://media.eloqua.com/designimages/prevSS.png) no-repeat 0 0;
  padding-left: 12px;
}

#rightControl
{
  float:right;
  top: 0;
  right: 0;
  background: transparent url(http://media.eloqua.com/designimages/nextSS.png) no-repeat 0 0;
  padding-right: 6px;
}




