
.images {
	background:#3C4C76;
	border:1px solid #ffffff;
	position:relative;	
	height:300px;
	width:100%;
	float:left;	
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	padding:7px 15px 15px 15px;
	height:256px;
	font-size:12px;
	color:#000000;
}


.images2 {
	position:relative;	
	margin-left:-22px;
	margin-top:10px;
	width:100%;
}

/* single slide */
.images2 div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	padding:7px 7px 7px 7px;
width:100%;
	font-size:12px;
	color:#000000;
}



/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	


}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(./../images/layout/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

	.trigger img {
		cursor:pointer;margin-left:6px;
	}

	/* use a semi-transparent image for the overlay */
	#overlay {
		background-image:url(./../images/popups/transparent.png);
		color:#efefef;
		height:450px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:441px;
		overflow-y:auto;
	}


/* the overlayed element */
.apple_overlay2 {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(./../images/popups/transparent.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay2 .close {
	background-image:url(./../images/layout/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


.login_overlay {display:none;width:498px;height:176px;}
.register_overlay {display:none;width:498px;height:176px;}
.podcast_overlay {display:none;width:1010px;height:570px;}
.close {background-image:url(./../images/layout/close.png);position:absolute; right:5px; top:5px;cursor:pointer;height:35px;width:35px;}
#login { background-image:url(./../images/popups/minilogin.png);width:498px;height:176px;}
#register { background-image:url(./../images/popups/minisignup.png);width:704px;height:360px;}
#openpodcast { background-image:url(./../images/podcast/podpop.png);width:1062px;height:531px;padding-left:50px;padding-top:40px;}