/* Style for the accordion */

#movieAccordion{

	
	width: 351px;
	argin-left: 5px;
	background: #0c364e url('../img/bg_body.gif') left -10px repeat-x;
	
}

#accordion {
}

#accordion p {
	color: white;/*#217FB3;*/
	background-color: transparent;
	padding: 2px 10px 2px 23px;
}

#accordion h3 {
	font-size: 12pt;
	font-weight: bold;
	background: white url('../img/accordion_line.jpg') center -6px no-repeat;
}


#accordion h3 a
{
	color: #217FB3;
	padding: 10px 10px 7px 55px;
	font-family: Georgia, Serif;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}


#accordion h3.first a {
	
	background-image: url(../img/bg_h3_0.gif);
	background-repeat: no-repeat;
	background-position: 20px 0.6em;
	padding-top: 15px
}

#accordion h3.second a {
	background-image: url(../img/bg_h3_1.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}

#accordion h3.third a {
	background-image: url(../img/bg_h3_2.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}

#accordion h3.fourth a {
	background-image: url(../img/bg_h3_3.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}

*/




#accortion a:hover, #accortion a:visited{
	text-decoration: none;
	color: #217FB3;
}

#accordion h3.ui-state-active{
	background: transparent;
}

.ui-accordion-content-active
{
	overflow: hidden;
}

#accordion h3.ui-state-active a{
	color: #ffffff;
	font-weight: bold;
}

#movieContentBox{
	position: absolute;
	right: 0px;
	display: block;
	height: 358px;
	width: 640px;
	margin-right: 5px;
	z-index: 1;
}

#playButton{
	position: absolute;
	top: 140px;
	left: 260px;
	height: 80px;
	width: 120px;
	background: url(../img/btn_play.png) ; /* die gave knop kan hier! */
	cursor: pointer;
}

#accordion div.stepArrow{
	position: 
	eight: 100%;
	width: 7px;
	background: red;
	/*background: transparent url('../img/accordion_arrow.jpg') left center no-repeat;*/
	/* hier kan een achtergrond plaatje voor het pijltje. Kan die uberhaupt over flash gerenderd worden? */
	margin-right: -7px;
	z-index: 2;
}
