.rotatorDefaultPages {
}

.rotatorDefault {
    height: 292px;
    position: relative;
}

.rotatorDefaultPage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
   
    background-color: #aaa;
    
    color:black;
}

.rotatorDefaultPage #teaser-background{

	position: absolute;
	top: 0px;
	z-index: 1;
	
}


.rotatorDefaultPage #teaser-link{
	
	position: relative;
	float:right;
	z-index: 3;
	width: 354px;
	border:1px #bbb solid;
	background-image: url(../../just4sports/images/teaser-background.png);
	padding: 2px 5px;
	margin-bottom:10px;
	right: 10px;

}

.rotatorDefaultPage #bla{

	position: absolute;
	top: 10px;
	right: 10px;

}

.rotatorDefaultNavi {
	z-index: 4;
    position: relative;
    top: 0px;
    left: 0px;
/*     width: 176px; */
  width: 144px;
    height: 292px;
    background-repeat:no-repeat;
    background-image: url(../../just4sports/images/teaser-nav-bg.png);
    border-right: 1px #bbb solid;
}

.rotatorDefaultNavi a.active,
.rotatorDefaultNavi a.active:link,
.rotatorDefaultNavi a:hover {
background-repeat: repeat-y;
    background-image: url(../../just4sports/images/teaser-nav-middl-hover.png); 
	color:black;
	   font-weight: bold;
}


.rotatorDefaultNavi a,
.rotatorDefaultNavi a:link {
	width:124px;
/* width: 156px; */
/*    background-image: url(../../just4sports/images/teaser-navi-item-bg.png); */
	padding: 11px 10px; 
    color: #444444;
    display: block;
 
    float: left;
    height:36px;
    border-bottom: 1px #bbb solid;
    text-decoration: none;
    
}

.rotatorDefaultNavi #last{

	border-bottom: none;
	height:34px;

}

.rotatorDefaultNavi #last.active,
.rotatorDefaultNavi #last.active:link,
.rotatorDefaultNavi #last:hover{
	background-repeat: no-repeat;
	background-position: left bottom;
    background-image: url(../../just4sports/images/teaser-navi-bottom-hover.png); 
	
}

.rotatorDefaultNavi #first.active,
.rotatorDefaultNavi #first.active:link,
.rotatorDefaultNavi #first:hover{
	background-repeat: repeat-y;
	background-position: left top;
    background-image: url(../../just4sports/images/teaser-navi-top-hover.png); 
	
}

.schatten{
	    
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	z-index: 2;
	background-image: url(../../just4sports/images/schattenkante.png);

}