/* ---------------------------------------------------- */
/* POPULAR PUBLICATIONS CAROUSEL
/* ---------------------------------------------------- */

#popularpublications {
	position: relative;
	text-align: center;
	line-height: 1.3em;
	width: 514px;
	height: 230px; /* Updated by RJB 2-23-12 */
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 0 !important;
}
/* Commented out by RJB 2-23-12
#popularpublications h2 {
	background: #ebebeb url(/Style%20Library/nidcr.nih.gov/images/boxheader-popularpublications-oralhealth.jpg) no-repeat left top;
}
#popularpublications h2 a {
	display: block;
	width: 514px;
	height: 32px;
}
*/
#popularpublications h2 { /* Added by RJB 2-23-12 */
	text-align: left;
}
#popularpublications h2 a { /* Added by RJB 2-23-12 */
	color: #555;
}
.twocol .wide .carousel { /* Updated by RJB 2-23-12 */
	padding: auto;
	margin: auto;
	width: 461px;
	height: 142px;
	background: transparent url(/Style%20Library/nidcr.nih.gov/images/carouselimages-bkgnd.png) no-repeat 57px 136px;
}
#carouselimages {
	height: 138px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-right: 1px solid #d8d8d8;
	background: none;
}
.carousel ul {
	width: 461px;
	height: 136px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #d8d8d8;
}
.carousel ul li {
	float: left;
	width: 115px;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.carousel ul li a {
	display: block;
	text-align: center;
	width: 114px;
	height: 127px;
	margin: 0;
	padding: 0;
	padding-top: 9px;
	background-color: #fff;
	border-right: 1px solid #d8d8d8;
}
.carousel ul li a:hover {
	background-color: #ecf3ff;
}
#popularpublications button {
	position: absolute;
	top: 102px;
	width: 25px;
	height: 26px;
	border: none;
	z-index: 5000;
	display: none;
}
#popularpublications button span {
 	position: absolute;
 	left: -9000px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
}
#popularpublications .prev {
	left: 10px;
	background: transparent url(/Style%20Library/nidcr.nih.gov/images/carousel-buttons.png) no-repeat left top;
}
#popularpublications .prev:hover {
	background: transparent url(/Style%20Library/nidcr.nih.gov/images/carousel-buttons.png) no-repeat left -26px;
}
#popularpublications .next {
	left: 480px;
	background: transparent url(/Style%20Library/nidcr.nih.gov/images/carousel-buttons.png) no-repeat -26px top;
}
#popularpublications .next:hover {
	background: transparent url(/Style%20Library/nidcr.nih.gov/images/carousel-buttons.png) no-repeat -26px -26px;
}
#viewall {
	position: absolute;
	top: 189px;
	left: 164px;
	background: none;
}
#viewall span {
 	position: absolute;
 	left: -9000px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
}
#viewall a {
	display: block;
	width: 185px;
	height: 29px;
	background: transparent url(/Style%20Library/nidcr.nih.gov/images/button-viewororderpublications.png) no-repeat 0px 0px;
}
#viewall a:hover {
	background: transparent url(/Style%20Library/nidcr.nih.gov/images/button-viewororderpublications.png) no-repeat 0px -29px;
}