/*---- HIGHSLIDE STYLES ----*/

/** {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}*/
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
	z-index:100;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../gfx/hs-graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 300px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.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-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	/*text-transform: uppercase;*/
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	/*height: 11px;
	background:red;*/
}
.highslide-wrapper .highslide-footer .highslide-resize {
	/*float: right;*/
	height: 11px;
	width: 11px;
	background: url(../gfx/hs-graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
    float:left;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-footer {
	/*display: none;*/
}




/*-- CUSTOM STYLES [Zicht] --*/

/*- Flash-content -*/
.highslide-wrapper .highslide-html-content {
	width:				650px !important;
}

.highslide-flash-content {
	position: absolute;
    display: none;
	z-index:100;
}

.highslide-flash-content {
	width:				428px !important;
	padding: 			5px;
}

.highslide-wrapper .highslide-header {
	/*height:				30px;*/
}

.highslide-wrapper .highslide-header div.highslide-title {
	float:				left;
}

.highslide-wrapper div.highslide-close {
	float:				right;
	top:				0;
    margin-bottom:      10px;
}

.flashVideoCon {
	border:				1px solid #a4a6a7;
}


.highslide-footer {
	height:				25px !important;
	margin-top:			25px;
}

.highslide-footer .projectinfo {
	float:				left;
}

.highslide-footer .prevnextnavi {
	float:				right;
}


/*- Projectinformatie content -*/

.highslide-wrapper .highslide-body {
	width:				650px !important;
	padding:			0;
	margin:				0;
	zoom:				1;
	overflow:			hidden;
}

div.highslide-leftCon {
	float:				left;
	width:				380px;
	margin-right:		20px;
}

.ezs-logo {
	display:			none;
}

div.highslide-rightCon {
	float:				left;
	width:				250px;
}

div.highslide-leftCon h1 {
	height:				2.8em;
}

div.highslide-leftCon table.projectThumbs {
	width:				100%;
    border-collapse:    collapse;
}
div.highslide-leftCon table.projectThumbs a {
    display:            block;
    float:              left;
	border:				1px solid #fff;
    
}
div.highslide-leftCon table.projectThumbs a:hover {
	border:				1px solid #ff7800;
}

div.highslide-rightCon div.projectVisual {
	margin-top:			40px;
}

div.highslide-rightCon .print {
	display:			none;
}

div.highslide-rightCon div.visualCaption {
	margin:				15px 0 10px 0;
}

div.highslide-rightCon div.projectBttns {
	position:			absolute;
	bottom:				0px;
}


/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
