/**
# mod_jvslidepro - JV Slide Pro
# @versions: 1.5.x,1.6.x,1.7.x,2.5.x
# ------------------------------------------------------------------------
# author    Open Source Code Solutions Co
# copyright Copyright (C) 2011 joomlavi.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL or later.
# Websites: http://www.joomlavi.com
# Technical Support:  http://www.joomlavi.com/my-tickets.html
-------------------------------------------------------------------------*/

  .jvsl-item{float:left; padding:15px; position: relative; height:100%;}
  .jvsl-item a{ border: 10px;}
  .jvsl-item img{height: 100%; width:auto}
  .jvsl-title{position: absolute; display: none; left: 0; bottom: 0; right: 0;}
  .jvsl-desc{position: absolute; display: none; left: 0; bottom: 0; right: 0;}
  
  .jvsl-panel{ position:relative; overflow:hidden;}
  .jvsl-items{ position:relative; overflow: hidden; display: none;}
  
  .vertical .jvsl-item img{height:auto; width:100%;}
  .jvsl-bg-ghostmove{background: red; }