body {
   margin: 0 auto;
   background: #010101 url(/en/html/filmtop.jpg) repeat-x;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   font-size: 13px;
}

#slideContainer {
	width: 380px;
	height: 290px;
	display: block;
	margin: 0 auto;
	background: #3B3B3B url(/en/html/showbg.jpg) no-repeat;
}
#nslideContainer {
	width: 500px;
	height: 333px;
	display: block;
	margin: 0 auto;
 margin-top: 5px;
/*	background: #3B3B3B url(/en/html/showbg.jpg) no-repeat; */
}
#nslideContainer ul {
	margin: 0;
    padding: 0;
    list-style: none;
     text-align: center;
    margin: 0 auto;
}
#nslideContainer ul li{
	margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 333px;
    text-align: center;
    margin: 0 auto;
}
#imageContainer {
	width: 338px;
	height: 290px;
	display: block;
	margin: 0 auto;
}
#filmcontainer {
   display: block;
   margin: 0 auto;
   width: 770px;
   clear: both;
   min-height: 380px;
}
#nfilmcontainer {
	display: block;
	margin: 0 auto;
	width: 900px;
	clear: both;
	min-height: 380px;
}

#left {
	float: left;
	height: 90px;
	width: 380px;
	display: inline;
	padding-top: 12px;
	min-height: 290px;
}
#right {
	float: left;
	height: auto;
	width: 338px;
	display: inline;
	padding-top: 12px;
}
#nright {
	float: left;
	height: auto;
	width: 500px;
	display: inline;
	padding-top: 12px;
}
