/* фото-экскурсия */
.index_gal {margin-left:255px; height:100%;	}
.index_gal h1{text-align:left; font-size:18px; font-weight:bold;}

.index_gal #gallery {width:720px; height:380px; padding:10px; position:relative; }
.index_gal #gallery b.default {position:absolute; left:5px; top:10px; width:548px; height:380px; text-align:center;}
.index_gal #gallery b.default img {display:block; margin:0 auto 10px auto; border:1px solid #92aa45;;}
.index_gal #gallery b.default span {display:block; color:#000000; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}

.index_gal #gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
.index_gal #gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
.index_gal #gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
.index_gal #gallery ul li a span {display:none;}
.index_gal #gallery ul li a img {display:block; width:50px; height:50px; border:0px;}
.index_gal #gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#eeeeee;}
.index_gal #gallery ul li a:hover b {position:absolute; left:-540px; top:0; width:548px; height:380px; text-align:center; background:#fff; z-index:20;}
.index_gal #gallery ul li a:hover span {display:block; color:#000; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto; background:#fff;}
.index_gal #gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border:1px solid #D15883;}

.index_gal #gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
.index_gal #gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-540px; top:0; width:548px; height:380px; text-align:center; background:#eee; z-index:10;}
.index_gal #gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
.index_gal #gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

