﻿#jcarousel-wrapper
{
    position: fixed;
    width: 100%;
    bottom: 48px;
    left:0;
    z-index:2;
}

.list_carousel a, .list_carousel a:link, .list_carousel a:active, .list_carousel a:visited
{
    color: #fff;
    text-decoration: none;
    font-weight:bold;
}
.list_carousel a:hover
{
    color: #F78C17;
}

.list_carousel a.active
{
    color: #FE9302;
    width: 0;
    height: 0;  
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FE9302;
}

#intro
{
    width: 580px;
    margin: 0 auto;
}
.wrapper
{
    background-color: white;
    width: 480px;
    margin: 40px auto;
    padding: 50px;
    box-shadow: 0 0 5px #999;
}
.list_carousel
{
    background: rgba(0, 0, 0, 0.9); 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#181818');
    /*margin: 0 0 30px 60px;*/
    padding-right: 30px;
    padding-left:30px !important;
    width: 360px;
}
.list_carousel ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li
{
    font-size: 12px;
    color: #999;
    text-align: center;
    /*background-color: #eee;
    border: 5px solid #999;
    width: 50px;
    height: 50px;*/
    padding: 0;
    margin: 12px 12px;
    display: block;
    float: left;
}
.list_carousel.responsive
{
    width: auto;
    margin-left: 0;
}
.clearfix
{
    float: none;
    clear: both;
}
.prev
{
    float: left;
    margin-left: 10px;
}
.next
{
    float: right;
    margin-right: 10px;
}
.pager
{
    float: left;
    width: 300px;
    text-align: center;
}
.pager a
{
    margin: 0 5px;
    text-decoration: none;
}
.pager a.selected
{
    text-decoration: underline;
}
.timer
{
    background-color: #999;
    height: 6px;
    width: 0px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: fixed;
    /*top: 50%;*/
    bottom: 56px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    /*background: #4E443C;*/
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    z-index:3;
    /*-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;*/
}

.jcarousel-control-prev {
    left: 5px;
}

.jcarousel-control-next {
    right: 5px;
}

.jcarousel-control-prev,.jcarousel-control-next
{
    text-decoration:none;
    color:#fff;
}

.jcarousel-control-prev:hover,.jcarousel-control-next:hover
{
    text-decoration:none;
    color:#FE9302;
}

#pubCarousel
{
    width: 100%;       
    height: 45px !important;      
    overflow: hidden;
}

.caroufredsel_wrapper
{
    height: 45px !important;      
}