iframe {
	overflow:hidden;
  	padding:0px !important;
  	margin:0px !important;
}



.highslide-html {
    background-color:#ffffff;
    overflow:hidden !important;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
    overflow:hidden;
}
.highslide-loading {
    display:block;
	color:#fff;
	padding: 2px;
    padding-left: 22px;
    background: url(/highslide/graphics/loader.gif) no-repeat center center #000;
}

		.highslide-credits {
			display:none !important;
		}
		

		
		



/* Styles for the popup */
.highslide-wrapper {
	background-color:#ffffff;
}
.highslide-wrapper .highslide-html-content {
    width:475px;
	height:620px;
}


.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}

.highslide-header {
	background:#fff url(/images/requestheader.gif) 10px 5px no-repeat !important;
	display:block;
	border:none !important;
	overflow:hidden   !important;
	height:55px  !important;
}
	.highslide-header li {
			margin-right:15px;
			display:block;
			float:left !important;
			position:relative !important;
			left:330px !important;
			/*top:-15px !important;*/
	}
		
	
		
		.highslide-close a {
			color:#333 !important;
			text-decoration:none;

			font: normal 11px arial;
			padding:0 10px 0 0;
			margin:0;
			height:35px !important;
			text-transform:uppercase;
		}
			
		.highslide-move a {
			display:none;
			/*
			color:#443325 !important;
			background-color:#fff;
			text-decoration:none;
			*/
		}
 .highslide-footer {
	display:none !important;
}


.highslide-wrapper {
	color: black;
	overflow:hidden;
  	padding:0px !important;
  	margin:0px !important;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/highslide/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
	overflow:hidden;
  	padding:0px !important;
  	margin:0px !important;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



