/**
* @ Author : Sang Tran Thanh
* @ Email  : sangtialia@gmail.com
* @ version $Revision: 1.0 $
*/
#slider-wrapper {
	background:#CCC;
	margin-top:10px;
}

#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	float:right;
	right:130px;
	bottom:15px;
}
.nivo-controlNav a {
	display:block;
	width:12px;
	height:12px;
	background:url(images/bullets.jpg) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -12px;
}

.nivo-directionNav a {
	display:block;
	width:40px;
	height:40px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-40px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	background:none !important;
	top:38%;
	opacity:1 !important;
}
.nivo-caption p{
	width:1020px;
	margin:0 auto;
	font-size:37px;
	color:#f58220;
}
.nivo-caption p h1, .nivo-caption p h2{
	margin:0; padding:0;
	font-size:inherit;
}
.nivo-caption p span{
	background:#a9937c;
	opacity:0.6;
	display:block;
	margin-top:10px;
	float:left; clear:left;
	padding:3px 10px;
	color:#FFF;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
