
.highslide-container div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	text-align:justify;


}
.highslide-container table{background: none;}
.highslide{outline: none;text-decoration: none;}
.highslide img{}
.highslide:hover img{border-color: gray;}
.highslide-active-anchor img{visibility: hidden;}
.highslide-gallery .highslide-active-anchor img{border-color: black;visibility: visible;cursor: default;}
.highslide-image{}
.highslide-wrapper, .highslide-outline{}
.glossy-dark{}
.highslide-image-blur{}
.highslide-number{}
.highslide-caption{display: none;}
.highslide-heading{display: none;font-weight: bold;margin: 0.4em;}
.highslide-dimming{position: absolute;background:#B7C7CA;}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:right;
	padding: 15px;
	line-height:100px;
	background-color: #444;
	padding-left:30px;
	background-image: url(graphics/loaderrr.gif);
	background-repeat: no-repeat;
	background-position: 40px 30px;	
	width:460px; height:100px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}
a.highslide-credits,a.highslide-credits i{}
a.highslide-credits:hover,a.highslide-credits:hover i{}
.highslide-move, .highslide-move * {cursor: move;}
.highslide-overlay {display: none;}
/* semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: 30px;
	left: 45px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(graphics/close_hover.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}
.closebutton:hover{background: url(graphics/close.png); width:60px; left:65px;}


/* Styles for the HTML popups*/
.highslide-maincontent {display: none;}
.highslide-html {
/*	background-color:#2D78C4;*/
/*	background-color:#69b3ff;*/
background-color:#DDE8F9;
	background-image:url(../layout_img/highslide_ajax_bc.png);
	background-repeat:repeat-y;
	overflow:hidden;
}
.highslide-html-content {
	display: none;
	/*width: 280px;*/
	width:285px;
	overflow:hidden;
	padding: 0px;

}
/*.highslide-html-content p{ width:280px;}*/
.highslide-html-content p img{ float:left; padding-right:15px; padding-bottom:10px;}
.highslide-html-content h2{ font-size:18px; margin-bottom:0px;}
.highslide-html-content ul li { list-style:none; padding-top:3px; font-size:11px;}
.highslide-html-content form#cmb ul li { margin-left:-40px; font-size:10px; color:#CCC;}
.highslide-html-content form#cmb ul li input, .highslide-html-content form#cmb ul li textarea { 
width:270px;
border:none;
height:24px;
}

.highslide-html-content form#cmb ul li input.cmbSubmit { 
display:block;
width:40px; 
height:24px; 
background-color:#333;
border:none;
background-image:url(../layout_img/button.png);
background-repeat:no-repeat;
background-position:center;
cursor:pointer;
}
.highslide-html-content form#cmb ul li textarea { height:50px;}
.highslide-html-content form#cmb ul li input#checkbox { width:20px; height:15px; position:relative; top:4px;}


.highslide-html-content a { text-decoration:none; font-weight:bold; color:#FFF;}
.highslide-html-content a:hover, .highslide-html-content a:active {color:#CCC;}




.highslide-header {
/* display:none;*/
 height:1px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
display:none;
}
.highslide-footer .highslide-resize {
	display:none;
/*	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);*/
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}


