﻿body
{
}
div .videoContainer
{
}
.videoContainer
{
	width: 100%;
	height: 420px;
}
.playerSection
{
	width: 49%;
	float: left;
	height: 100%;
}
.playerObject
{
	width: 100%;
	height: 70%;
}
.playerDesc
{
	width: 100%;
	height: 30%;
}
.currentVideosSection
{
	width: 50%;
	height: 420px;
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
}
.div1
{
	width: 99%;
	height: 97px;
	background-image: url(http://www.rentcentric.com/images/fade.jpg);
	background-repeat: repeat-x;
	border: solid 1px #c7c6c6;
}

.videoDesc
{
	width: 71%;
	height: 40%;
	float: right;
}
.imageContainer
{
	width: 100px;
	height: 70px;
	float: left;
	margin-top: 7px;
	margin-left: 3px;
}

.smallImage
{
	width: 90px;
	height: 75px;
	padding:5px;
	border: solid 1px gray;
	background-color: White;
}
.titleanch
{
	text-decoration: none;
	cursor: pointer;
}



.divhover
{
	width: 99%;
	height: 97px;
	background-color: #ffffff;
	border: solid 1px #c7c6c6;
}
.videoListDesc
{
	font-size: 10pt;
	color: black;
	height: 50px;
	margin-right:1px;
}

.videoListDesc a
{
	color: #0066CC;
	font-weight: bold;
}
.videoListContent
{
	width: 73%;
	height: 100%;
	float: right;
	margin-top: 2px;
}

