/* truseq.html */
.slideWrap-wrapper{
	height:240px;
}
#slideshow{
	list-style:none!important;
}
.tickerbox {
    background:url(../../../content/dam/illumina-marketing/images/truseq/home/ticker-background.gif) no-repeat;
    height:35px;
    margin:20px 0 9px
}
#tickerheader {
    float:left;
    margin:7px 0 30px 20px;
    padding:0;
    width:auto
}
#Tickerwrap {
    float:left
}
#ticker {
    margin:0;
    position:relative;
    width:600px
}
#ticker li {
    left:3px;
    list-style:none;
    overflow:hidden;
    padding:5px;
    position:absolute;
    top:2px;
    width:100%
}
#prevBtn,#nextBtn {
    background:url(../../../content/dam/illumina-marketing/images/home/slider-arrows.png) no-repeat;
    display:block;
    height:47px;
    position:absolute;
    text-indent:-999em;
    top:235px;
    width:35px;
    z-index:10
}
#prevBtn {
    left:625px
}
#prevBtn:hover {
    background-position:0 -51px
}
#nextBtn {
    background-position:-35px 0;
    left:660px
}
#nextBtn:hover {
    background-position:-35px -51px
}
	
/* truseq/tru-resources/datasets.html */
.tru-res-data-set-table{
	width: 100%;
	border-collapse:separate !important;
	border-spacing: 10px !important;
}
.tru-res-data-set-table caption {
    text-align:center;
    padding-bottom:12px
}
.tru-res-data-set-table th {
    text-align:left
}
.tru-res-data-set-table td {
    border-bottom:solid 1px #e2e2e2;
    padding:4px 0
}
p.table-space {
    margin:14px 0 0
}

/* truseq/truth-in-data/services-data.html */
.services-data-table {
width: 100%;
}
.services-data-table caption{
text-align: center;
margin: 0 0 12px 0;
}
.services-data-table th {
text-align: left;
}
.services-data-table td {
border-bottom:1px solid #e2e2e2;
padding: 4px 0 4px 0;
}
ol.table-space{
margin: 14px 0 0 0;
}

/* truseq/truth-in-data/services-data/coverage-distribution.html */
.coverage-disrib-table{
width: 100%;
}
.coverage-disrib-table caption{
text-align: center;
padding-bottom: 12px;
}
.coverage-disrib-table th{
text-align: left;
}
.coverage-disrib-table td{
border-bottom: solid 1px #e2e2e2;
padding: 4px 0 4px 0;
}
p.table-space{
margin: 14px 0 0 0;
}

/* truseq/truth-in-data/services-data/coverage-gaps.html */
.coverage-gap-table{
width: 100%;
padding: 0 0 14px 0;
}
.coverage-gap-table caption{
text-align: center;
padding-bottom: 12px;
}
.coverage-gap-table th{
text-align: left;
}
.coverage-gap-table td{
border-bottom: solid 1px #e2e2e2;
padding: 4px 0 4px 0;
}
p.table-space{
margin: 14px 0 0 0;
}

/* truseq/truth-in-data/services-data/false-positive-rates.html */
.false-pos-rate-table{
width: 100%;
}
.false-pos-rate-table caption{
text-align: center;
padding-bottom: 12px;
}
.false-pos-rate-table th{
text-align: left;
}
.false-pos-rate-table td{
border-bottom: solid 1px #e2e2e2;
padding: 4px 0 4px 0;
}
p.table-space{
margin: 14px 0 0 0;
}

/* truseq/truth-in-data/services-data/false-negative-rates.html */
.false-neg-rate-table{
width: 100%;
}
.false-neg-rate-table caption{
text-align: center;
padding-bottom: 12px;
}
.false-neg-rate-table th{
text-align: left;
}
.false-neg-rate-table td{
border-bottom: solid 1px #e2e2e2;
padding: 4px 0 4px 0;
}
p.table-space{
margin: 14px 0 0 0;
}

/* /truseq/tru-resources/glossary.html */
li.def {
    list-style-type: none;
    margin: 0 0 10px;
}