/*
# ------------------------------------------------------------------------
# Vina Articles Scroller for Joomla 3
# ------------------------------------------------------------------------
# Copyright(C) 2014 www.VinaGecko.com. All Rights Reserved.
# @license http://www.gnu.org/licenseses/gpl-3.0.html GNU/GPL
# Author: VinaGecko.com
# Websites: http://vinagecko.com
# Forum: http://vinagecko.com/forum/
# ------------------------------------------------------------------------
*/
.vina-scroller-content {
	position: relative;
}
.vina-scroller-content .toolbar {
    visibility: hidden;
}
.vina-scroller-content .toolbar .left {
    background: url("../images/fancy_left.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 30px;
    left: 0;
    position: absolute;
    top: 47%;
    width: 30px;
	z-index: 999;
}
.vina-scroller-content .toolbar .left:hover {
    background-position: center bottom;
}
.vina-scroller-content .toolbar .right {
    background: url("../images/fancy_right.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    top: 47%;
    width: 30px;
	z-index: 999;
}
.vina-scroller-content .toolbar .right:hover {
    background-position: center bottom;
}
.vina-scroller-content .services-preloader {
    background: url("../images/preloader.gif") no-repeat scroll 0 0 transparent;
    height: 24px;
    left: 49%;
    position: absolute;
    top: 49%;
    width: 24px;
    z-index: 9999;
}
.vina-scroller-content .hover-more-sign {
    background: url("../images/more.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    width: 50px;
}
.vina-scroller-content .vina-scroller-content-items,
.vina-scroller-content .vina-scroller-content-item {
	margin: 0;
	padding: 0;
	list-style:none;
}
.vina-scroller-content .info {
	font-style: italic;
}