/********************************************************
 *
 * VIDEO GALLERY AND PHOTO GALLERY STYLES
 *
 * *****************************************************/
#video_frame
{
	border:solid 2px black;
	position:relative;
	background:#586667;
	z-index:100;
	width:385px;
	height:453px;
	overflow:hidden;
}
#video_embed
{
	border:solid 7px #586667;
	height:300px;
	width:370px;
	background-color:#586667;
}
#video_slider
{
	padding-top:4px;
	margin-top:30px;
	width:377px;
	border-left:solid 3px #586667;
	border-right:solid 3px #586667;
	background: #586667;
}
#video_thumbs
{
	overflow:auto;
	overflow-y: hidden;
	display:block;
	width:380px;
}
.innerThumbFrame
{
}

#photo_gallery_frame
{
	border:solid 2px black;
	position:relative;
	width:500px;
	height:219px;
	background:#586667;
}
#photo_gallery_inner_frame
{
	margin-top:25px;
	margin-bottom:20px;
	margin-left:5px;
}
#photo_gallery_popup
{
	width:560px;
	background:#fff;
	position:absolute;
	z-index:200;
	top:500px;
	left:150px;
	padding-top:10px;
	padding-bottom:10px;
}
#single_image_popup
{
	position:absolute;
	z-index:300;
	top:260px;
	left:150px;
	background:#454545;
	padding:5px;
	padding-right:3px;
}
#photo_thumbs
{
	overflow:auto;
	overflow-y: hidden;
	display:block;
	width:480px;
}

.popup_images
{
	margin-left:10px;
}

.photogallery_image
{
	border:solid 2px #6e6e6e;
}
.photogallery_image_over
{
	border:solid 2px black;
}

.photo_link
{
	color:#fff;
	text-align:center;
	font-weight:bold;
}

.popup_link
{
	color:#000;
	font-weight:bold;
	margin-left:10px;
}

.show_photo
{
	width:540px;
}
