	<!--
		#movieDiv{
			margin:15px auto 0 auto;
			width:780px;
			background:#fff; /* #aaa; */
		}
		#movieDiv{
			min-height:510px;
		}
		/* mac hide \*/
		* html #movieDiv{height:510px;}
		/* end hide */
		#movieIntroDiv{
			margin:0 auto 0 auto;
			width:720px;
			border:15px solid #fff; /* #aaa; */
		}
		#movieIntroDiv h1{
			font-size:19px;
			color:#ed7200;
		}
		#movieBoxDiv{
			width:640px;
			height:240px;
			border:15px solid #fff; /* #aaa; */
		}
		#movieBoxDiv{
			margin:0 auto 0 26px; /* margin-left is arrowNav width (see below value below) plus 10px, for IE */
		}
		html>body #movieBoxDiv{
			margin:0 auto 0 20px; /* margin-left is arrowNav width (see below value below) plus 4px */
		}
		#movieViewDiv{
			background:#333;
			width:320px;
			height:240px;
			float:left;
		}
		#movieTextDiv{
			width:300px;
			text-align:justify;
			float:right;
		}
		#movieTextDiv h1{
			margin-top:0;
			text-align:left;
		}
		#movieTextDiv a:hover{
			color:#000;
		}
		#movieThbsDiv{
			margin:0;
			width:720px;
			height:100px;
			float:left;
			background:#eee;
		}
		.arrowNav{
			margin-top:42px;
			width:16px;
			height:16px;
		}
		#left{
			float:left;
			margin-left:8px;
		}
		/* browser detection hack */
		/* "html>body" hides the code from ie browsers, so ie can "only see" css codes above without "html>body" */
		html>body #left{
			float:left;
			margin-left:14px;
		}
		#right{
			float:right;
			margin-right:8px;
		}
		/* browser detection hack */
		html>body #right{
			float:right;
			margin-right:14px;
		}
		div.scroller{
			/* modify width and height of scrolling section if necessary*/
			width:720px; 
			height:100px;
			overflow: hidden;
		}
		div.scroller div.content{
			/* removing this will cause the glider to scroll up and down not sideways */
			/* minimum value must be scroller class' width times number of sections, to be safe, put a high enough value */
			width:14400px;
		}
		div.scroller div.section{
			/* modify width and height of each section as needed (should match the size of the scroller window)*/
			width:720px; 
			height:100px;
			overflow:hidden;
			float:left;
			color:#fff;
			background:#fff; /* #aaa; */
		}
		.section div{
			border:0;
			padding:0;
			/*width:132px; 
			height:100px;*/
			float:left;
		}
		.section div{
			margin:0 6px 0 5px;
		}
		/* browser detection hack */
		html>body .section div{
			margin:0 6px 0 6px;
		}
		.section img{
			background:#333;
			/*border:0;
			width:132px; 
			height:100px;*/
			border:1px solid #ddd;
			width:130px; 
			height:98px;
		}
	-->