/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#kolom{
	width: 646px;
	height: 397px;
	color: #FFFFFF;
}
#slider {
	position:relative;
    width:646px;
    height:397px;
	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;
}
@font-face{
	font-family: "ARCHCS.TTF";
	src: url(../font/ARCHCS.TTF) format("truetype");
}
.nivo-controlNav {
	position: absolute;
	text-align: right;
	float: right;
	right: 0;
	bottom: -35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
