.Container {
	position: absolute;
	border: 10px solid #fff;
	display: none;
	z-index: 9999;
	text-align: left;
	background: #fff !important;
	/*overflow: hidden;*/
}

.Loading {
	background: url(../images/loader.gif) no-repeat center;
}

.Content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.Close {
	position: absolute;
	top: -20px;
	right: -20px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.ControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.Controls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
}


.Previous {
	position: absolute;
	background: url(../images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.Next {
	position: absolute;
	background: url(../images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.NextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}

.PreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}

.Title {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.Number {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: right;
}

.jvdesc {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
}
div#JVMediaObject {
}
div.Description {
	background: #fff;
	color: #000;
}
div#ContentContainer {
	background: #fff;
}