@charset "utf-8";
/* CSS Document */

.player_close{
	position:relative;
	top:-10px;
	left:418px;
	
}

.LB-black-overlay { 
    display: none; 
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: #000; 
    z-index:1001; 
	    -moz-opacity: 0.0; 
	    opacity:.00; 
	    filter: alpha(opacity=00); 
	} 
	 
	#single1.backdrop { 
	 
        background-color:#000;   
        position:absolute;
        z-index:1002; 
        display: none;          
	} 
	 .player{
		padding-left:40px;
		padding-top:21px;
		padding-right:40px;
		padding-bottom:40px;
		display: none;
     }
	a#close { 
	    height: 30px; 
	    width: 30px; 
	    
	    background: url(../images/Slideshow/Close.png) 0 0; 
	} 
	 
	a#close:hover { 
	    background: url(../images/Slideshow/Close.png) 0 -30px; 
	} 
	
	.scroll-pane{
		
		width:799px;
		height:105px;
		overflow:auto;
		border-style:solid;
		border-width:thin;		
	}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////
jQuery Scroll Bar styles
///////////////////////////////////////////////////////////////////////////////////////////////////////*/


.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #141212;
	position: relative;
}

.jspDrag
{
	background: #070707;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-width:thin;
	border-style:solid;
	border-color:#848484
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #070707;
	text-indent: -20000px;
	display: block;
	cursor: pointer;

	background-image:url(../images/Slideshow/upbutton.gif);
	background-repeat:none;
}

.jspArrow.jspArrowDown{
	background-image:url(../images/Slideshow/downbutton.gif);
	background-repeat:none;

}


.jspArrow.jspDisabled
{
	cursor: default;
	
}

.jspVerticalBar .jspArrow
{
	height: 16px;
	
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #070707;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////
Media List styles
///////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*videolink g selected*/

.videolink{
	text-align:left;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:14px;
	color:#b5b5b5;
	font-size:11px
}

#player a{
	color:#b5b5b5;
	font-weight:normal;
}
#VidList{
	text-align:left;

}
.videolink{
	width:100%; height:auto;
}
.videolink.g{
	background-color:#1f1e1e;
}

#player .videolink.selected a{
	
	font-weight:bold;
	color:#e5e5e5;
}


.ImageGallery img{
	display:none;
}

.gImage{
	margin-top:25px;
	display:none;
}

#ImageInfo{
	position:absolute;
	top:595px;	
	left:0px;
	width:780px;
	height:131px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:20px;
	border-color:#4d4d4d;
	border-style:solid;
	border-width:thin;
	
}

.gallery_close{
	position:absolute;
	top:5px;
	left:795px;
	cursor:pointer;
	width:21px;
	height:19px;
	background: url(../images/Slideshow/Close.jpg) 0 0;
	background-position:right;
	background-repeat:no-repeat;
	z-index:1010; 
}

#ImageIcons{
	float:right;
	width:222px;
	height:49px;
	background-color:#212121;
}

#ImageTitle{
	padding-top:13px;
	padding-left:18px;
	padding-right:18px;
	font-size:13px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	width:502px;
	float:left;
	height:36px;
}

#ImageDescription{
	text-align:left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	margin-top:10px;
	padding-left:18px;
	padding-right:18px;
}

#ImageIcons{
	padding-left:7px;
}

.ImageButton{
	float:left;
	width:14px;
	height:14px;
	border-color:#a5a5a5;
	border-style:solid;
	border-width:1px;
	margin-top:5px;	
	margin-right:6px;
	cursor:pointer;

}

.buttonSelect{

	border-width:3px;
	margin-top:3px;	
	margin-right:4px;	
	margin-left:-2px;
	margin-bottom:-2px;	
}


#Gallery_Next, #Gallery_Prev{
	position:absolute;
	height:47px;
	width:46px;
	cursor:pointer;	
	
	 -moz-opacity: 0.0; 
	 opacity:.00; 
	 filter: alpha(opacity=00); 
		
}

#Gallery_Next{
	background-image:url(../images/Slideshow/Gallery_Next.png);
}

#Gallery_Prev{
	background-image:url(../images/Slideshow/Gallery_Prev.png);
}


