* {
margin:0;
padding:0;
}
.tad {
width:400px;
height:300px;
border:2px solid #FFFF00;
margin:0 auto;
overflow:hidden;
}
.tad a {
width:80px;
height:30px;
background:yellow;
display:inline-block;
text-align:center;
line-height:30px;
}
.tad div {
width:100%;
height:270px;
}
.tad a.checked {
background:red;
color:#ffffff;
}