﻿
/*********图片切换 css定义***********/
.sub_box {
	width: 267px;
	height: 239px;
	float: left;
	/*position: relative;*/
	overflow: hidden;
	border: 1px solid #cccccc;
	background:
		url(http://trip.elong.com/trip/default/news/images/logo_gray.jpg)
		center center no-repeat;
	background:
		url(http://trip.elong.com/trip/default/news/images/logo_gray.jpg)
		220px 120px no-repeat;
}

.sub_box img {
	border: none;
	width: 267px;
	height: 239px;
}

#bd1lfimg {
	position: relative;
	width: 267px;
	height: 239px;
	overflow: hidden;
}


#bd1lfimg dl {
	width: 267px;
	height: 239px;
	position: relative;
	overflow: hidden;
	float: left;
}

#bd1lfimg dt {
	width: 267px;
	height: 239px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#bd1lfimg dd {
	width: 267px;
	height: 40px;
	background: #000000;
	filter: alpha(Opacity = 70);
	Opacity: 0.7;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#bd1lfimg dd h2 {
	height: 20px;
	padding: 0px 0 px 0;
	line-height: 20px;
	overflow: hidden;
}

#bd1lfimg dd h2 a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#bd1lfimg dd a {
	color: #ffffff;
	text-decoration: none;
}

#bd1lfimg dd a:hover {
	text-decoration: none;
	color: #cccccc;
}

#bd1lfimg dd tt {
	color: #dddddd;
	line-height: 1.2em;
}

#bd1lfimg dd tt a:hover {
	text-decoration: underline;
}

.sub_nav {
	width: 267px;
	height: 17px;
	bottom: 160px;
	position: absolute;
	color: #999999;
	z-index: 200;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { .sub_nav {bottom:220px} } 

.sub_no {
	height: 17px;
	float: right;
}

.sub_no li {
	display: block;
	width: 17px;
	height: 17px;
	float: left;
	overflow: hidden;
	line-height: 17px;
	vertical-align: middle;
	text-align: center;
	background: #000000;
	filter: alpha(Opacity = 70);
	Opacity: 0.7;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	cursor: pointer;
}

.sub_no li.show {
	background: #ffffff;
	color: #000000;
}

.sub_more {
	float: right;
	width: 50px;
	height: 17px;
	background: #000000;
	filter: alpha(Opacity = 70);
	Opacity: 0.7;
	color: #999999;
	text-align: center;
	line-height: 17px;
}

.sub_more a {
	color: #999999;
}

.sub_more a:hover {
	color: #cccccc;
	text-decoration: none;
}
/*********图片切换 css定义***********/