/* Pew Carousel */
.pew-carousel a,
.pew-carousel img {
-moz-user-select: none;
-webkit-user-select: none;
user-select:none;
/* this will work for QtWebKit in future */
-webkit-user-drag: none;
-moz-user-drag: none;
user-drag: none;
}
.pew-carousel .frame {
overflow:hidden;
clear:both;
position:relative;
}
.page .pew-carousel .frame {
margin: 0 20px;
width: inherit;
}
.pew-carousel .horizontal-carousel {
position:relative;
}
.pew-carousel .horizontal-carousel li {
float:left;
list-style:none;
}
.pew-carousel .next,
.pew-carousel .prev {
position:absolute;
top:0;
bottom:0;
height:100%;
right:0;
width:20px;
background-image:url(/wp-content/themes/pewresearch/img/carousel-right.png);
background-repeat:no-repeat;
background-position:center left;

/* Hide the text */
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.pew-carousel .prev {
right:auto;
left:0;
background-image:url(/wp-content/themes/pewresearch/img/carousel-left.png);
}
.pew-carousel .next:hover,
.pew-carousel .prev:hover
.pew-carousel .next:focus,
.pew-carousel .prev:focus {
background-position:center right;
}
.pew-carousel-destroyed .pagination,
.pew-carousel-destroyed .next,
.pew-carousel-destroyed .prev {
display:none;
}