﻿@charset "utf-8";
.gallery .btn_prev,.gallery .btn_next{background:url(/static/modular/house/image/house_pc_icons.png) no-repeat;}

/*房源描述*/

.gallery { width:580px; margin:0 auto; position:relative; *zoom:1; z-index:1;}
.gallery .big_photo_inner { position:relative; *zoom:1; z-index:1;}
.gallery .viewimg { vertical-align:top; display:block; max-width:580px; margin:0 auto; max-height: 420px;}
.gallery .imgListNode { width:515px; overflow:hidden; margin:0 auto; height:73px;}
.gallery .imgList { position:absolute; top:10px; left:0;}
.gallery .imgList li { float:left; width:90px; text-align:center; position:relative; z-index:1; *zoom:1; margin-top:2px;}
.gallery .imgList img { width:78px; height:52px; vertical-align:top; border:1px solid #ddd; padding:1px;}
.gallery .btn_prev,.gallery .btn_next { display:block; position:absolute; bottom:0; width:33px; height:66px; text-indent:-999em; overflow:hidden;}
.gallery .btn_prev { background-position:0 -854px; left:0;}
.gallery .btn_next { background-position:right -854px; right:0;}
.gallery .btn_disabled { FILTER: alpha(opacity=30); moz-opacity: 0.3; opacity: 0.3; cursor:default;}
.gallery .arrow { display:none;}
.gallery .imgList .cur { margin-top:0;}
.gallery .imgList .cur img { border:3px solid #2d96e9;}

.gallery .contextDiv { display:block; position:absolute; top:0; width:50%; height:100%; background:url(/static/modular/house/image/s.png) no-repeat 0 0; cursor:pointer;}
.gallery #preArrow { left:0;}
.gallery #nextArrow { right:0;}
.gallery .contextDiv span { display:block; background:url(/static/modular/house/image/s_gallery.png) no-repeat 0 0; width: 24px;
    height: 43px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    visibility: hidden;}
.gallery .contextDiv #preArrow_A {background-position: 0 0; left: 16px;}
.gallery .contextDiv #nextArrow_A { background-position: -30px 0; right: 16px;}
.gallery .contextDiv:hover span { visibility:visible;}
#loddingGallery { width:50px; height:50px; position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px; border:1px solid #ddd; background:rgba(255,255,255,.8) url(/static/modular/house/image/indicator_arrows.gif) no-repeat 50% 50%; z-index:1; border-radius:50px;}