#LinkContainer {
position: relative;
float: left;
width: 180px;
height: 237px;
left: 9px;
top: 12px;
z-index: 9;
}
#LinkOverContainer {
position: absolute;
float: left;
width: 55px;
height: 237px;
top:0;
left:0;
border: #ff00ff solid 1px;
z-index: 14;
}
#LinkImagesContainer {
position: relative;
float: left;
width: 55px;
height: 237px;
background: #FF0000;
z-index: 10;
}
#LinkImageOut1{
position: relative;
float: left;
width: 55px;
height: 36px;
background: URL('images/link1-out.png');
z-index: 11;
}
#LinkImageOut2{
position: relative;
float: left;
width: 55px;
height: 31px;
background: URL('images/link2-out.png');
z-index: 11;
}
#LinkImageOutMid1{
position: relative;
float: left;
width: 55px;
height: 36px;
background: URL('images/link1mid-out.png');
z-index: 11;
}
#LinkImageOutBot1{
position: relative;
float: left;
width: 55px;
height: 36px;
background: URL('images/link1bot-out.png');
z-index: 11;
}
#LinkImageOver1 {
position: relative;
float: left;
width: 60px;
height: 50px;
background: URL('images/link1-over.png');
z-index: 13;
}
#LinkImageOver2 {
position: relative;
float: left;
width: 49px;
height: 61px;
background: URL('images/link2-over.png');
z-index: 13;
}
#LinkTextContainer {
position: relative;
float: left;
width:125px;
height: 237px;
background: #0000FF;
z-index: 10;
}

.hiddenDiv {
display: none;
}
.showDiv {
display: block;
}