@charset "utf-8";
/* CSS Document */

.capsule {
	height: 443px;
	width: 440px;
	overflow: hidden;
	z-index: 1;
	background-image: url(salegirls/images/sg-bg.png);
	background-repeat: no-repeat;
	background-color: #F3EFE9;
}
.buttonRow {
	position: relative;
	top: 414px;
	height: 29px;
	width: 161px;
	overflow: hidden;
	z-index: 6;
	background-image: url(salegirls/images/buttons-bg.png);
	background-repeat: no-repeat;
}
.buttonRow1 {
	position: relative;
	top: 414px;
	height: 29px;
	width: 161px;
	overflow: hidden;
	z-index: 6;
	background-image: url(salegirls/images/buttons-splbg.png);
	background-repeat: no-repeat;
}
.productImage {
	height: 443px;
	width: 304px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	left: 136px;
	top: -29px;
}
.productImage1 {
	height: 443px;
	width: 341px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	left: 99px;
	top: -29px;
}
.productImage2 {
	height: 443px;
	width: 314px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	left: 126px;
	top: -29px;
}
.backButton {
	height: 20px;
	width: 71px;
	overflow: hidden;
	position: absolute;
	z-index: 7;
	left: 4px;
	top: 5px;
}
.nextButton {
	height: 20px;
	width: 71px;
	overflow: hidden;
	position: absolute;
	z-index: 8;
	left: 79px;
	top: 5px;
}
.highlight {
	cursor: pointer;
    outline: none;
}
.highlight img {
	border: 2px solid #ffffff;
}
.highlight:hover img {
	border: 2px solid #cc3648;
}
.topBar {
	height: 20px;
	overflow: hidden;
}
.closeButton {
	height: 20px;
	width: 76px;
	left: 0px;
	top: 0px;
	position: absolute;
}
