#imagewrapper a img {
border: none;
}

#imagewrapper_right {
position: relative;
float: right;
margin-left:10px;
}

#imagewrapper_right span {
position: absolute;
z-index: 2;
height: 12px;
width: 12px;
}

#imagewrapper_left {
position: relative;
float: left;
margin-right:10px;
}

#imagewrapper_left span {
position: absolute;
z-index: 2;
height: 12px;
width: 12px;
}

.curve1 {
background: transparent url(http://gopcfc.org/styles/roundedimages/topright.png) top right no-repeat;
top: 0;
right: 0;
}

.curve2 {
background: transparent url(http://gopcfc.org/styles/roundedimages/topleft.png) top left no-repeat;
top: 0;
left: 0;
}

.curve3 {
background: transparent url(http://gopcfc.org/styles/roundedimages/bottomright.png) bottom right no-repeat;
bottom: 0;
right: 0;
}

.curve4 {
background: transparent url(http://gopcfc.org/styles/roundedimages/bottomleft.png) bottom left no-repeat;
bottom: 0;
left: 0;
}