/*
# ------------------------------------------------------------------------
# TCVN Rotating Image Module 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
# Forum:    http://laptrinhvien-vn.com/forum/
# ------------------------------------------------------------------------
*/
.tcvnZoomingContainer {
    width: 100%;
	height: auto;
	clear: both;
	margin-left: -10px;
}
.tcvnZoomingContainer .tcvnZoomingItem {
	float: left;
	overflow: hidden;
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.tcvnZoomingContainer .tcvnZoomingItem img {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px #888888;
}
.tcvnZoomingItemInfo h3.title {
	font-size: 16px;
    line-height: 35px;
    margin: 0 !important;
    padding: 0 !important;
}
.tcvnZoomingItemInfo p.teaser {
	line-height: 20px;
    margin: 0 !important;
    padding: 0 !important;
}
.tcvnZoomingItemInfo a {
	color: #095197;
    line-height: 30px;
    text-decoration: none;
}
.tcvnZoomingItemInfo a:hover {
	text-decoration: underline !important;
}