a:visited {
	color: #333333;
	text-decoration: none
}
a:link {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
}
a:hover {  color: #FF0066; text-decoration: underline}


.adt {
  border:0px red solid;
  width:1000px;
  height:100%;
  overflow:hidden;
  *overflow:auto;
  text-align:center;
  }
.adt img {
  float:left;
  display:block;
  margin:3px;
  margin-bottom: 12px;
}

.animate_Flashing img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
.animate_Flashing a:hover {
	color:#C00;
	text-decoration:none;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}