.slider-wrapper {
	width:1180px;
	height:400px;
	margin: 0px auto;
	position:relative;
	margin-bottom:20px;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	height:400px !important;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;

}

.theme-default .nivo-controlNav {
	text-align: center;
	position:absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
	z-index:10;
	opacity:0;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.slider-wrapper:hover .nivo-controlNav{
	opacity:1 !important;
}
.theme-default .nivo-controlNav a {
	cursor: pointer;
	position: relative;
	background: url(../images/bullet.png) no-repeat top left;
	width: 20px;
	height: 20px;
	margin-right: 0px;
	float: left;
	margin-top: 0px;
	margin-left: 3px;
	text-indent:-10000px;
}
.theme-default .nivo-controlNav a.active {
	cursor: pointer;
	position: relative;
	background: url(../images/bullet.png) no-repeat top left;
	background-position: bottom left;
	width: 20px;
	height: 20px;
	margin-right: 0px;
	float: left;
	margin-top: 0px;
	margin-left: 3px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:25px;
	height:55px;
	/*Nút next , prev slide*/
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	position: absolute;
	position: absolute;
	top: 200px;
	margin-top: -19px;
	right: 20px;
	width: 38px;
	height: 38px;
	display: inline-block;
	font-size: 0;
	color: transparent;
	background: url(../images/images.png) -73px -239px no-repeat;
	z-index: 90;
	transition: all 0.3s ease-in-out 0;
	-moz-transition: all 0.3s ease-in-out 0;
	-webkit-transition: all 0.3s ease-in-out 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border: 1px solid;
	opacity: 1 !important;
}
.theme-default a.nivo-prevNav {
	z-index: 90;
	padding:0 !important;
	position: absolute;
	position: absolute;
	top: 200px;
	margin-top: -19px;
	left: 20px;
	width: 38px;
	height: 38px;
	display: inline-block;
	font-size: 0;
	color: transparent;
	background: url(../images/images.png) -73px -182px no-repeat;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border: 1px solid;
	opacity: 1 !important;
	background-color: #505050;
}
.theme-default a.nivo-prevNav:hover,.theme-default a.nivo-nextNav:hover{
	border-color: #197cd8;
	background-color: #197cd8;
}
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a { /*Tên slide*/
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}