/**
 * @package Fancy Transition SlideShow
 * @version 2.4
 * @author Infyways Solutions http://www.infyways.com
 * @copyright Copyright (C) 2011 - 2012 Infyways Solutions.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 *
 */
 
#example {
 position:relative;
    /*
float: left;
    overflow: hidden;
*/

    margin:10px 0px;
    border:1px solid #0f0;
}
.ft-title { padding: 10px 10px; width: 100%; text-align: left; }


/*--- end:shared */

.topbar h2{ font-weight: normal !important }
.topbar a { color: #3399cc; text-decoration: none; }
.topbar a:hover { text-decoration: underline; }

.ft-prev { background:url('http://captureonecomplete.com/uk/modules/mod_fancy_slider/tmpl/css/prev.png')no-repeat; padding: 30px; text-indent:-99999px; margin-left:15px;}
.ft-next { background:url('next.png') no-repeat; padding: 30px; text-indent:-99999px;}

.ft-button-ft-active { color: black; }

.ft-title-example p{
margin-left:10px;
}
.pagination{
margin:0 auto;
}

#example img { width:100% !important; border:1px solid #00f; }