/*
# ------------------------------------------------------------------------
# TCVN Item Scroller for K2 - Joomla 2.5
# ------------------------------------------------------------------------
# Copyright(C) 2012-2013 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-scroller-k2.theme1 .main-container {
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.1);
    padding: 30px;
}
.tcvn-scroller-k2.theme1 {
    color: #777777;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.tcvn-scroller-k2.theme1 span {
    color: #777777;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.tcvn-scroller-k2.theme1 h3 a{
    color: #999999;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    width: 100%;
	text-decoration:none;
}
.tcvn-scroller-k2.theme1 h3 a:hover{
    color: #999999;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    text-shadow: 1px 1px 1px #FFFFFF;
    width: 100%;
	text-decoration:none;
	background:none;
}
.tcvn-scroller-k2.theme1 .thumb {
    background: none repeat scroll 0 0 #FFFFFF;
	height:auto
    position: relative;
    z-index: 50;
}
.tcvn-scroller-k2.theme1 .bw{
    left:1px !important;
}
.tcvn-scroller-k2.theme2 .main-container {
    background-color: #222222;
    border: 1px solid #1E1E1E;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
}
.tcvn-scroller-k2.theme2 {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
}
.tcvn-scroller-k2.theme2 p {
	color: #DDDDDD;
}
.tcvn-scroller-k2.theme2 h3 a{
    color: #DE8F26 !important;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
	text-decoration:none;
}
.tcvn-scroller-k2.theme2 h3 a:hover{
    color: #DE8F26 !important;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
    text-decoration:none;
    background:none;
}
.tcvn-scroller-k2.theme2 .thumb {
    background: none repeat scroll 0 0 #FFFFFF;
	height:auto;
    padding: 0;
    position: relative;
    z-index: 50;
}
.tcvn-scroller-k2.theme2 .bw {
	left:1px !important;
}
.tcvn-scroller-k2.theme2 .toolbar .left {
    background: url("../images/left-dark.png") no-repeat scroll center top transparent;
    cursor: pointer;
    left: 0;
    height:45px;
    margin-left: -29px;
    position: absolute;
    top: 60px;
    width: 30px;
    z-index: 100;
}
.tcvn-scroller-k2.theme2 .toolbar .right {
    background: url("../images/right-dark.png") no-repeat scroll center top transparent;
    cursor: pointer;
    margin-right: -30px;
    position: absolute;
	height:45px;
    right: 0;
    top: 60px;
    width: 30px;
    z-index: 100;
}

.tcvn-scroller-k2 .toolbar {
    visibility: hidden;
}
.tcvn-scroller-k2 .toolbar .left {
    background: url("../images/left.png") no-repeat scroll center top transparent;
    cursor: pointer;
    left: 0;
	height:45px;
    margin-left: -29px;
    position: absolute;
    top: 60px;
    width: 30px;
    z-index: 100;
}
.tcvn-scroller-k2 .toolbar .left:hover {
    background-position: center bottom;
}
.tcvn-scroller-k2 .toolbar .right {
    background: url("../images/right.png") no-repeat scroll center top transparent;
    cursor: pointer;
	height:45px;
    margin-right: -30px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 30px;
    z-index: 100;
}
.tcvn-scroller-k2 .toolbar .right:hover {
    background-position: center bottom;
}
.tcvn-scroller-k2 .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;
}
.tcvn-scroller-k2 .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;
}
.tcvn-scroller-k2 .slide{
    text-align: center;
}
.tcvn-scroller-k2 ul li{
	list-style:none;
}