* html #content {
margin : 0;
}
* html .left {
width : 320px;
margin-left : 10px;
}

.right {
padding-top : 40px;
}
#photo-holder {
width: 380px;
height: 280px;
position: relative;
background-position : top left;
background-repeat : no-repeat;
background-image: url(../assets/images/bg-bandphoto.jpg);
}
#photo-holder div {
display: none;
}
#bandphoto {
width: 380px;
height: 250px;
margin: 0;
padding : 0;
list-style: none;
background-repeat: no-repeat;
}
#bandphoto li {
float : left;
height: 250px;
}
#bandphoto li#tm1 {
width: 155px;
}
#bandphoto li#tm2 {
width: 55px;
left: 155px;
}
#bandphoto li#tm3 {
width: 75px;
left: 210px;
}
#bandphoto li#tm4 {
left: 285px;
width : 95px;
}
#bandphoto a {
height: 100%;
display: block;
text-decoration : none;
}
#bandphoto a span {
left : 0;
position: absolute;
top : 260px;
width : 300px;
color : #000;
letter-spacing : -1000em;
}
#bandphoto a:hover span {
letter-spacing : normal;
}