﻿body {
}

.show-pop-div-mask {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2000;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

.show-pop-div {
    display: none;
    position: fixed;
    _position: absolute;
    height: 75%;
    width: 75%;
    top: 18%;
    left: 10%;
    background: #fff;
    z-index: 2001;
    text-align: center;
}

#imgContainer {
    position: relative;
    background: #fff;
    _top: 49px;
    height: 100%;
}

#imgContainer .img-prev, #imgContainer .img-next {
    position: absolute;
    top: 0;
    *top: 0;
    right: 0;
    width: 70px;
    font-size: 40px;
    color: #ccc;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    height: 100%;
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    -ms-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: black;
    opacity: 0.1; 
}
  .carousel-control.left:hover, .carousel-control.right:hover {
    background: rgba(0, 0, 0, 0.25);
}

#imgContainer .img-prev .img-switch-btn, #imgContainer .img-next .img-switch-btn {
    position: absolute;
    left: 50%;
    top: 57%;
    margin: -85px 0 0 -18px;
    width: 40px;
    height: 72px;
    background: url(/Content/img/icons/icon-direct.png) no-repeat 0 0;
    _background-image: url(/Content/img/icons/icon-direct.png);
}

#imgContainer .img-prev .img-switch-btn {
    background-position: 0 -87px;
    margin-left: -26px;
}

#imgContainer .img-prev:hover, #imgContainer .img-next:hover {
    /*background: #e6e6e6;*/
    opacity: 0.2;
}

#imgContainer .img-prev {
    left: 0;
}

#imgContainer .img-prev:hover .img-switch-btn {
    background-position: -46px -87px;
}

#imgContainer .img-next:hover .img-switch-btn {
    background-position: -46px 0;
}

#imgContainer.left .img-prev {
    background: transparent;
}

#imgContainer.left .img-prev .img-switch-btn {
    background-position: 0 -87px;
}

#imgContainer.left .img-next {
    visibility: hidden;
}

#imgContainer.right .img-next {
    background: transparent;
}

#imgContainer.right .img-next .img-switch-btn {
    background-position: 0 0;
}

#imgContainer.right .img-prev {
    visibility: hidden;
}

#imgContainer.img-prev .img-switch-btn {
    background-position: -93px -87px;
}

#imgContainer.img-next .img-switch-btn {
    background-position: -93px 0;
}

.img-container {
    position: relative;
    /*margin: 3px 70px;*/
    /*margin-left: 10px;*/
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.img-container img {
    /*position: absolute;*/
}

.img-container .img-wrapper {
    height: 100%;
    display: inline-block;
    _display: inline;
    *display: inline;
    vertical-align: middle;
}

.show-pop-img {
    width: 98%;
    display: inline;
}