

#templatemo_slider {
}
/*=== Custom Slider Styles ===*/
/*============================*/
#slider {
	position:relative;
    width: 850px;
    height: 430px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
    font-family:'Khmer OS';
}

#slider img {
	width:850px;
	height:430px;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: -17px;
	bottom: 10px;
	width: 100px;
	height: 17px;
	padding: 9px 20px;
	z-index: 1000;
	/*background: url(../images/templatemo_slider_nbg.png)*/
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background: url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right: 8px;
	float:left;
    font-family:'Khmer OS';
	
}

.nivo-controlNav a.active {
	background-position:0 -10px;
	color: #FF6633;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	color: #FF6633;
    font-family:'Khmer OS';
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
	padding: 15px 0;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color: #FF6633;
    text-decoration:underline;
    font-family:'Khmer OS';
}