html,body { overflow: hidden; } 
body {
	background-image:url(../img/bg_main.jpg);
}

h1 {
	margin:0 0 0 20%;
	padding:0 0 0 50px;
	font-size:1.5em;
	color:#B1B1B1;
}

.highslide-header {
	display:none;
}
.highslide-footer {
   display: none;
}
.highslide-html {
   border: 0;
}
.highslide-html-content {
   padding: 0;
}

.highslide-wrapper .highslide-html-content {
	padding: 0; 
}
.highslide-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../scripts/highslide/graphics/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}