/********************************
 * Homesite Links Slideshow 	*
 * Autor: Jan Schulte 			*
 ********************************/
 
#links-slideshow-container {
  position:			relative;
  
  padding:			0; 
  margin:			0;
  
  width:			666px;
  height:			236px;
 
 /*
  overflow:			hidden !important;
  */
}

#links-slideshow-left {
  position:			absolute;

  bottom:			25px;
  right:			80px;
  
  cursor:			pointer;
  
  z-index:			1;
}

#links-slideshow-right {
  position:			absolute;
  
  bottom:			25px;
  right:			40px;
  
  cursor:			pointer;
  
  z-index:			1;
}

#links-slideshow {
	position:			relative;
	
	height:				100%;
	width:				100%;

	z-index:			0;
	
	overflow:			hidden;
}

#links-slideshow  .links-slideshow-no-link a {
	/**  Remove Link behavior of the text elements */
	text-decoration:	none;
	cursor:				pointer;
}

/*
#links-slideshow .links-slideshow-image {
	padding:		0px;
	margin:			0px;
	
	top:			0;
	left:			0;
	height:			236px;
	width:			666px;
}
*/




#links-slideshow .links-slideshow-headline {
	padding: 9px 14px 6px;
    /*padding: 8px;
    width: 113px;*/    
    color: #000;
    background-color: white;
}

#links-slideshow .links-slideshow-headline {	
	position:		absolute;
	
	margin:			0;
	/*
	padding:		10px 27px 8px 13px;
	*/
	
	top:			24px;
	left:			29px;
	
/* Do not set the width here, just let in automatically count the size *
	width:			80px;
	height:			33px;
/**/
    overflow:       auto;
        
	background: 	white;
	z-index:		1;
}

#links-slideshow .links-slideshow-headline-image {
	padding:		0px;
	margin:			0px;
	
	top:			0;
	left:			0;
}

#links-slideshow .links-slideshow-description {
	position:		absolute;
	
	margin:			0;
	padding:		12px 24px 19px 13px;
	
	top:			81px;
	left:			29px;
	width:			394px;
	height:			70px;
	
	background: 	white;
	z-index:		1;

	color:			black;
}

#links-slideshow .links-slideshow-description-research {
	position:		absolute;
	
	margin:			0;
	padding:		12px 24px 19px 13px;
	
	top:			81px;
	left:			29px;
	width:			394px;
	height:			75px;
	
	background: 	white;
	z-index:		1;

	color:			black;
}

#links-slideshow .links-slideshow-description-develop {
	position:		absolute;
	
	margin:			0;
	padding:		12px 24px 19px 13px;
	
	top:			81px;
	left:			29px;
	width:			394px;
	height:			75px;
	
	background: 	white;
	z-index:		1;

	color:			black;
}
