/* CSS Document */
<!--机票页图片展示-->
.js{
	height:290px;
	width:430px;
	overflow:hidden;
	position:relative;
}
.js ul{
	padding:0;
	margin:0;
}
#idPicShow{
	border:1px solid #eee;
	position:relative;
	border:#EBEBEB 3px solid;
	width:405px!important;
	height:290px!important;
	*width:405px;
	*height:290px;
	_width:405px;
	_height:290px;
	width:405px;
	height:290px;
	
}
#idPicShow a img{
	width:405px!important;
	height:290px!important;
	*width:405px;
	*height:290px;
	_width:405px;
	_height:290px;
	width:405px;
	height:290px;
}
#idPicText{
	display:none;
	color:#fff;
	line-height:25px;
	text-align:left;
	font-weight:bold;
	width:282px;
	white-space:nowrap;
	overflow:hidden;
	font-size:16px;
	position:absolute;
	bottom:5px;
	left:5px;
	padding-left:5px;
}
#idPicList{
	background:url(../images/jsul.gif) bottom right no-repeat ;
	float:right;
	position:absolute;
	top:1px;
	right:0px;
	height:290px;
	width:35px;
}
#idPicList li a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
}
#idPicList li{
    background:url(../images/jsli.gif) no-repeat top right;
    color: #fff;
    text-align: center;
    line-height: 72px;
    width: 30px;
    height: 72px;
    font-family: Arial;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
	position:relative;
	right:-7px;
	top:-1px;
    
    
}
#idPicList  .on{
    background:url(../images/json.png) right repeat-y;
    line-height: 72px;
    width: 37px;
    height: 74px;
    font-size: 16px;
    border: 0;
    font-weight: bold;
	position:relative;
	left:0px;
	top:2px;
	z-index:1000000;
}
#idPicList .on a{
	color:#FFFFFF;
}

