.hidden {
    display: none !important;
}

.csc-gallery-slideshow,
.csc-gallery-slideshow .csc-textpic,
.csc-gallery-slideshow .csc-textpic-imagewrap {
    position: relative;
}


/* remove margin */
.csc-textpic.csc-gallery-slideshow .csc-gallery-slideshow-single,
.csc-textpic.csc-gallery-slideshow .csc-gallery-nav {
    margin: 0;
}
    .csc-textpic.csc-gallery-slideshow .csc-gallery-slideshow-single {
        overflow: hidden;
		z-index: 1;
    }
/*
div.csc-textpic-intext-left .csc-textpic-imagewrap.csc-gallery-nav,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap.csc-gallery-nav {
    margin-right: 0;
}
*/
div.csc-textpic-intext-right .csc-textpic-imagewrap.csc-gallery-nav,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap.csc-gallery-nav {
    float: left;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap.csc-gallery-nav,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap.csc-gallery-nav {
    float: right;
}

.csc-gallery-nav a img {
    opacity: 0.5;
    filter: alpha(opacity = 50);
    zoom: 1;
}
.csc-gallery-nav a:hover img,
.csc-gallery-nav a.activeSlide img {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.gallery-slideshow {
    clear: both;
}
/* obsolete?
.slideshow {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.slideshow div {
    width: 100%;
    height: 100%;
}
.slideshow a {
    display: block;
    width: 100%;
    height: 100%;
}
.slideshow img {
    display: block;
    margin: auto;
}
*/

div.csc-textpic-left div.csc-gallery-nav {
    float:none;
}
div.csc-textpic-right div.csc-gallery-nav {
    clear:both;
}
div.csc-textpic-intext-right-nowrap div.csc-gallery-nav,
div.csc-textpic-intext-left-nowrap  div.csc-gallery-nav {
    clear: none;
}

.csc-gallery-slideshow .csc-ctrl-wrap {
    left: 0;
    position: absolute;
    top: 0;
	z-index: 2;
}
    div.csc-textpic-right.csc-gallery-slideshow .csc-ctrl-wrap,
    div.csc-textpic-intext-right-nowrap.csc-gallery-slideshow .csc-ctrl-wrap,
    div.csc-textpic-intext-right.csc-gallery-slideshow .csc-ctrl-wrap {
        left: auto;
        right: 0;
    }
    .csc-textpic-below.csc-gallery-slideshow .csc-ctrl-wrap {
        bottom: 0;
        top: auto;
    }
.csc-gallery-slideshow .csc-ctrl {
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    z-index: 51;
}
    .csc-gallery-slideshow:hover .csc-ctrl {
        display: block;
        z-index: 51;
    }

    .csc-gallery-slideshow .csc-btn {
        height: 100%;
        width: 25%;
    }

    .csc-gallery-slideshow .csc-prev {
        background-image: url(images/prevlabel2.gif);
        background-position: left center;
        left: 0;
    }
        .csc-gallery-slideshow .csc-prev:hover {
            background-image: url(images/prevlabel.gif);
        }
    .csc-gallery-slideshow .csc-next {
        background-image: url(images/nextlabel2.gif);
        background-position: right center;
        right: 0;
    }
        .csc-next:hover {
            background-image: url(images/nextlabel.gif);
        }
    .csc-gallery-slideshow .csc-play {
        background-position: center;
        display: none;
        height: 100%;
        left: 25%;
        width: 25%;
    }
        .csc-play:hover {
            background-image: url(images/play.gif);
        }
        .csc-paused:hover {
            background-image: url(images/pause.gif);
        }
    .csc-gallery-slideshow .csc-box {
        background-position: center;
        display: none;
        height: 100%;
        left: 50%;
        width: 25%;
    }
        .csc-gallery-slideshow .csc-box:hover {
            background-image: url(images/box.gif);
        }
.csc-gallery-slideshow .no-box {
    width: 50%;
}

.csc-gallery-slideshow-single .slideshow-item {
	height: 100% !important;
	width: 100% !important;
}
.csc-gallery-slideshow-single .image-caption {
    background: transparent url('images/bg.figcaption.png') repeat scroll center center;
    bottom: 0;
    color: #fff;
    font-size: .91em;
    left: 0;
    padding: .75em 3%;
    position: absolute;
    text-align: left;
    width: 94%;
}


#tip7-title {
    text-align: left;
}
#tip7-title b {
    display: block;
}
#tip7-title span {
    float: right;
}