


/* wrapper for component */
#componentWrapper, .componentWrapper {
    height: 180px;
    max-width: 100%;
    position: relative;
}

.componentWrapper {
    margin: 0 10px;
}

    #componentWrapper .thumbContainer, .componentWrapper .thumbContainer {
        top: 0px;
        left: 0px;
        height: 180px;
        max-width: 100%;
        overflow: hidden;
    }

    #componentWrapper .thumbInnerContainer, .componentWrapper .thumbInnerContainer {
        position: relative;
        height: 100%;
        top: 0px;
        left: 0px;
        display: none;
    }

    #componentWrapper .thumb_hidden, .componentWrapper .thumb_hidden {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    #componentWrapper .thumbHolder, .componentWrapper .thumbHolder {
        position: relative;
        top: 0px;
        left: 0px;
        width: 180px;
        height: 180px;
        margin-right: 5px;
        float: left;
        background: #e4e4e4;
        overflow: hidden;
        /*-moz-box-shadow: 2px 2px 2px #111;
	-webkit-box-shadow: 2px 2px 2px #111;
	box-shadow: 2px 2px 3px #111;*/
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#111111')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#111111');
    }

.thumbHolder p {
    font-size: 70px;
    color: white;
}

#componentWrapper .thumbHolder a img, .componentWrapper .thumbHolder a img {
    position: absolute;
    display: block;
    top: 10px;
    left: 15px;
    width: 150px;
    height: 120px;
}

#componentWrapper .innerThumbHolder, .componentWrapper .innerThumbHolder {
    position: absolute;
    width: 189px;
    height: 170px;
    overflow: hidden;
}

    #componentWrapper .innerThumbHolder a img, .componentWrapper .innerThumbHolder a img {
        position: absolute;
        display: block;
        top: 10px;
        left: 20px;
        width: 180px;
        height: 120px;
    }

#componentWrapper .thumbBackward, .componentWrapper .thumbBackward {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #aaa;
    color: #666;
    margin-right: 0px;
    padding: 2px 8px;
    -moz-user-select: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block !important;
    font-size: 16px;
    transition: all 0.2s ease 0s;
}

    #componentWrapper .thumbBackward:hover, .componentWrapper .thumbBackward:hover {
        border: 1px solid #777;
        color: #333;
    }

.arrow-dir {
    left: 0;
    position: absolute;
    top: -47px;
}



#componentWrapper .thumbForward:hover, .componentWrapper .thumbForward {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #aaa;
    color: #666;
    margin-right: 5px;
    padding: 2px 8px;
    -moz-user-select: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block !important;
    font-size: 16px;
    transition: all 0.2s ease 0s;
}

    #componentWrapper .thumbForward, .componentWrapper .thumbForward:hover {
        border: 1px solid #777;
        color: #333;
    }


/* title */
#componentWrapper .title, .componentWrapper .title {
    color: #333;
    font-size: 12px;
    height: 39px;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 132px;
    width: 100%;
}

.info > a {
    background: #1dad89 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    padding: 4px 15px;
    text-decoration: none;
}

#componentWrapper .info, .componentWrapper .info {
    bottom: -195px;
    font-size: 11px;
    height: 120px;
    margin: 0;
    padding-top: 17px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

.thumbHolder:hover .info {
    background: #e4e4e4 none repeat scroll 0 0;
    bottom: -70px;
    transition: all 0.5s ease-in-out 0s;
}













/* public functions */
#publicFunctions {
    position: absolute;
    padding: 10px 25px 20px 20px;
    background: #444;
    left: 200px;
    top: 100px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    list-style: circle;
    -moz-box-shadow: 2px 2px 5px #222;
    -webkit-box-shadow: 2px 2px 5px #222;
    box-shadow: 2px 2px 5px #222;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
    display: none;
}

    #publicFunctions li a {
        font-family: Arial, sans-serif;
        font-size: 16px;
        color: #fff;
    }

        #publicFunctions li a:hover, #publicFunctions li .current {
            text-decoration: underline;
        }
