.calliopeWrap {POSITION: absolute; PADDING: 4px; BACKGROUND: #000; BORDER: solid 5px #000; WIDTH: 100px; HEIGHT: 100px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}
.calliopeWrap .image {POSITION: absolute; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.calliopeWrap .title {POSITION: absolute; LEFT: 40px; PADDING: 5px; COLOR: white; FONT-WEIGHT: bold;}

.calliopeWrap .right {POSITION: absolute; BACKGROUND: url('/img/SexyBtLeft.png') no-repeat center right; WIDTH: 24px; LEFT: 10px; CURSOR: pointer;}
.calliopeWrap .left {POSITION: absolute; BACKGROUND: url('/img/SexyBtRight.png') no-repeat center left; WIDTH: 24px; RIGHT: 10px; CURSOR: pointer;}
.calliopeWrap .close {POSITION: absolute;  BORDER: solid 5px #000; BACKGROUND: #000 url('/img/sexyClose.png') no-repeat center left; PADDING: 3px; WIDTH: 70px; HEIGHT: 15px; CURSOR: pointer;
	-moz-border-radius: 0px; -webkit-border-radius: 0px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
}