/************ VIDEO PLAYER *************/

	#videoCanvas {
		height: 300px;
		overflow: hidden;
	}
	
	.video_animations {
		width: 687px;
	}
	
	.video_testimonials {
		width: 750px;
	}
	
	#videoCanvas iframe {
		width: 100%;
		height: 100%;
		border-collapse: collapse;
	}
	
	#videoPlayer {
		float: left;
		height: 300px;
	}
	
	#videoCol {
		width: 215px;
		overflow: hidden;
		padding-left: 5px;
	}
	
	#videoCol h3 {
		background: #efefef;
		color: #2671B0;
		border-bottom: 1px #ccc solid;
		height: 25px;
		margin-bottom: 5px;
		text-align: center;
	}
	
	#videoCol dl {
		overflow-y: auto;
		height: 268px;
		width: 210px;
		padding-right: 5px;
	}
	
	#videoCol a.vItem {
		padding-left: 10px;
	}
	
	#videoCol a.vItem:hover {
		background: #eef5fb;
	}
	
	#videoCol a.set,
	#videoCol a.set:hover {
		background: #f5fbf1 url(/images/form_textarea_bg.jpg) repeat-x bottom;
	}
	
	/******** video items *******/
		
		.vItems {
		}
		
		#media .vItems a {
			float: left;
			width: 200px;
			margin-right: 10px;
			height: 95px;
		}
		
		.vItems a {
			text-decoration: none;
			display: block;
			border-bottom: 1px #e7e7e7 solid;
			padding-top: 10px;
			cursor: pointer;
		}
		.vItems a img {
			display: block;
			background: #fff;
			border: 1px #d2d2d2 solid;
			padding: 3px;
		}
		
		.vItems dt {
			float: left;
			padding: 0 10px 10px 0;
		}
		
		.vItems dd {
			float: left;
			width: 114px;
			display: block;
		}
		
		.vItems h4 {
			line-height: 15px;	
		}
		
		.vItems p {
			font-size: 11px;
			line-height: 12px;
			color: #999;
			padding: 0;
		}
		
		.vItems dd div.btn {
			width: 53px;
			height: 20px;
			background: url(/images/btn_small.png) no-repeat;
			font-size: 12px;
			line-height: 20px;
			text-align: center;
			color: #fff;
			margin: 7px 0 10px 0;
		}
		
		/** hovers **/
		
		.vItems a:hover h4 {
			color: #333;
		}
		
		.vItems a:hover img {
			border-color: #369;
		}
		
		.vItems a:hover dd div {
			color: #044378;
			background-position: bottom;
		}
		
/******* VIDEO CANVAS *******/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#000;}

#colorbox{}
	#cboxTopLeft{width:14px; height:14px; background:url(/images/colorbox/controls.png) top left no-repeat;}
	#cboxTopCenter{height:14px; background:url(/images/colorbox/borderHorizontal.png) top left repeat-x;}
	#cboxTopRight{width:14px; height:14px; background:url(/images/colorbox/controls.png) top right no-repeat;}
	#cboxBottomLeft{width:14px; height:43px; background:url(/images/colorbox/controls.png) bottom left no-repeat;}
	#cboxBottomCenter{height:43px; background:url(/images/colorbox/borderHorizontal.png) bottom left repeat-x;}
	#cboxBottomRight{width:14px; height:43px; background:url(/images/colorbox/controls.png) bottom right no-repeat;}
	#cboxMiddleLeft{width:14px; background:url(/images/colorbox/borderVertical.png) top left repeat-y;}
	#cboxMiddleRight{width:14px; background:url(/images/colorbox/borderVertical.png) top right repeat-y;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:5px;}
		#cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
                #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:left; width:100%; font-weight:bold; color:#949494;}
                #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#949494;}
                
                #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(/images/colorbox/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
                #cboxPrevious{left:0px; background-position: -14px -23px;}
                #cboxPrevious.hover{background-position:-14px 0px;}
                #cboxNext{left:27px; background-position:-37px -23px;}
                #cboxNext.hover{background-position:-37px 0px;}
		#cboxClose{right:0; background-position:-60px -23px;}
		#cboxClose.hover{background-position:-60px 0px;}

                .cboxSlideshow_on #cboxSlideshow{background-position:-83px -0px; right:27px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-106px -0px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-106px -23px; right:27px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-83px -0px;}