/* second image place, for second background */
/* Placement of first image in foregrand */
/* masking the image when hovering */
#tab-01 {
width: 268px;
height: 100px;
background: url(../images/template/tabs_01-over.jpg) no-repeat top left;
border-bottom: 1px white solid;
}
#tab-01 a {
display: block;
width: 100%;
height: 100%;
background: url(../images/changes/1.jpg) no-repeat top left;
}
#tab-01 a:hover {
background: transparent none;
}
#tab-02 {
width: 268px;
height: 100px;
background: url(../images/template/tabs_02-over.jpg) no-repeat top left;
border-bottom: 1px white solid;
}
#tab-02 a {
display: block;
width: 100%;
height: 100%;
background: url(../images/changes/2.jpg) no-repeat top left;
}
#tab-02 a:hover {
background: transparent none;
}
#tab-03 {
width: 268px;
height: 100px;
background: url(../images/template/tabs_03-over.jpg) no-repeat top left;
border-bottom: 1px white solid;
}
#tab-03 a {
display: block;
width: 100%;
height: 100%;
background: url(../images/changes/3.jpg) no-repeat top left;
}
#tab-03 a:hover {
background: transparent none;
}
#tab-04 {
width: 268px;
height: 100px;
background: url(../images/template/tabs_04-over.jpg) no-repeat top left;
border-bottom: 1px white solid;
}
#tab-04 a {
display: block;
width: 100%;
height: 100%;
background: url(../images/changes/4.jpg) no-repeat top left;
}
#tab-04 a:hover {
background: transparent none;
}
#tab-bottom {
width: 268px;
height: 50px;
background: transparent;
}