#photo_strip { margin-left:15px; width:1200px;
margin: auto;
position:relative;}
#container {
	margin:0;
	padding:0;
	overflow:auto;
	color:#222;
	background-image: url(images/Body/bg3.jpg);
}
#container ul { height: auto; margin:0; padding:0; list-style:none; white-space:nowrap; display:table-row; }
#container ul li { float:left; display:table-cell; padding:0 5px; background-image: url(images/Body/bg3.jpg); border-bottom:1px solid #888; vertical-align:top;}
#container ul li img {border:1px solid #555; margin: 5px 0 0 0;}
#photo_strip h1 {text-align:center; padding:0; margin:0; width:900px; height:38px; line-height:35px; color:#555; font-weight:normal; font-size:20px; border-bottom:1px solid #888;}
#container p {margin:0; padding:5px 0; font-size:11px;}


*html #container {
width:95%; 
scrollbar-arrow-color: #eee;
scrollbar-3dlight-color: #888;
scrollbar-highlight-color: #eee;
scrollbar-face-color: #888;
scrollbar-shadow-color: #eee;
scrollbar-darkshadow-color: #888;
scrollbar-track-color: #fff;
}
*html #container ul li {display:inline; zoom:1; height:390px;}
*html #container {height:800px; height:100%; margin: 0 0 15px 0;}


