.imagebuttonsfade {
cursor:pointer;
}

.imagebuttonsfade img {
margin:2px 2px 2px 2px;
border: 0px;
}

.imagebuttonsfade img:hover{
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }


.imagebuttons{
cursor:pointer;
}

.imagebuttons img{
border: 2px solid white;
}

.imagebuttons img:hover {
border: 2px solid #8d0f10;
}


.textbuttons {padding:0px 5px 0px 5px;cursor:pointer;}
.textbuttons:hover{background:#C0C0C0;color:red}


.leftimage { 
margin: 4px;
padding: 0px;
border:1px solid white;
}

.leftimage:hover {
border: 1px solid black;
}


.rightimage { 
left: 400px; 
top: 20px;
border-width:0;
}