#lightbox .slitebox
{
	top: 0;
	margin: 0;
}

	#lightbox .slitebox > li
	{
		padding-top: 5px;
		padding-bottom: 50px;
	}

#lightbox ul#demo-block
{
	/*margin: 0 15px 15px 15px; Change made Aravind*/
}

	#lightbox ul#demo-block li
	{
		/*margin: 0 0 10px 0; Change made Aravind*/
		padding: 10px;
		display: inline;
		float: left;
		clear: both;
		color: #aaa;
		background: url('../images//bg-black.png');
		font: 11px Helvetica, Arial, sans-serif;
	}

		#lightbox ul#demo-block li a
		{
			color: #eee;
			font-weight: bold;
		}


ul#lb-toolbar
{
	padding: 15px 0;
	float: left;
	position: absolute;
	bottom: 20%;
	margin-left: 2.5%;
	margin-bottom: 13px;
}

	ul#lb-toolbar li
	{
		list-style: none;
		width: 12px;
		height: 12px;
		float: left;
		margin-left: 20px;
	}

		ul#lb-toolbar li.current-slide a, ul#lb-toolbar li.current-slide a:hover
		{
			background-position: 0 0px;
		}

		ul#lb-toolbar li a
		{
			display: block;
			width: 12px;
			height: 12px;
			cursor: pointer;
		}

			ul#lb-toolbar li a:hover
			{
				background-position: 0 -12px;
			}

#txtInputReadLB
{
	background-color: rgba(0,0,0,0);
	border: medium none;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 20%;
	margin-top: 10px;
	text-align: center;
	width: 50%;
	display: inline-block;
}

	#txtInputReadLB.clicked
	{
		background-color: rgba(255, 255, 255, 0.1);
	}

	#lightbox.shared #txtInputReadLB
	{
		display: none;
	}

	#lightbox #lbImgCaption{
		display: none;
	}

	#lightbox.shared #lbImgCaption{
		display: inline-block;
	}

input.txtcaptionHover
{
	background-color: #81F781;
}

