/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


/* container for slides */
.images {
	height:290px;
	width:880px;
	float:left;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	height:290px;
}

/* header */


/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:440px;
}


/* prev and next buttons */
.backward {
	display:block;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	background-image: url(../img/00_all/butt_ani_sta_le.gif);
	float: left;
	height: 290px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;		
}
.forward {
	display:block;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	background-image: url(../img/00_all/butt_ani_sta_ri.gif);
	float: left;
	height: 290px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;	

}


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
