/* The Cascading StyleSheet by 96365ued 
	你可以通过关键字搜索以下相关
	jQuery 插件相关样式
	1、动公告_flow_box；
	2、遮盖层_overlay；
		1)样式初始化 2)小组件
   3、布局；
   4、+++++++++++
*/


	
/*滑动公告_flow_box 内容容器*/
.flow_box{position:relative;overflow:hidden;width:680px;height:250px;text-align:center}
	#flow_nav {z-index:10;position:absolute;bottom:5px;right:2px;overflow:hidden;width:auto;height:24px;}
	#flow_nav li {float:left;margin-right:5px;width:21px;height:26px;}
	#flow_nav li a{display:block;margin:0;padding:0;width:21px;height:25px;text-align:center;color:#000;font-weight:bold;font-size:12px;line-height:26px;font-family:Verdana;text-decoration:none;background:url(../Image/jquery/flow_icon.gif) no-repeat 0 0;outline:none;-moz-outline:none;}
	#flow_nav li a.current {color:#FFF;background-position:-71px 0;}
	
	/* panes*/
	#flow_panes{z-index:8;position:relative;overflow:hidden;clear:both;width:680px;height:250px;/*border:1px solid #CCCCCC;*/}
	/* our additional wrapper element for the items */
	#flow_panes .items{position:absolute;clear:both;margin:0;padding:0;width:20000em;}
	#flow_panes .items div{float:left;cursor:pointer;margin:0;width:680px;color:#2AB;font-size:14px;}
	#flow_panes .items div img{width:680px;height:250px;}
/*滑动公告 控制按钮(默认隐藏;需要显示请删除:hide)*/
.flow_box #actionButtons{z-index:12;position:relative;margin-top:-30px}

	/*业主话题*/
	.ms_owner .flow_box{width:356px;height:238px;}
		/* nav*/
		.ms_owner #flow_nav {}
		/* panes*/
		.ms_owner #flow_panes{width:356px;height:238px;border:none;}
		.ms_owner #flow_panes .items div{width:356px;height:238px;}
		.ms_owner #flow_panes .items div img{width:356px;height:238px;}


/*遮盖层_overlay*/
/* overlay元素*/ 
div.overlay {display:none;padding:50px;width:550px;height:180px;background-image:url(../Image/jquery/overlay/white.png);}
div.overlay {_background-image:url(../Image/jquery/overlay/white_IE6.gif);}
/*{_background-image:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.96365.cn/daoyi/Image/jquery/overlay/white.png', sizingMethod='scale');}*/
/*关闭按钮*/
div.overlay div.close {position:absolute;right:5px;top:5px;cursor:pointer;width:35px;height:35px;background-image:url(../Image/jquery/overlay/close.png);}
div.overlay div.close {_top:-6px;_right:8px;_background-image:url(../Image/jquery/overlay/overlay_close_IE6.gif);}
/*{_background-image:url(../Image/jquery/overlay/overlay_close_IE6.gif);}*/
/* black */
div.overlay.black {background:url(../Image/jquery/overlay/transparent.png) no-repeat !important;color:#fff;}
/* petrol */
div.overlay.petrol {background:url(../Image/jquery/overlay/petrol.png) no-repeat !important;color:#fff;}
div.black h2, div.petrol h2 {color:#ddd;}



/* 地图遮盖层*/ 
.map_overlay {display:none;z-index:10000;width:780px;min-height:500px;border:1px solid #709CD2;background-color:#FFF;-moz-box-shadow:0 0 10px 5px #666;-webkit-box-shadow: 0 0 10px #666; } 
	.map_overlay .close {position:absolute;top:-15px;right:-15px;cursor:pointer;width:35px;height:35px;background-image:url(../Image/jquery/overlay/close.png);}
	.map_overlay .close {_top:-6px;_right:8px;_background-image:url(../Image/jquery/overlay/overlay_close_IE6.gif);}
	.map_overlay h3{text-indent:10px;color:#FFF;font:bold 14px/160% Arial;background-color:#709CD2;}
	.contentWrap {/*overflow-y:auto;*/width:780px;height:520px;}
	.contentWrap iframe{margin:5px 0 0;width:770px;height:505px;}
	
/*滑动公告  prev, next, prevPage and nextPage buttons */
a.browse {/*display:block;*/float:left;cursor:pointer;margin:40px 10px;width:30px;height:30px;font-size:1px;background:url(../Image/jquery/scrollable/arrow/hori_large.png) no-repeat;}
	/* right */
	a.right{background-position: 0 -30px; clear:right; margin-right: 0px;}
	a.right:hover{background-position:-30px -30px;}
	a.right:active{background-position:-60px -30px;}
	/* left */
	a.left{margin-left: 0px; } 
	a.left:hover{background-position:-30px 0;}
	a.left:active{background-position:-60px 0;}
	/* up and down */
	a.up, a.down{float: none;margin: 10px 50px;background:url(../Image/jquery/scrollable/arrow/vert_large.png) no-repeat;}
	/* up */
	a.up:hover{background-position:-30px 0;}
	a.up:active{background-position:-60px 0;}
	/* down */
	a.down{background-position: 0 -30px;}
	a.down:hover{background-position:-30px -30px;}
	a.down:active{background-position:-60px -30px;} 
	
