/*  Copyright (C) 2011-2012 Peter Upfold.

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

.total-slider {
	text-transform: uppercase;
    width: 280px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
    border: 0px solid #000;
    padding: 0;
    list-style: none !important;
}

.total-slider-slide {
    width: 280px !important;
    height: 250px !important;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}

.total-slider-slide .total-slider-link {
    display: block;
    width: 280px;
    height: 250px;
    position: absolute;
    top: 0px;
    text-decoration: none
}

.total-slider-overlay {
    width: 280px;
    text-align: left !important
}

.total-slider-overlay .total-slider-title {
    font-size: 24px;
    text-align:center;
    color: #FFF;
    margin: 10px !important
}

.total-slider-description {
    /* width: 400px; */
    overflow: hidden;
    position: relative
}

.total-slider-description p {
    font-size: 14px;
    color: #FFF;
    text-align:center;
}

#sidebars .total-slider{margin-top:-20px; margin-bottom:50px;}
.total-slider a:hover{text-decoration:none}