img {margin:0; padding:0; border-style:none; border:none;}
.mainCarousel {
    background: #ededed;
    position: relative;
    overflow: hidden;
    width: 100%;
    display:block;
}
        
.jshowoff {
    display:block;
    width:100%;
    margin: 0;
}

.jshowoff div {	
    width: 100%;
}

.jshowoff a.lnkLearnMore,
.jshowoff a.lnkLearnMore:hover {
    position:absolute;
	left:85px;
	top:300px;
    display:block;
	width:126px;
	height:48px;
	background:transparent url(../images/homepage/sprites_homepage.png);
    background-repeat: no-repeat;
    background-position:0 -94px;
    text-decoration:none;
    text-indent:-9999px;
    text-align:left;
}

.jshowoff p.jshowoff-slidelinks {
    position: absolute;
    bottom: 20px;
    right:20px;
    margin: 0;
    padding: 0;
    z-index:1000;
}

.jshowoff-slidelinks a {
    display: block;
    background:transparent url(../images/homepage/sprites_homepage.png);
    background-repeat: no-repeat;
    background-position:0 -183px;
    width:16px;
    height:15px;
    margin:0 3px 0 0;
    padding:0;
    float: left;
    text-decoration: none;
    text-indent:-9999px;
    outline: none;
    line-height:15px;
}

.jshowoff-slidelinks a:hover {
    background:transparent url(../images/homepage/sprites_homepage.png);
    background-repeat:no-repeat;
    background-position:-16px -183px;
    color: #fff;
}

.jshowoff-slidelinks a.jshowoff-active, 
.jshowoff-slidelinks a.jshowoff-active:hover {
    background:transparent url(../images/homepage/sprites_homepage.png);
    background-repeat:no-repeat;
    background-position:-16px -183px;
    color: #fff;
}

p.jshowoff-controls {
	background: none;
	height: 36px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 170px;
	width: 100%;
	z-index: 150;
    margin: 0;
}

.jshowoff-controls a {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    display: block;
	width: 26px;
	height: 36px;
	background: none;
	background-repeat: no-repeat;
	text-indent: -10000em;
	position: absolute;
}

.jshowoff-pausetext {
    color: #fff;
    display:none;
}
        
.jshowoff-controls a.jshowoff-prev {
	display:block;
	width:26px;
	height:36px;
	left: 20px;
	background:transparent url(../images/homepage/sprites_homepage.png);
    background-repeat:no-repeat;
    background-position:0 -147px;
}

.jshowoff-controls a.jshowoff-next {
	display:block;
	width:26px;
	height:36px;
	right: 20px;
	background:transparent url(../images/homepage/sprites_homepage.png);
    background-repeat:no-repeat;
    background-position:-26px -147px;
}

.jshowoff-controls a.jshowoff-play {
	display: none;
}