div#lbImgInfo
{
	display: none;
	position: absolute;
	float: right;
	width: 245px;
	bottom: 40px;
	top: 0px;
	right: 5px;
	background-color: white;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	-o-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

	div#lbImgInfo:target
	{
		opacity: 1;
	}

ul#lb-infohideicons
{
	padding: 15px 0;
	float: right;
	position: absolute;
	bottom: -2%;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	-o-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	z-index: 999;
}

	ul#lb-infohideicons li
	{
		list-style: none;
		width: 12px;
		height: 12px;
		float: left;
		margin-left: 20px;
	}

		ul#lb-infohideicons li.current-slide a, ul#lb-infohideicons li.current-slide a:hover
		{
			background-position: 0 0px;
		}

		ul#lb-infohideicons li a
		{
			display: block;
			width: 12px;
			height: 12px;
			cursor: pointer;
		}

			ul#lb-infohideicons li a:hover
			{
				background-position: 0 -12px;
			}

#lightbox ul#thumb-list
{
	padding: 0px;
	margin: 0px;
	display: inline-flex;
}

#closeexifinfo
{
	position: absolute;
	float: right;
	right: 0px;
	color: grey;
	font-size: 15px;
	margin-right: 3px;
	margin-top: 3px;
	cursor: pointer;
	text-decoration: none;
}

.people
{
	cursor: pointer;
	color: grey;
	font-size: 15px;
	border: 1px dotted grey;
	padding: 5px;
	margin-left: 5px;
	float: left;
	margin-bottom: 5px;
	width: auto;
}

	.people:hover
	{
		background-color: lightgreen;
		color: white;
	}

.faceBox, ._lbl
{
	position: fixed;
	/*background-color: white;*/
	opacity: 1;
	z-index: 999;
	text-align: center;
}

	.faceBox:hover, .fbHighlight
	{
		outline: 4px solid white;
	}

._lbl
{
	display: none;
	background-color: white;
	color: black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 0px;
	min-width: 100px;
	text-align: center;
}

.highlight
{
	outline: 4px solid white;
}

	.highlight ._lbl
	{
		display: block;
	}

#closeFaceTagInfo
{
	border: 1px solid #808080;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #808080;
	cursor: pointer;
	font-size: 8px;
	margin-left: 1px;
	margin-top: -10px;
	position: absolute;
}

	#closeFaceTagInfo:hover
	{
		background-color: grey;
		color: white;
	}


.progGIFS
{
	background: url("../images/prog_bar.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 2px;
	position: absolute;
	right: 5px;
	top: 35px;
	width: 72px;
}

.progGIFA
{
	background: url("../images/prog_bar.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 2px;
	position: absolute;
	right: 5px;
	top: 35px;
	width: 51px;
}

.progGIFY
{
	background: url("../images/prog_bar.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 2px;
	position: absolute;
	right: 5px;
	top: 35px;
	width: 49px;
}

.progGIFU
{
	background: url("../images/prog_bar.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: none;
	height: 2px;
	position: absolute;
	right: 5px;
	top: 38px;
	width: 77px;
}

.playerCover
{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,255,0,0);
	z-index: 9;
	display: none;
}

.mejs-controls
{
	display: none !important;
}

.vidPlayer_ > div:first-child
{
	width: auto;
	/*height: auto; */
	max-width: 100%;
	max-height: 100%;
	outline: none;
	border: none;
	position: absolute !important;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px;
}

.jw-skin-seven .jw-display-icon-container {
    border: none !important;
}
.ytplayer
{
	margin-top: -40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	/*display: none;*/
}

.playerFS .ytplayer
{
	margin: 0 !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.playerFS .fsHide
{
	display: none !important;
}

.playerFS .vc
{
	bottom: 0px;
	width: 100%;
	left: 0;
	opacity: 0;
}

	.playerFS .vc:hover
	{
		opacity: 1;
	}

.vc
{
	display: table;
	position: absolute;
	bottom: 50px;
	/* left: 30%; */
	background-color: #444;
	z-index: 999999;
	width: 80%;
	/* text-align: center; */
	left: 10%;
	/* right: 0; */
	line-height: 2em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: white;
}

	.vc *
	{
		color: rgba(220,220,220,0.8);
		line-height: 2em;
	}

	.vc > div
	{
		display: table-cell;
		white-space: nowrap;
	}

	.vc .ico
	{
		padding-left: 5px;
		padding-right: 5px;
		cursor: pointer;
	}

		.vc .ico:hover
		{
			color: #eee;
		}

		.vc .ico *
		{
			cursor: default;
		}

		.vc .ico .a
		{
			cursor: pointer;
		}

	.vc .vidRightControls
	{
		display: inline-block;
		padding-right: 10px;
		/*float:right;*/
	}

	.vc .vidLeftControls
	{
		display: inline-block;
		padding-left: 10px;
		/*float:left;*/
	}

	.vc .track
	{
		/*margin:10px;
	background-color:green;
	height: 10px;*/
		width: 90%;
		padding: 10px;
	}

		.vc .track .base
		{
			width: 100%;
			height: 0.5em;
			background-color: #666;
			position: relative;
			cursor: pointer;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}

			.vc .track .base .bufferPos
			{
				width: 0%;
				background-color: rgba(2, 60, 2, 1);
				line-height: 0.5em;
				position: absolute;
				z-index: 2;
				height: 0.5em;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}

			.vc .track .base .currentPosIndicator
			{
				width: 0%;
				background-color: #ddd;
				line-height: 0.5em;
				position: absolute;
				z-index: 3;
				height: 0.5em;
				border-top: 1px solid white;
				border-bottom: 1px solid #eee;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}

				.vc .track .base .currentPosIndicator .holder
				{
					position: absolute;
					right: -0.5em;
					top: -0.79em;
					cursor: pointer;
					color: #ddd;
					font-size: 1em;
					text-shadow: -1px 0px 2px black;
				}

					.vc .track .base .currentPosIndicator .holder:hover
					{
						color: white;
					}

	.vc .vcExitFs
	{
		display: none;
	}

.playerFS .vc .vcExitFs
{
	display: inline-block;
}

.playerFS .vc .vcFs
{
	display: none;
}

.vc .box
{
	background-color: #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: black;
	line-height: 1.3em;
	font-size: 0.9em;
}

#videoPlayerControls
{
	display: none;
}

.volControl
{
	display: none;
	position: absolute;
	bottom: 1.8em;
	left: -14px;
	height: 150px;
	width: 60px;
	/* border: 1px solid black; */
	padding: 10px;
	/*background: green;*/
}

	.volControl .volBg
	{
		background-color: rgba(30,30,30,0.8);
		height: 100%;
		width: 100%;
		display: inline-block;
		padding: 15px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	.volControl .ui-slider
	{
		background-color: #222;
		background-image: none;
		border-color: #222;
	}

	.volControl .ui-slider-range
	{
		border-color: #222;
		background-image: none;
		background-color: rgb(136, 136, 136);
	}

	.volControl .ui-slider-handle
	{
		width: 14px;
		height: 14px;
		left: -3px;
		border-color: rgb(34, 34, 34);
		background-image: none;
		background-color: rgb(187, 187, 187);
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		/*box-shadow: 0px 0px 2px 1px black ;*/
	}

.vc .volMute
{
	position: absolute;
	font-size: 2em;
	top: -0.47em;
	left: 0;
	color: red;
}

.volControl .ui-slider-vertical
{
	height: 100%;
	width: 10px;
}

.volIco:hover > *
{
	display: inline-block;
}

.vidSettingsIco
{
	position: relative;
}

.vidSettings
{
	display: none;
	position: absolute;
	bottom: 1.4em;
	right: -14px;
	/* border: 1px solid black; */
	padding: 10px;
	/*background: green;*/
}

.vidSettingsIco > *
{
	display: none;
}

.vc .subMenu:hover
{
	/*color:blue;*/
}

.vc .vidSettingsIco:hover > *
{
	display: inline-block;
}

.vidSettingsCtrl
{
	background-color: rgba(64,64,64,0.9);
	height: 100%;
	width: 100%;
	display: inline-block;
	padding: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

	.vidSettingsCtrl > div
	{
		padding: 4px 15px;
		line-height: initial;
		text-align: left;
		cursor: pointer;
	}

.vidQualOptions > div
{
	padding-left: 15px;
}

.vidQualOptions .qSel
{
	background-color: green;
}

.vidQualOptions > div:hover
{
	background-color: #000;
	color: green;
}
