.videoGalleryContainer {
	background: #ECECEC;
	margin: 0px 10px 10px 10px;
	padding: 0px;
/*	width: 600px;*/
	clear:both;
}
.videoGalleryContainerWide
{
    width:830px;
    }
    
    .videoGalleryContainerNormal
{
    width:600px;
    }

.videoGalleryContainer a.player {
	color: #fff;
	cursor: pointer;
	display: block;
	text-align: center;
	text-decoration: none;	
	width: 600px;
	height: 340px;
}
.videoGalleryContainer a.player img {
	border: 0;
}
.videoGalleryContainer #player {
	margin: 0 0 20px 0px; 
}
.videoGalleryContainer #thumbnailContainer{
	background: #e5e5e5;
	float: left;
	height: 108px;
	overflow: hidden;
	position: relative;
	width: 560px;
}
.videoGalleryContainer .entries {
	height: 80px;
	position: absolute;
	width: 10000em;
}
.videoGalleryContainer .page {
	float: left;
}
.videoGalleryContainer .entries a {
	float: left;
	height: 91px;
	margin: 4px 0px;
	padding: 3px 2px;
	position: relative;
	text-decoration: none;
	width: 137px;
	z-index: 1;
}
.videoGalleryContainer .entries a em {
	/*background: url(em-more-info.png) repeat; Test*/
	color: #ffffff;
	display: none;
	font: 10px Arial, Helvetica, sans-serif;
	margin-top: -32px;
	height: 26px;
	padding: 3px;
	position: relative;
	width: 131px;
	z-index: 10;
}
.videoGalleryContainer .entries a:hover em, .entries a.playing em {
	display: block;
}
.videoGalleryContainer .entries a img {
	border: none;
	width:137px;
	height:91px;
}
.videoGalleryContainer .next,.videoGalleryContainer .prev {
	display: block;
	width: 20px;
	height: 108px;
	margin: 0;
	cursor: pointer;
	float: left;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#e5e5e5;
	text-decoration:none;
}
.videoGalleryContainer .next {
	background-image: url(../Images/Carousel/btn_next_grey_whiteBg.gif);
}
.videoGalleryContainer .prev {
	background-image: url(../Images/Carousel/btn_prev_grey_whiteBg.gif);	
}

.videoGalleryContainer  a.prev:hover {
	background-image: url(../Images/Carousel/btn_prev_orange_whiteBg.gif);	
	text-decoration:none;
}

.videoGalleryContainer  a.next:hover {
	background-image: url(../Images/Carousel/btn_next_orange_whiteBg.gif);	
	text-decoration:none;
}

.videoGalleryContainer .next.disabled {
	cursor: auto;
	background-image: url(../Images/Carousel/btn_next_inactive_whiteBg.gif);
}

.videoGalleryContainer .prev.disabled {
	cursor: auto;
	background-image: url(../Images/Carousel/btn_prev_inactive_whiteBg.gif);
}

.videoGalleryContainer .next.disabled:hover {
	cursor: auto;
	background-image: url(../Images/Carousel/btn_next_inactive_whiteBg.gif);
	text-decoration:none;
}

.videoGalleryContainer .prev.disabled:hover {
	cursor: auto;
	background-image: url(../Images/Carousel/btn_prev_inactive_whiteBg.gif);
	text-decoration:none;
}

.videoNote {
	display: none;
}

#videoNote {
	font-size:1.1em;
	line-height:15px;
	margin:0 15px 0px 20px;
	padding-bottom:15px;
	/*width:560px;*/
	overflow:hidden;
}
#videoNoteDiv
{
     font-size: 1em; 
    /* width:560px;*/
     margin:10px 15px 0px 20px;
     padding-bottom:15px;
}
#videoNoteDiv p{margin-bottom:0.5em;}