* {
    margin: 0;
    padding: 0;
}
.anythingSlider {
    width: 306px;
    height: 190px;
    position: relative;
    margin: 0 auto;
}
.anythingSlider .wrapper {
    width: 306px;
    overflow: auto;
    height: 190px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
    width: 32700px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.anythingSlider .wrapper ul li {
    display: block;
    float: left;
    padding: 0;
    height: 190px;
    width:265px;
    margin: 0;
    padding-left:20px;
    padding-right:20px;
}
.anythingSlider .arrow {
    display: none;
    height: 200px;
    width: 67px;
    /*background: url(../images/arrows.png) no-repeat 0 0;*/
    text-indent: -9999px;
    position: absolute;
    top: -250px;
    cursor: pointer;
}
.anythingSlider .forward {
    background-position: 0 0;
    right: -20px;
    display:none;
}
.anythingSlider .back {
    background-position: -67px 0;
    left: -20px;
    display:none;
}
.anythingSlider .forward:hover {
    background-position: 0 -200px;
    display:none;
}
.anythingSlider .back:hover {
    background-position: -67px -200px;
    display:none;
}
.thumbNav {
    position: relative;
    top: 170px;
    text-align:right;
    right:20px;
    z-index:1000;
}
.thumbNav li {
    display: inline;
}
.thumbNav a {
    display: inline-block;
    padding:0;
    height:10px;
    margin:0 3px 0 0;
    width:10px;
    background:url(../images/bulletSliderOff.jpg) no-repeat;
    text-align: center;
    color:#bcc3d2;
    border-bottom:none;
    font-size: 0;
}
.thumbNav a:hover {
    background:url(../images/bulletSliderOn.jpg) no-repeat;
    color:#195072;
}
.thumbNav a.cur {
    background:url(../images/bulletSliderOn.jpg) no-repeat;
    color:#195072;
}
.start-stop {
    z-index: 10;
    background: green;
    background-image: url(../images/cellshade.png);
    background-repeat: repeat-x;
    color: white;
    padding: 2px 5px;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 323px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    display:none;
}
.start-stop.playing {
    background-color: red;
    display:none;
}
.start-stop:hover {
    background-image: none;
    display:none;
}
/*  Prevents  */
.anythingSlider .wrapper ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
}
.anythingSlider .wrapper ul ul li {
    float: none;
    height: auto;
    width: auto;
    background: none;
}
.date {
    font-size:10px;
    color:#7d8391;
    font-weight:bold;
    padding-bottom:2px;
}

.title a{
    font-size:11px;
    color:#195072;
    font-weight:bold;
    text-transform:uppercase;
    padding-bottom:3px;
    text-decoration:none;
}
.summary {
    text-align:justify;
    color:#555555;
    font-size:11px;
}

/***************************************************************************************************/
.anythingSlider2 {
    width: 306px;
    height: 190px;
    position: relative;
    margin: 0 auto;
    text-align:center;
}
.anythingSlider2 .wrapper {
    width: 306px;
    overflow: auto;
    height: 190px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
/* Width below is max for Opera */
.anythingSlider2 .wrapper ul {
    width: 32700px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.anythingSlider2 .wrapper ul li {
    display: block;
    float: left;
    padding: 0;
    height: 190px;
    width:265px;
    margin: 0;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
}
.anythingSlider2 .arrow {
    display: none;
    height: 200px;
    width: 67px;
    /*background: url(../images/arrows.png) no-repeat 0 0;*/
    text-indent: -9999px;
    position: absolute;
    top: -250px;
    cursor: pointer;
}
.anythingSlider2 .forward {
    background-position: 0 0;
    right: -20px;
    display:none;
}
.anythingSlider2 .back {
    background-position: -67px 0;
    left: -20px;
    display:none;
}
.anythingSlider2 .forward:hover {
    background-position: 0 -200px;
    display:none;
}
.anythingSlider2 .back:hover {
    background-position: -67px -200px;
    display:none;
}
.thumbNav {
    position: relative;
    top: 170px;
    text-align:right;
    right:20px;
    z-index:1000;
}
.thumbNav li {
    display: inline;
}
.thumbNav a {
    display: inline-block;
    padding:0;
    height:10px;
    margin:0 3px 0 0;
    width:10px;
    background:url(../images/bulletSliderOff.jpg) no-repeat;
    text-align: center;
    font-size:0;
    color:#bcc3d2;
    border-bottom:none;
}
.thumbNav a:hover {
    background:url(../images/bulletSliderOn.jpg) no-repeat;
    color:#195072;
}
.thumbNav a.cur {
    background:url(../images/bulletSliderOn.jpg) no-repeat;
    color:#195072;
}
.start-stop {
    z-index: 10;
    background: green;
    background-image: url(../images/cellshade.png);
    background-repeat: repeat-x;
    color: white;
    padding: 2px 5px;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 45px;
    top: 323px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    display:none;
}
.start-stop.playing {
    background-color: red;
    display:none;
}
.start-stop:hover {
    background-image: none;
    display:none;
}
/*  Prevents  */
.anythingSlider2 .wrapper ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
}
.anythingSlider2 .wrapper ul ul li {
    float: none;
    height: auto;
    width: auto;
    background: none;
}
.date {
    font-size:10px;
    color:#7d8391;
    font-weight:bold;
    padding-bottom:2px;
}
.title {
    font-size:11px;
    color:#195072;
    font-weight:bold;
    text-transform:capitalize;
    padding-bottom:3px;
}
.summary {
    text-align:justify;
    color:#555555;
    font-size:11px;
}
.accordion a{
    display:block;
}
