
.rTitle {
	display: block;
}

.rotatorLi {
	height: 200px;	
	width: 455px;
	position: relative;
	font-family: Tahoma, Arial, Sans-Serif
}

.rotator button {	
	position: absolute;
	height: 100px;
	right: 0px;
	top: 30px;
	width: 20px;
	border-bottom: 1px solid #a5a5a5;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #b3b3b3;
	background: #fff;
	color: #aaa;
	cursor: pointer;
	font-weight: bold;
}

.rotator button.prevBtn {
	top: 130px;
}

.rProdImg {
	position: absolute;
	left: 50%;
	display: none;
}

.rProdLogo {
	position: absolute;
	top: 10px;
	left: 0px
}

.rProdName {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #0062b9;
	font-size: 16px;
	display: block;
	width: 330px;
	text-align: right;
}

.rGWrap, .rSWrap, .rAWrap, .rBWrap {
	position: absolute;
	bottom: 10px;
	left: 10px;
}



#popupG, #popupS, #popupA, #popupB {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 10px;
	border: 2px solid #ccc;
	background: #fff;
	width: 100%;
	z-index: 100;
}

#popupG ul, #popupS ul, #popupA ul, #popupB ul {
	margin: 10px 0 10px 20px;
	padding: 0 0 0 15px;
}

.rotator .pG,
.rotator .pS,
.rotator .pA,
.rotator .pB {
	position: absolute;
	top: 10px;
	right: 10px
}

.rotator ul .pG,
.rotator ul .pS,
.rotator ul .pA,
.rotator ul .pB {
	position: static
	
}

.rotator .strike { 
	text-decoration: line-through; 
	color:Gray;
} 

