/*
# ------------------------------------------------------------------------
# TCVN VirtueMart Slide Products 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
# ------------------------------------------------------------------------
*/

.tcvn-vmproduct-slideshow .captionDiv {
	border-bottom: 0px solid #DD4B39;
}
.tcvn-vmproduct-slideshow .tcvn-control {
	padding: 0 !important;
}
.tcvn-vmproduct-slideshow .thumbnail {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	overflow: hidden;
}
.tcvn-vmproduct-slideshow .thumbnail li {
	float: left;
}
.tcvn-vmproduct-slideshow .thumbnail img {
    opacity: 1;
    visibility: visible;
	padding: 4px;
	margin: 4px 2px 2px 2px;
	cursor: pointer;
}
.tcvn-vmproduct-slideshow .thumbnail li:first-child img {
	margin-left: 0 !important;
}
.tcvn-vmproduct-slideshow .thumbnail li:last-child img {
	margin-right: 0 !important;
}
.tcvn-vmproduct-slideshow .thumbnail a.active img {
    opacity: 1;
	border: solid 2px #DD4B39;
}
.tcvn-vmproduct-slideshow .bt-control {
	float: right;
    text-align: right;
    width: 36px;
	/*height: 36px;*/
	position: absolute;
	top: 38%;
	border: 0 none;
    cursor: pointer;
	text-indent: -100000px;
	z-index: 9999;
}
.tcvn-vmproduct-slideshow a.prev {
	background: url("../images/arrow-left.png") no-repeat scroll 0 0 transparent;
	left: 0;
	opacity: 0.1;
}
.tcvn-vmproduct-slideshow a.prev:hover {
	background: url("../images/arrow-left.png") no-repeat scroll 0 0 transparent;
	opacity: 0.9;
}
.tcvn-vmproduct-slideshow a.next {
	background: url("../images/arrow-right.png") no-repeat scroll 0 0 transparent;
	right: 0;
	opacity: 0.1;
}
.tcvn-vmproduct-slideshow a.next:hover {
	background: url("../images/arrow-right.png") no-repeat scroll 0 0 transparent;
	opacity: 0.9;
}