/* 
  ------------------------------------------------
  PVII Slideshow Magic
  by Project Seven Development
  www.projectseven.com
  Style: 06
	Image Rotator
  ------------------------------------------------
*/
/*
The Root Slideshow DIV
*/
#p7ssm {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: auto;
	position: relative;
	z-index: 100;
	padding: 0;
}
/*Toolbar Controls */
#p7ssm_toolbar {
	background-color: #3C3C3C;
	background-image: url(img/p7ssm4_ctrl_bg.jpg);
	background-repeat: repeat-x;
	display: none;
}
#p7ssm_tools {
	margin: 0 auto;
}
#p7ssm_toolbar em {display: none;}
#p7ssm_toolbar a {display: block;}
#p7ssm_first {
	background-image: url(img/p7ssm4_first.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 20px;
	background-position: left top;
}
#p7ssm_prev {
	background-image: url(img/p7ssm4_prev.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 18px;
}
.p7ssm_play {
	background-image: url(img/p7ssm4_play.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 24px;
}
.p7ssm_pause {
	background-image: url(img/p7ssm4_pause.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 24px;
}
#p7ssm_next {
	background-image: url(img/p7ssm4_next.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 18px;
}
#p7ssm_last {
	background-image: url(img/p7ssm4_last.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 20px;
}
#p7ssm_bottom, #p7ssm_nav_wrapper, #p7ssm_counter, #p7ssm_slidechannel, #p7ssm_slider, #p7ssm_slidebar, 
#p7ssm_speed, #p7SSMthmb, #p7SSMwhmb {
	display: none;
}
/*The Hover state for all the toolbar icons*/
#p7ssm_first:hover, #p7ssm_prev:hover,
.p7ssm_play:hover, .p7ssm_pause:hover,
#p7ssm_next:hover, #p7ssm_last:hover {
	background-position: left bottom;
}
/*FULLSIZE IMAGE */
/*The Outer Wrapper for Fullsize Image*/
/*\FS TABLE DO NOT EDIT - and hide from IE5 Mac*/
#p7ssm_fstbl {
	margin: 0 auto;
}
#p7ssm_fullsize {
	padding: 0px;
}
/*Animating Box Wrapper for Fullsize Image*/
#p7ssm_fsc {
	margin: 0 auto;
	padding: 0px;
	background-color: #333333;
}
/*Inner Wrapper for Fullsize Image*/
#p7ssm_fsw {
	padding: 0;
	position: relative;
}
/*Crossfade Wrapper - DO NOT EDIT*/
#p7ssm_cf {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 99;
}
/*Firefox Strict Mode Box Model Fix - DO NOT EDIT*/
#p7ssm_cf img {
	display: block;
}
/*The Fullsize Image*/
#p7ssm_fsc img {
	border: 0;
}
/*\Firefox Fix - Hide from IE5 Mac*/
#p7ssm_fsc img {
	display: block;
}
/* Description Styles */
#p7ssm_description {
	font-size: 10px;
	padding: 6px 12px;
	color: #999999;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	display: none;
}
#test {
	background-color: #FFFFFF;
	display: block;
	float: left;
	height: 160px;
	width: 240px;
	position: absolute;
	z-index: 10000;
	left: 0px;
	top: 0px;
	background-image: url(../Fireworks/Lampenwereld1_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
}
#right {
	height: 510px;
	width: 260px;
	float: right;
	background-color: #FFFFFF;
}
#middle {
	float: left;
	height: 510px;
	width: 260px;
}
#left #content {
	color: #000000;
}

#left {
	background-color: #FFFFFF;
	float: left;
	height: 340px;
	width: 260px;
}
#navigatie {
	background-color: #FFFFFF;
	height: 165px;
	width: 260px;
	float: left;
	padding-top: 5px;
}

#test a:link, #test a:visited {
	color: #FF3300;
	text-decoration: none;
}
#test a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#content {
	float: left;
	height: 320px;
	width: 240px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	line-height: 14px;
}
#content H1 {
	color: #FF0000;
	font-size: 14px;
}
#content a:link, #content a:visited {
	color: #FF0000;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #FF0000;
	text-decoration: underline;
}
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
/*	height: 530px;
	width: 780px;
	margin-left: -390px;
	margin-top: -265px; */
	height: 607px;
	width: 780px;
	margin-left: -390px;
	margin-top: -303px;
}
/*Description Paragraphs*/
#p7ssm_description p {
	margin: 6px 0;
}
/*Description Links*/
#p7ssm_description a {
	color: #3366CC;
}
/*Hiiden Link for Fullsize Image. DO NOT EDIT*/
.p7ssm_lk {
	display:none;
}
/*Hidden Description Source. DO NOT EDIT*/
.p7ssm_fd {
	display:none;
	padding: 0;
	position: relative;
	left: 100px;
	top: 20px;
}
/*The Loading Progrees Bar. DO NOT EDIT*/
#p7ssm_loading {
	position:absolute;
	left:0px;
	top:0px;
	visibility: hidden;
	z-index: 100;
}
body {
	background-color: #333333;
}
#footer {
	text-align: right;
	border-style: none;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover, #footer a:active {
	color: #CCCCCC;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tekstveld {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:200px;
}
.knop {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width:150px;
	height:25px;
	background-color:#666666;
	border:none;
}
.knop:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:150px;
	height:25px;
	background-image:url(../p7pm/img/p7PM_sapphire.jpg);
	background-repeat:no-repeat;
	border:none;
}#wrapper #content {
	float: left;
}
#filmpje {
	float: left;
	height: 510px;
	width: 520px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	line-height: 14px;
}
#filmpje H1 {
	color: #FF0000;
	font-size: 14px;
}
#filmpje a:link, #filmpje a:visited {
	color: #FF0000;
	text-decoration: none;
}
#filmpje a:hover, #filmpje a:active {
	color: #FF0000;
	text-decoration: underline;
}
