﻿
.list_carousel
{
    margin: 0 0 0px -20px;
    width: 670px !important;
}
.list_carousel ul
{
    margin-bottom:0px;
    margin-top:15px;
    margin-left:0px;
    margin-right:0px;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li
{
    font-size: 40px;
    color: #999;
    text-align: center;
    width: 300px !important;
    height: 200px;
    padding: 0;
    margin: 0px;
    display: block;
    float: left;
}
.image_carousel
{
    padding: 15px 0 15px 0px;
    position: relative;
}
.image_carousel img
{
    border: 1px solid #ccc;
    background-color: white;
    padding: 9px;
    margin: 7px;
    display: block;
    float: left;
}
a.prev, a.next
{
    
    width: 45px;
    height: 50px;
    display: block;
    position: absolute;
    top: 85px;
}
a.prev
{
    left: -50px;
    top: 80px;
    background-position: 0 0;
    background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
}
a.prev:hover
{
    background-position: 0 -50px;
}
a.prev.disabled
{
    background-position: 0 -100px !important;
}
a.next
{
    right: 50px;
    background: url(../images/miscellaneous_sprite.png) no-repeat transparent;
    top: 80px;
    background-position: -50px 0;
}
a.next:hover
{
    background-position: -50px -50px;
}
a.next.disabled
{
    background-position: -50px -100px !important;
}
a.prev.disabled, a.next.disabled
{
    cursor: default;
}

a.prev span, a.next span
{
    display: none;
}
.pagination
{
    text-align: center;
}
.pagination a
{
    background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
.pagination a.selected
{
    background-position: -25px -300px;
    cursor: default;
}
.pagination a span
{
    display: none;
}
.clearfix
{
    float: none;
    clear: both;
}
