.photoSlider {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.albums-photo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.95);
    display: none;
}

.albums-photo-overlay img {
    width: 100%;
    height: 100%;
    background-size: initial;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.albums-photo-overlay .overlay-close-btn {
    position: absolute;
    top:10px;
    right:10px;
    z-index: 20;
    height: 25px;
    width: 25px;
    background: url(/EI/T/Images/Rotator/close_btn.png) no-repeat;
    text-decoration: none;
    z-index: 1010;
}

.albums-wrapper
{
    position: relative;
    background-color: #000;
    overflow: hidden;
    margin-bottom: 15px;
}

.albums-wrapper .overlay-btn {
    position: absolute;
    top:10px;
    right:10px;
    z-index: 20;
    background: url(/EI/T/Images/Rotator/expand_icn.png) no-repeat 0px 0px;
    width: 25px;
    height: 25px;
    text-decoration: none;
    opacity: 0.8;
}

.albums-wrapper .overlay-btn:hover {
    opacity: 1;
}

/******************** Container ****************************/
.albums-photos-wrapper
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
}

.albums-photos-wrapper .photos-list
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    height: 100%;
}

/******************** Items */
.albums-photos-wrapper .photos-list .photos-item
{

    float: left;
    width:auto;
    /* <-- overwritten by PrimaryImageWidth */
    /*height:100%;  <-- overwritten in JS/ASCX */
    display: block;
    /*
    background-color: #000;
    height: 100%;
    min-height: 480px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    */
}

.albums-photos-wrapper .photos-list .photos-item img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    image-rendering: optimizeQuality;
}

.albums-photos-wrapper .albums-photo-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    z-index: 20;
    color: #fff;
    background-color: rgba(0,0,0,0.7);

    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 5px;
}
.albums-photos-wrapper .albums-photo-info-overlay p.caption{
    display: block;
    padding: 3px 10px;
    margin: 0;
    color: #8a8a8a;
    font-size: 12px;
}

.albums-photos-wrapper .albums-photo-info-overlay .attribution {
    display: block;
    padding: 3px 10px;
    margin: 0;
    color: #6B6B6B;
    margin-bottom: 5px;
    font-size: 12px;
    font-style: italic;
}

.albums-wrapper .photos-item img.hidden 
{
    display: none;
}
/******************** Prev/Next Buttons */
.albums-wrapper .leftbtn > .leftbtn-inner,
.albums-wrapper .rightbtn > .rightbtn-inner {
    display: block;
    width: 71px;
    height: 136px;
    position: absolute;
    z-index: 5;
    padding: 0;
    border: none;
    background: url(/EI/T/Images/Rotator/nav-btn.png) no-repeat transparent;
    opacity: 0; filter: alpha(opacity=0); /*Add this back when done styling!!*/
    /*opacity: 1; filter: alpha(opacity=100); Kill this when done styling*/
    -webkit-transition: opacity ease 200ms;
    -moz-transition: opacity ease 200ms;
    -ms-transition: opacity ease 200ms;
    -o-transition: opacity ease 200ms;
    transition: opacity ease 200ms;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
}

/*.albums-wrapper .leftbtn > .leftbtn-inner:hover,
.albums-wrapper .rightbtn > .rightbtn-inner:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}*/

.albums-wrapper:hover .leftbtn-inner,
.albums-wrapper:hover .rightbtn-inner
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.albums-wrapper .leftbtn > .leftbtn-inner {
    background-position: 0px 0px;
    left:0px;
    top:35%;
}

.albums-wrapper .rightbtn > .rightbtn-inner {
    background-position: -71px 0px;
    right:0px;
    top:35%;
}


/***** Thumbs style *****/
.albums-thumbs-wrapper {
    position: relative;
    height: 60px;
    width: auto;
    overflow: hidden;
    cursor: pointer;
    /*Please update the DEV team if the Left/Right margin value changes, this is because this value is included when calculating the page size*/
    margin: 0px 23px;
}

.albums-thumbs-wrapper ul.thumbs-list {
    position: relative;
    height: 40px;
    margin: 10px 0px;
	padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.albums-thumbs-wrapper ul.thumbs-list li {
    list-style-type: none;
    float: left;
    width: 40px;
    height: 100%;
     /*Please update the DEV team if the Left/Right margin value changes, this is because this value is included when calculating the page size*/
    margin: 0 5px;
    overflow: hidden;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.albums-thumbs-wrapper ul.thumbs-list li:hover {
    border: 2px solid #fff;
    width: 38px;
    height: 90%;
}

.albums-thumbs-wrapper ul.thumbs-list li.on {
    border: 2px solid #fff;
    width: 38px;
    height: 90%;
}


.albums-thumbs-wrapper ul.thumbs-list li img {

}

.albums-photos-wrapper .photos-list .photos-item div.loading,
.albums-thumbs-wrapper ul.thumbs-list li div.loading {
    background: url(/EI/T/images/Rotator/loading.gif) no-repeat center;
}

.albums-info-wrapper .albums-photo-info {
    overflow: hidden;
    /* margin-bottom: 10px; */
}

.albums-info-wrapper .albums-photo-info .albums-photo-info-attribution {
    /* float: left; */
}

.albums-info-wrapper .albums-photo-info .albums-photo-info-attribution span.attribution {
    display: block;
    font-size: 14px;
    color: #383b3e;
    margin: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-style: italic;
 }

.albums-info-wrapper .albums-photo-info .albums-photo-info-body {
    font-size: 14px;
    line-height: 20px;
}

.albums-info-wrapper .albums-photo-info .albums-photo-info-body p.caption {
    margin-bottom: 20px;
    padding: 0px;
    color: #383b3e;
    font-size: 14px;
}
.albums-info-wrapper .albums-photo-info .albums-photo-info-body a {
    font-size: 14px;
}

.albums-info-wrapper .albums-photo-info .albums-photo-info-spinner {
    float: right;
    font-size: 14px;
    color: #606265
}

.albums-info-wrapper .albums-photo-info .albums-photo-info-spinner .download-btn {
    float: left;
    background: url(/EI/T/Images/Rotator/download_btn.png) no-repeat 0px 0px;
    width: 25px;
    height: 25px;
    margin: 0px 5px;
    opacity: 0.8;
    text-decoration: none;
    display: block;
}

.albums-info-wrapper .albums-photo-info .albums-photo-info-spinner .download-btn:hover {
    opacity: 1;
}

.albums-info-wrapper .albums-photo-info .albums-photo-info-spinner .cur-photo {
    width: 35px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: 0px 3px
}

.albums-info-wrapper .albums-photo-info .albums-photo-info-spinner .total-photo {

}

.albums-wrapper .thumb-container .thumb-leftbtn,
.albums-wrapper .thumb-container .thumb-rightbtn {
    width: 20px;
    background-color: transparent;
    cursor:pointer;
    z-index: 10;
    height: 40px;
    position: absolute;
    bottom: 0px;
    margin: 0px 5px ;
    background-color: #000;
    background: url(/EI/T/images/rotator/nav-hor-btn.png) no-repeat;
    padding: 10px 0px;
    float: left;
}

.albums-wrapper .thumb-container .thumb-leftbtn {
    background-position: left center;
    left: 0px;

}
.albums-wrapper .thumb-container .thumb-rightbtn {
    background-position: right center;
    right: 0px;
}

/******* Tag Cloud *******/
.tagCloud .teasertitle {
    padding: 5px 5px 5px 0px;
    margin: 2px 4px 2px 0px;
}


