/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.sliderwrapper {
    height: 190px;
    overflow: hidden;
    position: relative;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

.sliderwrapper .contentdiv {
    height: 190px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

.sliderwrapper .contentdiv img {
    border: 1px solid #dbe3e9;
    height: 188px;
    padding: 2px;
    width: 100%;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

.sliderwrapper .contentdiv h3 {
    bottom: 0;
    left: 0;    
    line-height: 20px;
    position: absolute;
    width: 100%;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

.sliderwrapper .contentdiv h3 a {
    background: url(../images/transparent.png) repeat-x;
    color: #00FF00;
    padding: 5px 3px 4px 3px;
    display: block;
    margin: 0 3px 5px 3px;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

.sliderwrapper .contentdiv h3 a:hover {
    color: #911e03;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

.slider-pagination {
    background: #fff;
    padding: 2px 0;
    text-align: center;
    width: 100%;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

.slider-pagination a {
    color: #999;   
    padding: 0 5px;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

.slider-pagination a:hover,
.slider-pagination a.selected {
    background-color: #ccc;
    color: #333;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

.slider-pagination a.prev {
    background: url(../images/prev.png) no-repeat 8px 8px;
    width: 6px;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}

.slider-pagination a.next {
    background: url(../images/next.png) no-repeat 8px 8px;
    width: 6px;
	font-size:14pt;
	font-family: "Times New Roman", Times, serif;
}
