.links{
margin-top:30px;
}
.links{
width:100%;
}
.links a{
padding:10px;
line-height:30px;
}
.links a:hover{
color:#FFCC00;
}
.links a.active{
color:#990000;
}
.sub{
float:left;
border-top:1px #FFCC00 solid;
margin:0;
}
.hidden{
display:none;
}
.gallery{
border-top:5px #FFCC00 solid;
/*border-bottom:2px #FFCC00 solid;*/
}
.gallery img{
padding:5px;
background:#fff;
float:left;
}
.gallery img:hover{
background:#990000;
}
.gallery input{
padding:5px;
background:#fff;
float:left;
}
.gallery input:hover{
background:#990000;
}

.gallery .thumb{
float:left;
margin:20px;
width:180px;
}
.gallery .thumb span{
display:block;
float:left;
width:100%;
line-height:30px;
font-size:20px;
text-transform:uppercase;
}