.icon-controlpanel-EasySlideshowConfiguration::before,
.icon-slideshowproperties::before {
    content: '\e832';
}
#contentview-slideshowproperties {
    font-size: 11px;
}
.pics {  
    padding: 0;  
    margin: 0;
    position: relative;
    overflow: hidden;
} 
.slideContainer {
    width: 100%;
}
.pics img {  
    padding: 0px;
    max-width: 100%;
    height: auto;
}

#nav {
    text-align: center;
    background-color: #dddddd;
}

#content #nav a,
#nav .navNumbers a {
    text-decoration: none;
    outline: none;
    border: none;
}

#nav .navNumbers a {
    padding: 2px 3px 4px;
    margin-right: 5px;
    line-height: 19px;
}

#nav .navNumbers a.cycle-pager-active {
    background-color: #ffffff;
}

/* thumbnail navigation */
#nav.thumbnails {
    height: auto;
    padding-top: 5px;
}
#nav.thumbnails #prev,
#nav.thumbnails #next {
    border: none;
    display: inline-block;
}
#nav img {
    cursor: pointer;
    outline: none;
    margin-bottom: 5px;
}
#nav.thumbnails .navNumbers a,
#nav.thumbnails .navNumbers a.cycle-pager-active {
    padding: 0;
    border: none;
    background-color: transparent;
    margin: 0 10px;
}
#nav.thumbnails .cycle-pager-active img {
    outline: 1px solid #333333;
}

/* caption */
.imageCaption {
    z-index: 9;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    min-height: 65px;
    padding: 5px 0;
    position: absolute;
    width: 100%;
}

.imageCaption .imageTitle,
.imageCaption .imageDescrip {
    margin: 0 5px;
    display: block;
}

.imageCaption .imageTitle {
    font-size: 150%;
    font-weight: bold;
}

#slideshow a[href^="http:"],
#slideshow a.link-external {
    background: none;
    padding: 0;
}

/* portlet styles */

.portletPics {
    border: none;
}

.portletPics {  
    padding: 0;  
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.portletPics .slideContainer {
    width: 100%;
}
.portletPics img {
    max-width: 100%;
}
.portletPics  .imageCaption {
    background: none;
    height: 35px;
    position: static;
    color: #000000;
}
.slideshowPortlet .portletItem {
    padding: 13px 15px;
}
.slideshowPortlet a {
    outline: none;
}

.slideshowPortlet .nav {
    margin-top: 10px;
    clear: both;
}

.portlet.slideshowPortlet .navNumbers a {
    padding: 0;
    font-size: 5px;
    border: none;
    color: #DDDDDD;
    background-color: #DDDDDD;
    margin: 0 8px 8px 0;
    display: inline-block;
    text-indent: -12px;
    width: 12px;
    height: 12px;
    overflow: hidden;
}

.portlet.slideshowPortlet .navNumbers a:hover {
    color: #DDDDDD;
}

.slideshowPortlet .nav .navNumbers a.cycle-pager-active {
    color: #888888;
    background-color: #888888;
}

#slideshow-edit-property {
    width: 400px;
}
