@charset "utf-8";
/*------------------------------------------- begin specific beijing styles ------------------------------------------------*/
/*--- begin horizontal scroller configuration -> beijing ---*/
#beijing_scroller {
	position: absolute;
	top: 0;
	right: 10px;
	left: 368px;
	width: auto;
	white-space: nowrap;
	height: 500px;
	float: left;
	overflow: hidden;
}
#beijing_slider {
	position: absolute;
	top: 480px;
	right: 10px;
	left: 368px;
    margin-right: 6px;	
    width: auto;
    height: 1px;
    background: #b2b2b2;
}
.ui-slider-handle {
     position: absolute;
	 top: -4px;
     width: 6px;
     height: 9px;
     background: url(../pics/scroller.gif) no-repeat;
	 background-position: 0;
	 background-color: transparent;
}
* html .ui-slider-handle {
	 top: -9px; /* fix for ie6 */
}
/*--- end horizontal scroller configuration -> beijing ---*/
ul#beipics, ul#beititle {
	position: absolute;
	left: 0;
	width: 8930px; 
}
ul#beipics {
	top: 0;
	height: 450px;
}
ul#beititle {
	top: 450px;
	height: 12px;
}
ul#beipics li, ul#beititle li {
	margin-right: 5px;
	list-style-type: none;
	float: left;
}
ul#beititle li {
	margin-top: 2px;
	height: 12px;
}
ul#beipics li.b, ul#beititle li.b, ul#beipics li.e, ul#beititle li.e {
	width: 675px;
	border: 0;
}
ul#beipics li.s, ul#beititle li.s {
	width: 300px;
	border: 0;
}
ul#beipics li.e, ul#beititle li.e {
	margin-right: 0;
}
/*------------------------------------------- end specific beijing styles ------------------------------------------------*/
