/*Video Library Styles */
	
	#flashcontent_library {
	width: 660px;
	height: auto;
	display: none;
	z-index: 3000;
	position: absolute;
	top: 20px;
	left: 160px;
	padding: 5px;
	text-align: center;
	}
	#show_link_library {
	overflow: visible;
	display: block;
	padding: 5px 5px 7px;
	margin-left: 10px;
	}
	.show_link_library {
	overflow: visible;
	display: block;
	}
	#hide_link_library {
	display: none;
	position: absolute;
	z-index: 3000;
	width: 660px;
	top: 5px;
	left: 170px;
	padding: 5px;
	height: auto;
	text-align: center;
	}
	.show_link_library a {
	padding: 4px;
	color: #000066;
	}
	.show_link_library a:hover {
	padding: 4px;
	color: #CC0000;
	}
	.show_link_library a:active {
	padding: 4px;
	color: #CC0000;
	}		
	#textcontent_library {
	width: 350px;
	height: auto;
	display: block;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	}
#video-container {
	height: 100%;
	width: 100%;
	text-align: center;
}
#lightboxCover {
	display: none;
	position:fixed;
	height:100%;
	width:100%;
	background-color:#333;
	opacity:0.5;
	filter: alpha(opacity=50);
	top:0;
	left:0;
        }

