/*** ROUND BOX ***/

.roundbox{
	position:relative;
	background-color:#fff;
	height:100%;
	width:100%;
	border:1px solid #A5A2A5;
	text-align:center;
	/*background-image:url();*/
	/*background-color:#;*/
}

.roundbox-corner-lt, .roundbox-corner-rt, .roundbox-corner-lb, .roundbox-corner-rb{
	position:absolute;
	width:5px;
	height:5px;
	z-index:2;
	font-size:1px; /*Tweak om IE div kleiner dan 20px te krijgen!*/
}

.roundbox-corner-lt{
	background-image:url(/img/2/box/clt.gif);
	top:-1px;
	left:-1px;
}

.roundbox-corner-rt{
	background-image:url(/img/2/box/crt.gif);
	top:-1px;
	right:-1px;
}

.roundbox-corner-lb{
	background-image:url(/img/2/box/clb.gif);
	bottom:-1px;
	left:-1px;
}

.roundbox-corner-rb{
	background-image:url(/img/2/box/crb.gif);
	bottom:-1px;
	right:-1px;
}
/*** END ROUND BOX ***/
/*** SLIDESHOW NAV ***/
#ss-btn-left-arrow, #ss-btn-right-arrow{
	position:absolute;
	z-index:2;
	width:24px;
	height:19px;
	top:50%;
	font-size:1px;
}

#ss-btn-left-arrow{
	background-image:url(img/2/slideshow/btnLeft.gif);
	left:-13px;
}

#ss-btn-right-arrow{
	background-image:url(img/2/slideshow/btnRight.gif);
	right:-15px
}

#ss-btn-play{
	background-image:url(img/2/slideshow/btn_play.gif);
	width:43px;
	height:19px;
	left:60px;
	position:absolute;
}

#ss-btn-pause{
	background-image:url(img/2/slideshow/btn_pause.gif);
	width:50px;
	height:19px;
	position:absolute;
	background-position:0 -19px;
	left:103px;
}

#ss-btn-print{
	background-image:url(img/2/slideshow/btn_print.gif);
	width:53px;
	height:19px;
	position:absolute;
	right:5px;
}

.ss-menu-bar{
	text-align:left;
	background-image:url(img/2/slideshow/bg.gif);
	border-bottom:solid 1px  #A5A2A5;
	font-size:1px;
	height:19px;
	position:relative;
}

.ss-nav-bar{
	width:592px;
	height:80px;
	margin-bottom:5px;
}

#ss-btn-left-arrow:hover, #ss-btn-right-arrow:hover, #ss-btn-play:hover, #ss-btn-pause:hover, #ss-btn-print:hover{
	background-position:0 -19px;
}

.ss-thumbs{
	width:0px;
	height:0px;
	position:absolute;
	cursor:pointer;
}

#ss-root-location{
	width:0px;
	height:0px;
	left:-100px;
	top:20px;
}

#ss-viewport{
	text-align:left;
	overflow:hidden;
	width:560px;
	height:57px;
	position:relative;
	margin:0 auto;
}

.ss-viewer-border{
	border:solid 1px #A5A2A5;
	float:left;
}

.ss-viewer{
	width:350px;
	height:262px;
	float:left;
	position:relative;
	padding:5px;
}

.ss-image-viewport{
	position:absolute;
	width:350px;
	height:262px;
	top:5px;
	left:5px;
	overflow:hidden;

}

#ss-pref-backbuffer-slide, #ss-next-backbuffer-slide, #ss-active-slide, #ss-last-slide, #ss-save{
	position:absolute;
	width:350px;
	height:262px;
}


#ss-selector-border{
	top:2px;
	left:242px;
	position:absolute;
	border:2px solid #00C0FF;
	float:left;
}

#ss-selector{
	width:72px;
	height:49px;
}
/*** END SLIDESHOW NAV ***/

			#Rel
			{
				position:		relative;
			}
			.Pos
			{
				position:		absolute;
				filter:			alpha(opacity=0);
				moz-opacity:	0;
			}

