#video-lightbox
{
	width:					924px;
	margin:					0px auto;

}

#lightbox-content
{
	padding:				0px;
	background-color:		white;
}

#video-lightbox-header
{
	background-color:		white;
	text-align:				left;
	height:					35px;

}

#lightbox-close
{
	float:					right;
	margin-right:			15px;
	color:					white;
	font-size:				10px;
	line-height:			35px;
	color:					black;
}



#slidecounter,
#slide-title
{
	display:				none;
}

/*	frame around the video	*/
#lightbox-frame
{
	padding:				0px 35px 35px 35px;
	width:					854px;
}

#lightbox-picker
{
/*	width:					300px;	*/
	width:					260px;
	height:					480px;
/*	width:					auto;	*/
	margin-left:			890px;
	text-align:				left;
	overflow:				auto;
}

#lightbox-footer
{
	display:				none;
	clear:					both;
	padding:				7px 30px 23px 0px;
}

a#more-testimonials
{
	margin-left:			350px;
	padding:				3px 10px 5px;
	border:					1px solid #BEC7CD;
	color:					white;
	white-space:			nowrap;
	background-color:		#8E920F;
	height:					23px;
	font-size:				12px;
}

#caption
{
	margin:					0px 35px 37px 0px;
	text-align:				left;
	font-size:				11px;
}

a.video-thumbnail
{
	display:				block;
	border-bottom:			1px solid #eeeeee;
	margin:					0px 7px 8px 0px;
	background-color:		white;
	overflow:				auto;
	clear:					both;

	color:					#555555;
}
a.video-thumbnail img
{
	float:					left;
	margin:					0px 10px 4px 0px;
}
a.video-thumbnail h2
{
	text-decoration:		underline;
	color:					#0030ff;
}
a.video-thumbnail p
{
	line-height:			15px;
	font-size:				12px;
	color:					#6a6a6a;
}

/*	white inset border around highlight item	*/
a.video-thumbnail img.highlight
{

	clip:rect(1px 82px 61px 1px);
}

#slideshow_frame
{
	position: 	relative;
	width: 		854px;
	height: 	198px;

	margin:		0px 0px 32px 0px;
	padding:	0px 0px 0px 47px;

	border-bottom:	1px solid #C6C887;
}
#lightbox-frame
{
	background-repeat:		no-repeat!important;
}

#slide-title,
#slidecounter
{
	display:				none;
}

.slideshow_slide
{
	z-index: 	0;
	
	position: 	absolute;
	top: 		0px;
	left: 		0px;

	display: 	none;
		padding:	0px 0px 1px 47px;

	width: 		587px;
	height: 	198px;
	overflow: 	hidden;
}

#slide_1
{
	display: 	block;
}

#slideshow_queued
{
	display: 	block;
	z-index: 	10;
}

#slideshow_shown
{
	display: 	block;
	z-index: 	20;

	filter: 		alpha(opacity=99);
	opacity: 		.99;
	-moz-opacity: 	.99;
	-khtml-opacity:	.99;
}

#slide-nav
{
	position: 	absolute;
	bottom: 		11px;
	left: 		114px;
	z-index:	1000;
}

#slide-nav a,
#slide-nav a.normal
{
	float:			left;
	display:		block;
	width:			13px;
	height:			13px;
	border:			1px solid #CCCCCC;

	text-align:		center;
	line-height:	13px;
	font-size:		10px;
	color:			#999999;

	margin-right:	5px;
}

#slide-nav a.slide-active
{
	border:			1px solid #C4CE2C;
	background-color:	#C4CE2C;
	color:				white;
}


iframe
{
	border:				0px;
	overflow:			hidden;
}

