#slider-collection-container {
   height: 156px;
   margin-top: 10px;
   margin-bottom: 20px;
   position: relative;
   display: none;
}
#slider-wrapper {
   display: none;   
}
.slider-bottom-shadow-wrapper {
   height: 156px;
   background-image: url(../images/slider/bottom-shadow.gif);
   background-position: left bottom;
   background-repeat: no-repeat;
}
.slider-right-shadow-wrapper {
   height: 150px;
   width: 206px;
/*   background-image: url(../images/slider/slider-right-shadow.gif);*/
   background-image: url(../images/slider/right-shadow.gif);
   background-position: right;
   background-repeat: no-repeat;   
}
.slider-wrapper {
   height: 150px;
   width: 200px;
/*   background-image: url(../images/slider/wrapper.png);*/
   background-repeat: no-repeat;
}
.slider-inner {
   margin: 0;
   padding: 0;
   height: 150px;
   width: 200px;
}
.stripe-content-big-link {
    text-decoration: none;
}

.slider-small-content {
   width: 200px;
   height: 150px;
   display: table-cell;
   vertical-align: bottom;
/*   padding-bottom: 10px;*/
   overflow: hidden;
   background-repeat: no-repeat;
}
.slider-small-content .wrap-inner {
   padding-top: 90px;
   padding-left: 15px;
   font-size: 14px;
   overflow: hidden;
   background-repeat: no-repeat;
}
.slider-big-content {
   width: 450px;
   height: 450px;
   background-color: #ffffff;
   background-repeat: no-repeat;
   overflow: hidden;   
   position: relative;
}
.slider-big-content .wrap-inner {
   padding-top: 90px;
   padding-left: 20px;
   font-size: 14px;
    text-align: left;
}
.slider-big-content .slider-popup-more {
   position: absolute;
   left: 7px;
   top: 393px;
   width: 436px;
   height: 52px;
}
.slider-big-content .slider-popup-more a {
   display: block;
   width: 100%;
   height: 100%;
   text-indent: -1000px;
}

