#photo-collection-container {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    font-size: 225%
}
.stripe-content { 
    height: 400px;
    width: 950px;
    overflow: hidden;
    position: relative;
}
.stripe-content .wrapper-inner {
    width: 450px;
    padding: 10px;
    position: absolute;
    top: 100px;
    left: 35px;
    /* transparency */
    opacity: 0.6; /* normal opacity */
    filter: alpha(opacity=60);/* ie opacity */
    color: black;
    background-color: white;
}
.stripe-content .wrapper-inner a.stripe-content-big-link {
    color: black;
    display: block;
    width: 100%;
    height: 100%;
}
#full-photo-wrapper {
    width: 950px;
    height: 400px;
    padding: 0;
    border: 0;
    margin: 0;
}
#miniature-collection {
    position: absolute;
    left: 350px;
    top: 360px;
    height: 46px;
    z-index: 1;
}
#miniature-collection-inner-wrapper {
    position: relative;
}
.miniature-wrapper {
    width: 27px;
    height: 26px;
    background-image: url(../images/miniature-wrapper.gif);
    position: absolute;
    top: 10px;
}
.miniature-inner {
    padding: 0;
    margin: 0;
    width: 23px;
    height: 22px;
    position: absolute;
    top: 10px;
    overflow: hidden;
    border: 2px #ffffff solid;
    z-index: 2;
}
a.stripe-content-big-link{
    display: block;
    width: 100%;
    height: 100%;
}

.stripe-content .smaller {
    font-size: 14px;
    width: 430px;
    padding: 10px;
}
.stripe-content .smaller a {
    width: auto;
}

