@charset "utf-8";
/*------------------------------------------- begin specific shanghai styles ------------------------------------------------*/
/*--- begin horizontal scroller configuration -> shanghai ---*/
#shanghai_scroller {
	position: absolute;
	top: 0;
	right: 10px;
	left: 368px;
	width: auto;
	white-space: nowrap;
	height: 500px;
	float: left;
	overflow: hidden;
}
#shanghai_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 -> shanghai ---*/
ul#shapics {
	position: absolute;
	top: 0;
	left: 0;
	width: 4720px;
	height: 450px; 
}
ul#shapics li {
	margin-right: 5px;
	height: 450px;
	list-style-type: none;
	float: left;
}
ul#shapics li.b, ul#shapics li.e {
	width: 670px;
	border: 0;
}
ul#shapics li.e {
	margin-right: 0;
}
/*------------------------------------------- end specific shanghai styles ------------------------------------------------*/


