/*
# ------------------------------------------------------------------------
# TCVN Banner Slider for Joomla 2.5
# ------------------------------------------------------------------------
# Copyright(C) 2008-2012 www.Thecoders.vn. All Rights Reserved.
# @license http://www.gnu.org/licenseses/gpl-3.0.html GNU/GPL
# Author: Thecoders.vn
# Websites: http://Thecoders.com
# ------------------------------------------------------------------------
*/

.tcvn-banner-slider {
	overflow: hidden;
}

.tcvn-banner-slider .tcvn-opacity-layer { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.tcvn-banner-slider .tcvn-banner-item {
	display: none;
}
div.tcvn-banner-bottom a[href^="http://thecoders.vn/"] {
    display: block;
	opacity: 0;
	height: 1px;
}