/* ui_elements.css */

/* base button declaration */

.btn {
	display: block;
	position: relative;
	overflow: hidden;
}

.btn img {
	position: absolute;
	top: 0;
	left: 0;
}

.btn:hover {
	background: transparent;
}

/* button definitions */

.accessibility .btn {
	width: 16px;
	height: 16px;
}

.accessibility .rss .btn {

}

.accessibility .btn:hover img {
	top: -16px;
}

.buttons .btn {
	width: 100px;
	height: 26px;
	float: left;
	margin-right: 5px;
}

.buttons .btn:hover img {
	top: -30px;
}

.crossPromotional .linkThru .btn {
	width: 222px;
	height: 60px;
}

.crossPromotional .linkThru .btn:hover img {
	top: -62px;
}

.productSelector .btn {
	width: 214px;
	height: 57px;
}

.productSelector .middle .btn {
	width: 213px;
}

.productSelector .btn:hover img {
	top: -62px;
}

.productSelector .btn.current img {
	top: -126px;
}

.pagination .btn {
	width: 29px;
	height: 20px;
}

.pagination .btn:hover img {
	top: -27px;
}

.media-list-pagination .btn {
  width: 29px;
  height: 20px;
}

.media-list-pagination .btn:hover img {
  top: -27px;
}

.article-image-container .btn {
	width: 160px;
	height: 20px;
	margin: 0;
  margin-top: 8px;
  margin-left: 2px;
}

.article-image-container .btn img {
	border: 0;
}

.article-image .btn:hover img {
	top: -27px;
}

#lightbox.done .lbButton img {
  height: auto;
}

.lbButton .btn {
  width: 100px;
  height: 26px;
  float: right;
  top: -23px;
}

.lbButton .btn:hover img {
  top: -30px;
}

.filterButton .btn {
  width: 78px;
  height: 20px;
}

.filterButton .btn:hover img {
  top: -24px;
}

.goBack .btn {
  width: 84px;
  height: 20px;
}

.goBack .btn:hover img {
  top: -24px;
}

/* question buttons */

.question_buttons .btn {
  width: 100px;
  height: 26px;
}

.question_buttons .btn.large {
  width: 162px;
  height: 32px;
}

.question_buttons .btn:hover img {
  top: -30px;
}

.question_buttons .btn.large:hover img {
  top: -36px;
}

.btn.download {
  width: 172px;
  height: 20px;
}

.btn.download:hover img {
  top: -27px;
}
