@charset "utf-8";
/* CSS Document */

.slide li {
    display: inline-block;
    min-height: 200px;
    text-align: center;
    vertical-align: top;
    width: 132px;
}

.slide li span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0;
}

.gallery-slide {
/*    display: inline-block;*/
    height: 170px;
    width: 132px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}

.gallery-slide span {
    display: block;
    font-size: 13px;
    margin: 5px 0;
}

.idx-gallery {
  width: 680px;
/*  margin-top: 20px;*/
  height: 190px;
  position: relative;
  margin: 20px auto 0;
}

.bx-wrapper {
  margin-bottom: 10px;
}

div.bx-wrapper img {
  max-width: none;
}

div.gallery-fadeout {
	position: absolute; 
	bottom: 0; left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0; padding: 0;
	height: 45px;
	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
/*	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, white));
        background-image: -webkit-linear-gradient(top, transparent, white);*/
        background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,100));
        background-image: -ms-linear-gradient(top, transparent, white);
        background-image: -o-linear-gradient(top, transparent, white);
}
