﻿/*
Author: Charles dos Santos França
Date: 03/06/2013
Description: This file makes all the 
*/

.CSF-SLIDE
{
    position:relative;
    overflow:hidden;
    margin-top: -19px;
}

CSF-SLIDE-NAVIGATION-LINKS
{
    
}

.CSF-SLIDE .CSF-SLIDE-BUTTONS a
{
    text-decoration:none;
}

.CSF-SLIDE .CSF-SLIDE-BUTTONS-RIGHT
{
    float:right;
}

.CSF-SLIDE .CSF-SLIDE-BUTTONS-LEFT
{
    float:left;
}

.CSF-SLIDE .slide-items .slide-item .image
{
    display:table;
}

.CSF-SLIDE .slide-item
{
    position:relative;
}

.CSF-SLIDE .slide-item .description
{
    position:absolute;
    margin-top:-39px;
    width:100%;
    background:black;
    color:White;
}

.CSF-SLIDE .slide-item .description .title
{
    padding:10px 0 10px 5px;
    width:100%;
    font-weight:bold;
}

.CSF-SLIDE .slide-item .description .content
{
    padding-left:5px;
}

.CSF-SLIDE-LEFT .slide-items .slide-item
{
    float:left;
}

.CSF-SLIDE-BUTTONS-LINK-BUTTON
{
    cursor:pointer;
}

.CSF-SLIDE-NAVIGATION-LINK
{
    text-decoration:none;
    font-weight:bold;
    color:white;
    padding:0px 5px;
    background:blue;
    margin-right:5px;
}

.CSF-SLIDE-NAVIGATION-LINK.active
{
    color:black;
    background:lightblue;
}