.spotlight { position:relative; }
.spotlight-transition { display:none; position:absolute; left:-10px; right:-10px; top:-10px; bottom:-10px; z-index:2; background:#fff; }

.spotlight-product { display:none; }

.spotlight-thumbnail { float:right; margin-left:20px; }
.spotlight-thumbnail a { display:block; border:0; }
.spotlight-title { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.spotlight-description { height:7.5em; overflow:hidden; }

.spotlight-buttons { float:right; margin-top:20px; }
.spotlight-buttons .rating,
.spotlight-buttons .button,
.spotlight-buttons button { float:left; margin-left:4px; vertical-align:top; }
.spotlight-buttons .rating { margin-top:3px; }

.spotlight-navigation { position:absolute; z-index:3; margin-top:-22px; }
.spotlight-navigation button { float:left; margin-right:10px; }

.spotlight-product { display:block; }
.spotlight-product + .spotlight-product { display:none; }
