.highslide {
	cursor: url(/img/highslide/zoomin.cur), pointer;
	outline: none;
}

.highslide-image {
	border: 2px solid white;
}

.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	padding: 0;
	background-color: #fff;
	font-size: 0.8em;
	color: #2c2c2c;
	font-weight: bold;
}

.highslide-loading {
	display: block;
	color: #2c2c2c;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	background-color: #2c2c2c;    
	padding-left: 22px;
	background-image: url(/img/highslide/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;  
}

.highslide-display-block {
	display: block;	
}

.highslide-display-none {
	display: none;
}

.control {
	border: 1px solid #2c2c2c;
	float: right;
   display: block;
   position: relative;
	margin: 10px 0 0 0;
	padding: 0 5px 0 5px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

.control, .control * {
	color: #2c2c2c;
}

a.control:link, a.control:visited  {
	color: #2c2c2c;
	text-decoration: none;
}

a.control:hover, .a.control:active  {
	color: #fff;
	background-color: #2c2c2c;
	text-decoration: none;
}

.highslide-move {
	display: block;
	margin-right: 5px;
	cursor: move;
}

/* html */
.highslide-html {
	background-color: #242424;	
	text-align: justify;
	padding: 15px;
	color: #fff; 
}

.highslide-html-blur {
}

.highslide-html-content {
	position: absolute;
	display: none;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: #fff;
}

.highslide-wrapper .highslide-html-content {
	width: 500px;
	height: 400px;
	padding: 5px;
}

.highslide-wrapper .highslide-header div {
}

.highslide-wrapper .highslide-header ul { /* liens déplacer - fermer */
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;		
}

.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 5px;
}

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

.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0 1px 0 1px;
	font-size: 0.7em;
}

.highslide-wrapper .highslide-header a:hover {
	color: #c1d000;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}

.highslide-wrapper .highslide-footer {
	height: 11px;
}

.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 10px;
	height: 11px;
	width: 11px;
	background: url(/img/highslide/resize.gif) right bottom;
}

.highslide-wrapper .highslide-body {
}

.highslide-resize {
	cursor: nw-resize;
}

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

.highslide-display-none {
	display: none;
}

