

div.eps-slideshow-container,
div.eps-slideshow-content,
div.eps-slideshow-slide {
        width: 460px;
        height: 290px;
	   max-width: 100%;
}

#ecu_preview .ecu_preview_file {display:none !important;}

#ecu_preview .ecu_preview_img {width:auto;}


div.eps-slideshow-content,
div.eps-slideshow-slide {
        position: relative;
}

div#eps-slideshow-caption,
div.eps-slideshow-caption {
        position:absolute;
	   bottom: 0;
	   left: 0;
       width: 460px;
	   max-width: 100%;
	   z-index: 999;
	   opacity: .8;
	   background: #fff;
}

.eps-theme-dark div#eps-slideshow-caption,
.eps-theme-dark div.eps-slideshow-caption {
	background: #000;
}

div#eps-slideshow-caption-container,
div.eps-slideshow-caption-container {
       color: #333;
       opacity: 1;
       filter:alpha(opacity=100);
       font-weight: bold;
       font-size: 14px;
	   padding: 10px 120px 10px 10px;
	   min-height: 25px;
}

.eps-theme-dark div#eps-slideshow-caption-container {
	background: #fff;
}

div#eps-slideshow-nav {
        float: left;
        background: none;
        bottom: 12px;
        right: 10px;
        left: auto;
        position: absolute;
        width: 100px;
        height: 25px;
        z-index: 1000;
}
div#eps-slideshow-nav-text {
        color: #666;
        overflow: hidden;
}
div#eps-slideshow-nav-text a {
        padding-left: 0;
        margin-left: 5px;
        display: block;
        float: left;
        height: 25px;
        width: 26px;
        background: url(/wp-content/plugins/easy-page-slideshow/images/slideshow_nav-light.png) no-repeat;
        text-indent: -999em;
}

.eps-theme-dark div#eps-slideshow-nav-text a {
	background: url(/wp-content/plugins/easy-page-slideshow/images/slideshow_nav.png) no-repeat;
}

div#eps-slideshow-nav-text a.eps-resume {
	background-position: -93px top;
}
div#eps-slideshow-nav-text a.eps-pause {
	background-position: -31px top;
}
div#eps-slideshow-nav-text a.eps-forward {
	background-position: -62px top;
}
#eps-slideshow-selectors {
	position: absolute;
	height: 8px;
	top: 20px;
	left: 20px;
	z-index: 10;
	overflow: hidden;
}
#eps-slideshow-selectors li {
	list-style-type: none;
	float: left;	
}
#eps-slideshow-selectors a {
	text-indent: -999em;
	display: block;
	float: left;
	margin-right: 5px;
	width: 8px;
	height: 8px;
	background: url(/wp-content/plugins/easy-page-slideshow/images/slideshow_selectors.png) no-repeat;	
}
#eps-slideshow-selectors a.selected,
#eps-slideshow-selectors li.activeSlide a {
	background-position: left -30px;	
}
