#videos
{
	position: absolute;
	overflow: hidden;
	left: 46px;
	right: 46px;
	top: 46px;
	bottom: 46px;
	text-align: center;
}
	#videos > #shadow
	{
		position: absolute;
		overflow: hidden;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #000;
	}
	#videos > #content
	{
		position: absolute;
		overflow: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 20px;
	}
		#videos > #content > a
		{
			display: inline-block;
			position: relative;
			margin: 10px;
			padding: 10px;
		}
			#videos > #content > a > img
			{
				display: block;
				position: relative;
				height: 120px;
				margin: 0 auto;
			}
			#videos > #content > a > span
			{
				display: block;
				position: relative;
				text-align: center;
			}
	#videos > #screen
	{
		position: absolute;
		overflow: hidden;
		display: none;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #000;
	}
		#videos > #screen > #close
		{
			position: absolute;
			top: 2px;
			right: 2px;
		}
		#videos > #screen > #video
		{
			position: absolute;
			overflow: hidden;
			left: 36px;
			right: 36px;
			top: 36px;
			bottom: 36px;
		}
			#videos > #screen > #video > iframe
			{
				position: relative;
				overflow: hidden;
				width: 100%;
				height: 100%;
			}

