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

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




/* header */


/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:700px;
}
.slidetabs a.current {
	color:#3d3d3d;

}


/* 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;  		
}









.staButt {
	background-image: url(../img/00_all/butt_sta.png);
	background-repeat: no-repeat;
	float: left;
	height: 48px;
	width: 260px;
	padding-left: 40px;
	padding-top: 10px;
}
.backwards {
	background-image: url(../img/00_all/butt_ani_sta_le.gif);
	float: left;
	height: 352px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.forwards {
	background-image: url(../img/00_all/butt_ani_sta_ri.gif);
	float: left;
	height: 352px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
#staAni {
	padding-left: 28px;


}
/* container for slides */
.images {
	height:470px;
	width:828px;
	background-image: url(../img/00_all/bg_headAni.gif);
	background-repeat: no-repeat;
	float:left;
	padding-left: 6px;
	padding-top: 6px;
}

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

#animation {
	float: left;
	width: 828px;
	height: 500px;

}

.imgAni00 {
	background-image: url(../img/02_ref/ref_fes.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 891px;
	display: block;
	float: left;
	background-position: 70px 127px;
}
.imgAni01 {
	background-image: url(../img/02_ref/ref_kal.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 891px;
	display: block;
	float: left;
	background-position: 70px 127px;
}
.imgAni02 {
	background-image: url(../img/02_ref/ref_cob.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 891px;
	display: block;
	float: left;
	background-position: 70px 127px;
}
.imgAni03 {
	background-image: url(../img/02_ref/ref_jbb.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 891px;
	display: block;
	float: left;
	background-position: 70px 127px;
}
.imgAni04 {
	background-image: url(../img/02_ref/ref_franke.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 891px;
	display: block;
	float: left;
	background-position: 70px 127px;
}

.imgAni05 {
	background-image: url(../img/02_ref/ref_ionik.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 891px;
	display: block;
	float: left;
	background-position: 70px 127px;
}
.imgAni06 {
	background-image: url(../img/02_ref/ref_swiss.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 891px;
	display: block;
	float: left;
	background-position: 70px 127px;
}
.imgAni07 {
	background-image: url(../img/02_ref/ref_games.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 891px;
	display: block;
	float: left;
	background-position: 70px 127px;
}
.play {
	background-image: url(../img/00_all/butt_ani_start.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 80px;
	text-indent: 30px;
}
.stop {
	background-image: url(../img/00_all/butt_ani_stop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 80px;
}
.highAbst {
	display: block;
	margin-bottom: 5px;
}
