/**
# 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
-------------------------------------------------------------------------*/
.jvsl3{position: relative; height: 250px; overflow: hidden;}
.jvsl3 .jvsl3-item{position: relative; top: 0; left: 0; display: none; width:480px; height: 100%; padding-left:460px}
.jvsl3 .jvsl3-item img{ position:absolute; left:0; bottom:30px;}
.jvsl3 .jvsl3-details{ padding-top:50px}

.jvsl3-pnBtnNext,.jvsl3-pnBtnPrev {position: absolute; top: 50%; z-index: 10; width:42px; height:42px}
.jvsl3:hover .jvsl3-pnBtnNext, .jvsl3:hover .jvsl3-pnBtnPrev{display:block;}

.jvsl3-pnBtnPrev{left: 0;}
.jvsl3-pnBtnNext, .jvsl3-btnNext{right: 0;}

.jvsl3-thumbs { position:absolute; bottom:0; left:0; width:100%; text-align:center}

.jvsl3-thumb { display: inline-block; width:18px; height:18px;}
.jvsl3-thumb span { padding:0 5px}
.jvsl3-thumb img { height: 50px; width: auto;}


* +html .jvsl3-thumb { display:inline; vertical-align:top; zoom:1}