
#flashmovie{
background-color:#fff;
height:auto;
margin-bottom:11px;
overflow:hidden;
position:relative;
width:700px;
background-position: top left;
background-repeat: no-repeat;
border:5px solid #d9d8d8;
}

#flashmovie.expanded {
color:#000;
height:auto;
}


#flashmovie h1,#flashmovie-headline {
color:#000;
font-size:1.2em;
display:none;
line-height:40px;
}

#flashmovie-headline {
display:block;
height:40px;
text-indent:13px;
}

#flashmovie.expanded h1 {
display:inline;
padding: 6px 8px;
background-color: #000;
color: #fff;
line-height:36px;
}

#flashmovie.expanded li {
background-color:transparent;
height:80px;
}

#flashmovie .flashmovie-thumb {
display:block;
float:left;
height:76px;
width:76px;
margin:2px 13px 13px;

}



#flashmovie .flashmovie-title {

font-size:1.0em;
font-weight: bold;
line-height:22px;

}


#flashmovie h1, #flashmovie div, #flashmovie a {
	position: relative;
	z-index: 40;
	color: #000;
	text-decoration: none;
}

#flashmovie-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;	
	}

#flashmovie #flashmovie-imgs {
	z-index: 11;
	overflow: hidden;
	position: absolute;
	top: -40px;
	left: 0px;
	width: 700px;
	height: 360px;
	}
	
#flashmovie.expanded #flashmovie-imgs {
	top: 0px;
}
	
#flashmovie-imgs img {
	visibility: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;

}

#flashmovie-imgs #flashmovie-img-0 {
	visibility: visible;
	
}

#flashmovie-list {
position: relative;
z-index: 50;
list-style-type: none;
}

#flashmovie.expanded li {
	padding-top: 2px;
	height: 78px;
	width: 550px;
	/*
	_height: 80px;
	*/
	cursor: pointer;	
}


#flashmovie #flashmovie-marker {
	position: absolute;
	top: 41px;
	height: 80px;
	width: 415px;	
	z-index: 13;
	}
	
#flashmovie .flashmovie-thumb {
	margin: 0px 14px 0px 2px;
}

#flashmovie .flashmovie-thumb img {
	margin: 0px;

}

#flashmovie .flashmovie-title {
	color: #000;
}

#flashmovie-list li.current .flashmovie-title, #flashmovie-list li.current .flashmovie-excerpt {
	color: #fff;
}


#flashmovie.expanded #flashmovie-headline,#flashmovie #flashmovie-list,#flashmovie.expanded .flashmovie-thumb,#flashmovie.expanded .flashmovie-excerpt {
display:none;
}

#flashmovie.expanded .flashmovie-title,#flashmovie.expanded .flashmovie-thumb,#flashmovie.expanded .flashmovie-excerpt {
display:block;
}

#flashmovie .flashmovie-excerpt {
width: 450px;
font-size:0.90em;
}

#flashmovie.expanded #flashmovie-list {
display: block;
margin-top: 4px;
}




#container_flashmovie {

width:700px;
margin:auto;

}

div#container_middle_flashmovie {
width:960px;
height:370px;
background-image: url(../images/middle.png);
background-repeat:no-repeat;

}

#flashmovie a.flashmovie-title:hover {
text-decoration:underline;
}