/* Accessible News Slider : Theme Default */
/*************************************
    Height and Width values
    these are extremely important!!!
*************************************/
/* the stories ul and lis must have the same height */
div.jqans-wrapper.default .jqans-stories ul, div.jqans-wrapper.default .jqans-stories li {
    height: 90px
    }
div.jqans-wrapper.default .jqans-stories-selector ul, div.jqans-wrapper.default .jqans-stories-selector li {
    height: 10px
    }
.jqans-stories-selector {
    margin-top: 12px
    }
.jqans-stories {
    xpadding-bottom: 10px
    }
ul#newsslider {
    xmargin-bottom: 10px
    }
li.selected {
    xpadding-bottom: 10px
    }
/* 
    wrapper and the container must have the same width
    in order to get this value take the width value of
    of story ".jqans-stories li" and times it by the 
    number of stories you want to initially display.
    
    107px * 4 = 428px
    
 */
div.jqans-wrapper.default, div.jqans-wrapper.default .jqans-container {
    width: 428px
    }
/* width value for each story li */
div.jqans-wrapper.default li {
    width: 107px
    }
/* default styles */
div.jqans-wrapper.default a {
    text-decoration: none;
    font-weight: bold;
    color: #363636;
    color: #369;
    outline: none;
    font-size: 12px
    }
div.jqans-wrapper.default .jqans-stories a {
    font-weight: normal;
    color: #363636;
    font-size: 11px
    }
div.jqans-wrapper.default .jqans-stories h3 {
    color: #fff;
    overflow: hidden
    }
div.jqans-wrapper.default strong {
    color: #000
    }
/* wrapper */
div.jqans-wrapper.default {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 0 0 32px 0
    }
/* container */
div.jqans-wrapper.default .jqans-container {
    xmin-height: 150px;
    height: 142px;
    xtext-align: center;
    xpadding-top: 4px
    }
div.jqans-wrapper.default .jqans-container a {
    font-weight: bold
    }
/* headline */
div.jqans-wrapper.default .jqans-headline {
    text-align: left;
    margin-left: 4px;
    margin-bottom: 4px
    }
/* style for index headline */
div.jqans-wrapper.default .jqans-content h1, div.jqans-wrapper.default .jqans-content h1 a {
    text-decoration: none;
    text-align: left;
    color: #666;
    color: #369;
    margin: 8px 4px 4px 0;
    font-size: 18px
    }
div.jqans-wrapper.default .jqans-content h1 a:hover, div.jqans-wrapper.default a:hover {
    text-decoration: underline
    }
div.jqans-wrapper.default .jqans-content p {
    text-align: left;
    xcolor: #666;
    color: #000;
    margin: 4px;
    line-height: 16px;
    font-size: 12px
    }
/* stories */
div.jqans-wrapper.default .jqans-stories {
    xbackground: #f3f3f3;
    background: #ececec
    }
div.jqans-wrapper.default .jqans-stories li {
    overflow: hidden;
    text-align: center;
    font-size: 11px;
    color: #666;
    xpadding: 0 3px 0 3px
    }
div.jqans-wrapper.default .jqans-stories li.selected {
    background: #ce1c8e;
    background: #ccc
    }
div.jqans-wrapper.default .jqans-stories li img {
    margin-top: 10px;
    border: 1px solid #fff;
    padding: 1px;
    background-color: #FFF;
    margin-bottom: 0
    }
div.jqans-wrapper.default .jqans-stories li p {
    display: none
    }
div.jqans-wrapper.default .jqans-stories li h3 {
    margin: 0;
    font-size: 12px;
    font-weight: normal
    }
div.jqans-wrapper.default .jqans-stories-selector li.selected div {
    margin: auto;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
    border-right: 10px solid white;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid white
    }
/* pagination */
div.jqans-wrapper.default .jqans-pagination {
    border-top: 1px solid #ddd;
    xborder-bottom: 1px solid #ddd;
    margin: 0;
    padding: 2px 2px 0 2px;
    background: #f3f3f3;
    text-align: left;
    clear: both;
    width: 100%;
    overflow: hidden;
    background: #ececec;
    background: none
    }
div.jqans-wrapper.default .jqans-pagination-count {
    float: left
    }
div.jqans-wrapper.default .jqans-pagination-controls {
    float: right
    }
div.jqans-wrapper.default .jqans-pagination-controls a {
    display: inline-block;
    width: 22px;
    height: 12px;
    text-indent: -9999px;
    background: no-repeat bottom center
    }
div.jqans-wrapper.default .jqans-pagination-controls-back a {
    background-image: url(../js/jqn/previous.jpg)
    }
div.jqans-wrapper.default .jqans-pagination-controls-next a {
    background-image: url(../js/jqn/next.jpg)
    }
div.jqans-headline {
    display: none
    }
div.jqans-wrapper.default {
    border: none
    }
body.index .post {
    padding-left: 15px;
    padding-right: 5px
    }
.jqans-content img {
    max-height: 138px;
    max-width: 230px;
    height: 138px;
    width: 230px;
    padding-right: 10px;
    margin-top: 0;
    float: left
    }
.jqans-pagination-count {
    display: none
    }
.post.jq {
    height: 280px;
    border-bottom: none;
    margin-top: -5px
    }
.container-title.jq h2 img {
    margin-bottom: 0
    }
#loadfix {
    display: none
    }
.warning {
    font-style: italic;
    font-size: 14px
    }
.underline {
    text-decoration: underline
    }