
ul.galleryOptions {
    height: 3em;
    list-style: outside none none;
    margin: 0 auto;
    width: 80%;
}
ul.galleryOptions li {
    float: left;
    margin-right: 1.5em;
}
ul.galleryOptions li a {
    position: relative;
    color: #009dd9;
}
ul.galleryOptions li a label {
    font-family: lenovo-do-bold,Arial,sans-serif;
    font-size: 1.2em;
    margin: 0;
}
ul.galleryOptions li a span.galleryCount {
    background: none repeat scroll 0 0 #e9e9e9;
    border: 1px solid #555;
    border-radius: 1em;
    color: #555;
    font-size: 0.8em;
    font-weight: bold;
    height: 1.75em;
    left: 2.45em;
    line-height: 1.75em;
    position: absolute;
    text-align: center;
    top: -0.4em;
    width: 1.75em;
}
ul.galleryOptions .galleryVideo {
    background: url("/_ui/desktop/common/css/images/icons/videoIcon.png") no-repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
}
ul.galleryOptions .galleryPhoto {
    background: url("/_ui/desktop/common/css/images/icons/photoIcon.png") no-repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
}
ul.galleryOptions .gallery360 {
    background: url("/_ui/desktop/common/css/images/icons/360Icon.png") no-repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
}
.lt-ie9 ul.galleryOptions .galleryVideo {
    background: url("/_ui/desktop/common/css/images/icons/videoIcon.png") no-repeat scroll 0 -55px rgba(0, 0, 0, 0);
}
.lt-ie9 ul.galleryOptions .galleryPhoto {
    background: url("../images/icons/galleryIcons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.lt-ie9 ul.galleryOptions .gallery360 {
    background: url("/_ui/desktop/common/css/images/icons/360Icon.png") no-repeat scroll 0 -110px rgba(0, 0, 0, 0);
}
ul.galleryOptions .galleryMedia {
    display: block;
    height: 3em;
    line-height: 3em;
    padding-left: 3.5em;
}
.productImg {
    width: auto;
    float: left;
}
.productImg img {
    max-width: 100%;
}
.subseriesHeader {
    background-size: 100% 30%;
}
@media (min-height: 30em) {
.lnvmodal-overlay .lnvmodal-main .lnvmodal-gallery iframe {
    min-width: 100%;
}
}
@media (min-width: 26em) {
.subseriesHeader {
    background-size: 100% 41%;
}
}
@media (min-width: 32em) {
.subseriesHeader {
	/* modified by xuyt7 for PPS-12632 start*/
    background-size: 100% 44%;
    /* modified by xuyt7 for PPS-12632 end*/
}
}
@media (max-width: 32em) {
ul.galleryOptions {
    padding: 0;
    text-align: center;
}
ul.galleryOptions li {
    display: inline-block;
    float: none;
    margin: 0 1em;
}
ul.galleryOptions .galleryMedia label {
    display: none;
}
.lnvmodal-overlay .lnvmodal-main .lnvmodal-content {
    padding: 5px 0;
}
}
