/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	background-image:url(../images/background.png);
	
	/* dimensions after the growing animation finishes  */
	width:945px;
	height:540px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:92px 115px 140px 115px;
}

/* default close button positioned on upper right corner */
div#popup div#close {
	background-image:url(../images/close.png);
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	height:35px;
	width:35px;
}
	
div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(../images/loading.gif) no-repeat 50% 50%;
}

#background{
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;	
	z-index: 1;
}

#popup {display: none;
	position: absolute;		
	z-index: 10;
	height: 400px;
	width: 500px;
	background-image:url(../images/background.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
.popup {
	display: none;
	height: 300px;
	width:400px;
	padding: 50px;
	text-align:justify;
	
}

.audio_thumbs{ display:inline-block; width:100%; clear:both; }

	.audio_thumbs .item{ display:inline-block; width:150px; height:115px; overflow:hidden; margin:7px; float:left; font-size:11px; text-align:center; }

	.audio_thumbs .item a { text-decoration:none;}
	
	.audio_thumbs .item a p{ color:#000000; font-size: 11px; font-weight:bold; margin-top:6px;}

	.audio_thumbs .item img{ cursor: pointer;}

	#section{

		font-family:Arial;

	}

	#section, #section option{

		padding-left:5px;

		text-transform:capitalize;

	}

	

	.tab{ font-size:12px; text-transform:capitalize; display:block; margin:5px 0 5px 0; padding:5px 10px;

		background-color:#EEEEEE; border:#DDDDDD 1px solid; cursor:pointer;

	}
