.shadetabs{
padding: 0;
margin: 0;
list-style-type: none;
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
display: block;
margin-top: 10px;
width: 24px;
height: 24px;
float: left;
border: 1px solid #CCC;
background: white;
}


.shadetabs li a:visited{

}

.shadetabs li a:hover, .shadetabs li.selected a{
  border: 1px solid #CCC;
  background: #CCC;
}

.shadetabs li.selected a {
  background: #707070;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{
	color: #f6921d;
}

.shadetabs li.selected a{ /*selected main tab style */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
#work-thumbs a {
  position: relative;
}

#work-thumbs a div {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: red;
  height: 25px;
  padding: 5px 15px 0px 15px;
  color: white;
  font-size: 80%;
  opacity: 0.85;
}