﻿
#miniSlideshow
{
    text-align: center;
    height: 113px;
    width: 185px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    float: left;
    clear: both;
    background: var(--pres-main-bg-light);
}

#miniSlide_ImgContainer
{
    position: relative;
    z-index: 0;
    height: 112px;
    width: 185px;
    top: -112px;
    right: 0px;
    float: left;
    display: inline-block;
    background-color: #EEE;
	 border: solid 1px #EEE;
	 text-align: center;
}

.miniSlide_SliderPanel
{
	 position: relative; /* -ly fabulous */
    /*height: 112px;
    width: 188px;*/
    width: 0px;
    top: 0px;
    left: 0px;
    float: left;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.miniSlide_SliderImgWrap
{
	position: relative;
   height: 112px;
   width: 185px;
   line-height: 112px;
   text-align: center;
   z-index: 1;
}

#thumbnails
{
   float: left;
   clear: both;
   width: 100%;
   height: 60px;
   background-color: #eeeeee;
   margin-top: 10px;
}

.nailthumb-container
{
   height: 50px;
   width: 50px;
   margin: 0;
   float: left;
   margin-top: 5px;
   margin-left: 5px;
   vertical-align: top;
   display: none;
}

.nailthumb-image
{
   opacity: 0.5;
   cursor: pointer;   
}

.nailthumb-image:hover
{
   opacity: 1;
}

.miniSlideshowContainer
{
   text-align: center;
   padding: 10px 0 10px 0;
}