iframe {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: transparent;
}

.highslide-caption {
	display: none;
	border-top: none;
	padding: 0 10px 10px 10px;
	background-color: white;
	/*text-align: justify;*/
}

.highslide-wrapper {
	width: 550px;
	height: 550px;
	background-color: #aaaaaa;
	padding: 0 0 0 0;
	margin: 0;
	overflow: hidden;
}

.highslide-wrapper .highslide-header {
	display: none;
	height: 0px;
	width: 0px;
}

.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-html {
	background-color: #aaaaaa;
	border: 0;
	margin: 0;
	padding: 0;
}
