/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 10, 2015, 11:26:06 PM
    Author     : PENUNES
*/
.cycle-overlay.custom{color:white;display:none;z-index:600;background: none repeat scroll 0% 0% #000;opacity: 0.5;position:absolute; bottom:0; width:100%;height:100%;}
.cycle-overlay.custom > span{display:block;color:white; margin: 20px;}
.cycle-overlay.custom p {color:white;}
.cycle-overlay.custom > a{display: inline;}
.hover, .hover span{display:none !important;}
/*border radius*/
.cycle-slideshow img, .cycle-slideshow .cycle-overlay.custom {border-radius: 4px;box-shadow: 2px 2px 2px 2px #888888; }
.cycle-slideshow.odd{float:left;width:40%; margin: 20px;}
.cycle-slideshow.even{float:right;width:40%; margin: 20px;}
.cycle-slideshow img{width: 100%;}

