/* ============================================= */
.slajd-text-boxS{
    position:relative;
    height:280px;
    width:980px;
	overflow:hidden;
}
.imagesS {
    cursor:pointer;
}

/* single slide */
.imagesS div {
    display:none;
    position:absolute;
    top:0;
    left:0;
}

/* tabs (those little circles below slides) */
.slidetabsS {
    clear:both;
    position:absolute;
	bottom:15px;
	top:29px;
}

/* single tab */
.slidetabsS a {
	width:15px;
	height:15px;
	text-align:center;
    float:left;
    margin:2px;
    background-color:#464849;
    display:block;
	text-decoration:none;
	color:#000;
border-radius:8px;
}

/* mouseover state */
.slidetabsS a:hover {

}

/* active state (current page state) */
.slidetabsS a.current {
	background-color:#f3a715;
}

