@charset "UTF-8";
/* CSS Document */



/* Styles for the popup */

.highslide-wrapper2, .rounded-white {
	background-color:#fff;
}
.highslide-wrapper2 .highslide-html-content {
	
	padding: 0px;
	background-color:#fff;
}
.highslide-wrapper2 .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper2 .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper2 .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper2 .highslide-header ul li.highslide-previous, .highslide-wrapper2 .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper2 .highslide-header a {
	font-weight: bold;
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper2 .highslide-header a:hover {
	color: #ccc;
	text-decoration:underline;
}
.highslide-wrapper2 .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper2 .highslide-footer {
	height: 11px;
}
.highslide-wrapper2 .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../css/highslide/graphics/resize.gif);
}
.highslide-wrapper2 .highslide-body {
}
.highslide-wrapper2 .highslide-controls { display:none; }
.highslide-wrapper2 .highslide-number { display:none; }

.highslide-wrapper2 .highslide-maincontent {
	background:#fff;
	display: none;
	width:300px;
	min-height:150px;
	padding:0px;
	margin:0px;
	font-size:10px;
}



/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	/* Note! the src is relative to the HTML file, not the CSS file */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}
