#YMlw_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#YMlw {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

#YMlw #YMlw_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #YMlw_container {
		overflow: hidden;
	}

#YMlw #YMlw_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}

#YMlw #YMlw_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}
#YMlw #YMlw_media_primary {
}
#YMlw iframe {
	overflow: hidden;
}

#YMlw #YMlw_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

#YMlw #YMlw_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

#YMlw #YMlw_loading span a,
#YMlw #YMlw_loading span a:link, 
#YMlw #YMlw_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

#YMlw #YMlw_loading span a:hover,
#YMlw #YMlw_loading span a:active {
		text-decoration: underline;
	}


#YMlw #YMlw_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#YMlw #YMlw_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
#YMlw #YMlw_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

#YMlw #YMlw_navigation a,
#YMlw #YMlw_navigation a:link,
#YMlw #YMlw_navigation a:visited,
#YMlw #YMlw_navigation a:hover,
#YMlw #YMlw_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

#YMlw #YMlw_previous, 
#YMlw #YMlw_next {
		width: 49%;
		height: 100%;
		background: transparent url(../img/lightw_blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}

#YMlw #YMlw_previous { 
		float: left;
		left: 0px;
	}

#YMlw #YMlw_next { 
		float: right;
		right: 0px;
	}

#YMlw #YMlw_previous:hover, 
#YMlw #YMlw_previous:active { 
		background: url(../img/lightw_prevlabel.gif) left 15% no-repeat; 
	}

#YMlw #YMlw_next:hover, 
#YMlw #YMlw_next:active { 
		background: url(../img/lightw_nextlabel.gif) right 15% no-repeat; 
	}

#YMlw #YMlw_previous_title,
#YMlw #YMlw_next_title {
		display: none;
	}
	 
#YMlw #YMlw_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

#YMlw #YMlw_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

#YMlw a#YMlw_galleries_tab,
#YMlw a:link#YMlw_galleries_tab,
#YMlw a:visited#YMlw_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(../img/lightw_black70.png) repeat 0 0 transparent;
	}

	* html #YMlw a#YMlw_galleries_tab,
	* html #YMlw a:link#YMlw_galleries_tab,
	* html #YMlw a:visited#YMlw_galleries_tab {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

#YMlw a:hover#YMlw_galleries_tab,
#YMlw a:active#YMlw_galleries_tab {
		color: #ffffbe;

	}

#YMlw #YMlw_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}

#YMlw #YMlw_galleries_tab .up	{
		background: url(../img/lightw_ar-up.gif) no-repeat 60px 5px transparent;
	}

#YMlw #YMlw_galleries_tab .down {
		background: url(../img/lightw_ar-down.gif) no-repeat 60px 6px transparent;
	}

#YMlw #YMlw_galleries_list {
		background: url(../img/lightw_black70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #YMlw #YMlw_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

#YMlw .YMlw_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

#YMlw .YMlw_galleries_list h1 {
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

#YMlw .YMlw_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

#YMlw .YMlw_galleries_list a, 
#YMlw .YMlw_galleries_list a:link, 
#YMlw .YMlw_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

#YMlw .YMlw_galleries_list a:hover, 
#YMlw .YMlw_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}

#YMlw #YMlw_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

#YMlw #YMlw_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

#YMlw #YMlw_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

#YMlw #YMlw_data_caption {
		margin-right: 100px;
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
		text-align: left;
	}

#YMlw #YMlw_data_details {
		background-color: #f0f0f0;
		padding: 0 10px;
		height: auto;
	}

#YMlw #YMlw_data_author_container {
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
	}

#YMlw #YMlw_data_gallery_container {
		font-size: 10px;
		text-align: left;
		color: #666666;
		line-height: 20px;
	}

#YMlw #YMlw_title_bar {
/*	height: 25px;*/
	height: 25px;
	overflow: hidden;
}

#YMlw #YMlw_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
		margin-right: 150px;
	}

#YMlw a#YMlw_title_bar_close_link {
		position: absolute;
		bottom: 5px;
/*		right: 5px;*/
		text-indent: -300px;
		overflow: hidden;
	}


#YMlw a#YMlw_title_bar_close_link,
#YMlw a:link#YMlw_title_bar_close_link,
#YMlw a:visited#YMlw_title_bar_close_link {
		display: block;
		width: 66px;
		height: 22px;
		background: transparent url(../img/videobox_close.gif) no-repeat center;
		margin: 5px 0;
		cursor: pointer;
	}

#YMlw a:hover#YMlw_title_bar_close_link,
#YMlw a:active#YMlw_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/

#YMlw p {
	color: #000000;
	padding-right: 10px;
}


