.dropshadow {
	/* Add box-shadow */ -webkit-box-shadow: 10px 10px 20px #000000;
	/* Safari */ box-shadow: 10px 10px 20px #000000;
}

.teaserText {
	font-size: 24px;
	line-height:32px;
	font-style: italic;
}

.teaserLeaderText {
	font-size: 14px;
	line-height:20px;
	font-style: italic;
}

.teaserWrapup {
	font-size: 18px;
	line-height:22px;
	}
	
.teaserDiv { 
	width:100%; 
	/*height:236px;*/
	border-width:0px; 
	padding:0px; }
	
.teaserLeaderDiv { 
	width:100%; 
	/*height:236px;*/
	border-width:0px; 
	padding:0px; }
	
.visible{
	display:block;
}
	
.closebutton { 
	background: #606061;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 0px;
	/*right: -12px;
	*/ text-align: center;
	top: 0px;
	/*top: -10px;
	*/ width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	}  

.closebutton:hover { 
	background: #579;
	} 
	
.popover { 
	position: absolute;
	width: 65%;
	top: 20%;
	left: 20%;
	color: #F0D160;
	font-size: 18px;
	background-color: #680d04;
	opacity: .90;
	z-index: 9000;
	padding: 12px;
	display: none;
	/* Add box-shadow */ 
	-webkit-box-shadow: 10px 10px 20px #000000;
	/* Safari */ 
	box-shadow: 10px 10px 20px #000000;
	}  
	
	