/*	-------------------------------------------------------------
	Ectrip CSS Widget
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Design By:		xyb
	Description:	Styles for ectrip tools
	Filename:		ectrip.ui.tools.css
	Version:		1.0
	Create Date:	2011 xyb
	Last Edit:		2012.04.09 xyb
	-------------------------------------------------------------	*/
	
.picFocusScroll { position: relative; }
/*.picFocusScroll .scroll_m { border: 2px solid #FFF; }*/

.picFocusScroll .contentlist {
	width: 2000px;
	overflow: hidden;
	zoom: 1;
}
.picFocusScroll .scroll_m,
.picFocusScroll .contentlist li,
.picFocusScroll .contentlist li img {
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.picFocusScroll .contentlist li a:hover { text-decoration: none; }
.picFocusScroll .contentlist_x li {
	float: left;
	display: inline;
}
.picFocusScroll .contentlist li .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.62);
	/*filter: Alpha(Opacity=72);
	opacity:.72;*/
	color: #FFF;
	z-index: 2;
	display: none;
	padding: 5px 10px 5px 10px;
}
.picFocusScroll .contentlist li .info a:link,
.picFocusScroll .contentlist li .info a:visited { color: #EEE; }
.picFocusScroll .numlist,
.picFocusScroll .timeout {
	position: absolute;
	right: 6px;
	bottom: 6px;
	z-index: 4;
}
.picFocusScroll .numlist .control,
.picFocusScroll .numlist a:link,
.picFocusScroll .numlist a:visited {
	width: 18px;
	height: 18px;
	position: relative;
	float: left;
	margin-left: 3px;
	text-align: center;
	color: #FFF;
	background-color: #60615f;
	filter: Alpha(Opacity=95);
	opacity: .95;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif
}
.picFocusScroll .numlist .control { overflow: hidden; }
.picFocusScroll .numlist a:hover,
.picFocusScroll .numlist .on:link,
.picFocusScroll .numlist .on:visited,
.picFocusScroll .numlist .on:hover {
	background-color: #FFF;
	filter: Alpha(Opacity=95);
	opacity: .95;
	text-decoration: none;
	color: #02d1fd;
}
.picFocusScroll .numlist a:hover {
	background-color: #999;
	color: #FFF;
}
.picFocusScroll .numlist .control:link,
.picFocusScroll .numlist .control:visited,
.picFocusScroll .numlist .control-more:link,
.picFocusScroll .numlist .control-more:visited {
	line-height: 16px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	overflow: hidden;
	font-size: 11px;
}
.picFocusScroll .numlist .control-more:link,
.picFocusScroll .numlist .control-more:visited {
	color: #f08000;
	width: auto;
	padding: 0 3px;
	color: #FFF;
	font-size: 12px;
}
.picFocusScroll .numlist .next:link,
.picFocusScroll .numlist .next:visited { background-position: -25px 0; }
.picFocusScroll .numlist .on:link,
.picFocusScroll .numlist .on:visited,
.picFocusScroll .numlist .on:hover,
.picFocusScroll .numlist .control:hover {
	filter: Alpha(Opacity=82);
	opacity: .82;
}
.picFocusScroll .numlist i.arrow {
	width: 5px;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -3px;
	overflow: hidden;
	background-color: #f08000;
}
.picFocusScroll .numlist i.arrow1 {
	width: 3px;
	margin-left: -2px;
	top: -2px;
}
.picFocusScroll .numlist i.arrow2 {
	width: 1px;
	margin-left: -1px;
	top: -3px;
}
.picFocusScroll .numlist a.on i.arrow,
.picFocusScroll .numlist a:hover i.arrow,
.picFocusScroll .numlist .on:link i.arrow,
.picFocusScroll .numlist .on:visited i.arrow,
.picFocusScroll .numlist .on:hover i.arrow { display: block; }
.picFocusScroll .numlist a i.arrow,
.picFocusScroll .numlist a:link i.arrow,
.picFocusScroll .numlist a:visited i.arrow { display: none; }
.picFocusScroll .timeout {
	height: 2px;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 0;
	background-color: #1075e6;
	filter: Alpha(Opacity=38);
	opacity: .38;
}
/*--picFocusScroll greenCy--*/
.picFocusScrollCy { overflow: hidden; }
.picFocusScrollCy .numlist a:link,
.picFocusScrollCy .numlist a:visited {
	background-color: transparent;
	width: 21px;
	height: 21px;
	line-height: 21px;
	background-image: url(styles/images/sprite-picFocusScrollCy.png);
	_background-image: url(styles/images/sprite-picFocusScrollCy-8.png);
	color: #15ac01;
}
.picFocusScrollCy .numlist a:hover,
.picFocusScrollCy .numlist .on:link,
.picFocusScrollCy .numlist .on:visited,
.picFocusScrollCy .numlist .on:hover {
	background-color: transparent;
	background-position: 0 bottom;
	color: #FFF;
	filter: Alpha(Opacity=50);
	opacity: .50;
}
.picFocusScrollCy .numlist .on:link,
.picFocusScrollCy .numlist .on:visited,
.picFocusScrollCy .numlist .on:hover {
	filter: Alpha(Opacity=96);
	opacity: .96;
}
.picFocusScroll .numlist a.on i.arrow,
.picFocusScroll .numlist a:hover i.arrow,
.picFocusScroll .numlist .on:link i.arrow,
.picFocusScroll .numlist .on:visited i.arrow,
.picFocusScroll .numlist .on:hover i.arrow { display: none; }
/*---图片无限循环滚动---*/
.newScrolls {
	position: relative;
	width: 720px;
}
.newScrolls .scroll_m {
	overflow: hidden;
	width: 620px;
	height: 130px;
	margin: 15px auto auto auto;
}
.newScrolls .scroll_content { width: 10000%; }
.newScrolls li {
	width: 155px;
	float: left;
	text-align: center;
	display: inline;
}
.newScrolls li img {
	width: 130px;
	height: 90px;
	margin: 0;
}
.newScrolls li span,
.newScrolls li i {
	display: block;
	margin: 0 1em;
	line-height: 30px;
}
.newScrolls a,
.newScrolls li i {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newScrolls li i { display: block; }
.newScrolls a.control {
	top: 50%;
	left: 0px;
	position: absolute;
	display: block;
	width: 25px;
	height: 24px;
	margin-top: -12px;
	overflow: hidden;
}
.newScrolls a.control_r {
	left: auto;
	right: 0px;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span { text-transform: capitalize; }
/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child { display: block; }
/* FlexSlider Default Theme
*********************************/

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px }
/*Direction Nav*/

.flex-direction-nav {
	display: block;
	width: auto;
	z-index: 2;
*height:0;
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	background: url(images/flexslider_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev { left: -36px; }
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/*Control Nav*/


.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
	z-index: 2;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.3);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.4);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(57,139,239,0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
}
/* Autocomplete
----------------------------------*/
.ui-autocomplete { }
.ui-autocomplete-results {
	overflow: hidden;
	z-index: 99999;
	padding: 1px;
	position: absolute;
}
.ui-autocomplete-results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
/* if  the width: 100%, a horizontal scrollbar will appear when scroll: true. */
/* !important! if line-height is not set, or is set to a relative unit, scroll will be broken in firefox */
.ui-autocomplete-results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	border-collapse: collapse;
}
.ui-autocomplete-results li.ui-autocomplete-even { background-color: #fff; }
.ui-autocomplete-results li.ui-autocomplete-odd { background-color: #eee; }
.ui-autocomplete-results li.ui-autocomplete-state-default {
	background-color: #fff;
	border: 1px solid #fff;
	color: #212121;
}
.ui-autocomplete-results li.ui-autocomplete-state-active {
	color: #000;
	background: #E6E6E6 url(jqueryui/green/images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x;
	border: 1px solid #D3D3D3;
}
.ui-autocomplete-loading { background: white url('jqueryui/green/images/ui-anim.basic.16x16.gif') right center no-repeat; }
.ui-autocomplete-over {
	background-color: #0A246A;
	color: white;
}
