﻿/*

Craftyslide CSS Styles

*/

#slideshow {
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #eee;}
#slideshow ul {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;}
#slideshow ul li {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;}
#slideshow li a img{
    width: 100%;
    height: 100%;}
#pagination {
    clear: both;
    /*width: 30%;*/
    margin: 0px auto 10px;
    padding: 0;}
#pagination li {
    list-style: none;
    float: left;
    margin: 0 2px;}
#pagination li a {
    display: block;
    width: 11px;
    height: 11px;
    text-indent: -10000px;
    background: url(../images/pagination.jpg);}
#pagination li a.active {
    /*background-position: 0 10px;*/
    background: url(../images/pagination1.jpg);}
.caption {
    height: 100%;
    width: 53px;
    line-height: 53px;
    
    margin: 0;
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    color: #fff;
    border-top: 1px solid #000;
    background: rgba(0, 0, 0, 0.6);}
.caption span.title {
    padding: 10px;
    display: inline-block;
    zoom: 1;
    word-break: keep-all;
    white-space:nowrap;  
   -o-text-overflow:ellipsis;
   text-overflow:ellipsis; 
   overflow: hidden;} 
.pagination-box {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 20px;}