#imagewrapper a img {
border: none;
}

#imagewrapper {
position: relative;
float: left;
}

#imagewrapper span {
position: absolute;
z-index: 2;
height: 5px;
width: 5px;
}

#imagewrapper2 a img {
border: none;
}

#imagewrapper2 {
position: relative;
float: left;
}

#imagewrapper2 span {
position: absolute;
z-index: 2;
height: 5px;
width: 5px;
}

#imagewrapper3 a img {
border: none;
}

#imagewrapper3 {
position: relative;
float: left;
}

#imagewrapper3 span {
position: absolute;
z-index: 2;
height: 5px;
width: 5px;
}

.curve13 {
background: transparent url(../images/topright.png) top right no-repeat;
top: 0;
right: 0;
}

.curve2 {
background: transparent url(../images/topleft.png) top left no-repeat;
top: 0;
left: 0;
}

.curve33 {
background: transparent url(../images/bottomright.png) bottom right no-repeat;
bottom: 0;
right: 0;
}

.curve4 {
background: transparent url(../images/bottomleft.png) bottom left no-repeat;
bottom: 0;
left: 0;
}