/* Tiny Carousel */

.carouselBlk {
    height: 165px;
    width: 100%;
    position: absolute;
    bottom: 50px;
	z-index:20
}
#carousel {
    height: 203px;
    margin: 0 72px;
    overflow: hidden;
    position: relative;
    padding: 0 50px 10px;
}
#carousel .viewport {
    height: 203px;
     position: relative;
    overflow: hidden;
    width: 100%;
}
#carousel .buttons {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 47px;
    height: 70px;
    margin-top: -35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
#carousel .next {
    right: 0;
    left: auto;
    top: 50%;
}
#carousel .buttons:hover {
    color: #C01313;
}
#carousel .disable {
    opacity: 10;
}
#carousel .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 20000em;
    left: 0;
    top: 10px !important;
}
#carousel .overview li a:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#carousel .overview li a {
    display: inline-block;
  height: 45px;
  width: 140px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #ffffff;
    font-family: omnes_boldregular_roman;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    color: #000;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px 2x #6e6e6e;
    -moz-box-shadow: 2px 2px 3px 2px #6e6e6e;
    box-shadow: 2px 2px 3px 2px #6e6e6e;
    text-decoration: none;
    margin: 0 8px;
    vertical-align: middle;
}
#carousel .overview li.color:hover a {
    background: #9b272e;
    color: #fff;
}
#carousel .overview li.shape:hover a {
    background: #1e98d5;
    color: #fff;
}
#carousel .overview li.auditory:hover a {
    background: #62bc46;
    color: #fff;
}
#carousel .overview li.spatial:hover a {
    background: #c3cd2e;
    color: #fff;
}
#carousel .overview li.body:hover a {
    background: #d94327;
    color: #fff;
}
#carousel .overview li.reten:hover a {
    background: #972053;
    color: #fff;
}
#carousel .overview li.quantity:hover a {
    background: #8d2f92;
    color: #fff;
}
#carousel .overview li.assoc:hover a {
    background: #46449b;
    color: #fff;
}
#carousel .overview li.random:hover a {
    background: #6d6d6d;
    color: #fff;
}
#carousel .overview li {
    float: left !important;
    margin: 0 10px 0 0;
    padding: 1px;
    height: 163px;
    width: 128px;
    background: none !important;
    border: 0 !important;
    transition: all .2s ease-in-out;
    text-align: center;
}
#carousel .overview li:hover {
    transform: scale(1.1);
}