/* Highslide Style Sheet by JPG */
.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}

.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: #ffffff;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: #ffffff;
}
.highslide-wrapper .highslide-html-content {
    padding: 5px;
}
.highslide-wrapper .highslide-header {
	display: none
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}

.highslide-wrapper .highslide-footer {
	display: none;
}

.highslide-wrapper .highslide-body {
}

.highslide-heading {
	display: none;
	font-weight: bold;
	height: 20px;
	margin-left: 20px;
	cursor: default;
	text-align: left;
/*	background: url(highslide/graphics/icon.gif) no-repeat 0 1px;*/
}

.highslide-overlay {
 display: none	
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px; 
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.christiancinema.com/js/highslide/graphics/close.png', sizingMethod='scale');
}

/* Individual CSS-classes: trailer and top10 */
.top10 .closebutton {
	position: relative;
	top: -35px; 
}

.trailer .closebutton {
	position: relative;
	top: -38px;
	left: 18px;
}

.trailer {
	background-color: #0f0f0f;
}
.trailer .highslide-image {
	border: none;

}
.trailer .highslide-html {
	border: none;

}
.trailer .highslide-caption {
	
}

.trailer .highslide-heading {
	display:none; 
	color: white;	
	font-family: Verdana,arial,sans-serif;
	font-weight: normal; 
	font-size: 13px;
	height: 20px;
	padding-left:4px;	
	overflow: hidden;
}


.highslide-dimming {
	position: absolute;
	background: black;
}

