.link_img a img{
	width: 165px;
	margin-top:2px;
	margin-bottom:3px;
}

#kpt{
	position: relative;
	width:195px;
	margin:0px auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background:#fff;
	border:1px solid #dadada;
}

#kpt_img{
	z-index:56;
}

#kpt_img img{
	width: 195px;
}

#kpt_nama{
	margin:0;
	padding:0;
	position:absolute;
	z-index:57;
	bottom:10px;
	width:195px;
	min-height:30px;
	font-size:10pt;
	text-align: center;
	font-weight:bold;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.39) 0%, rgba(0,0,0,0.64) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.39)), color-stop(100%,rgba(0,0,0,0.64))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.39) 0%,rgba(0,0,0,0.64) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.39) 0%,rgba(0,0,0,0.64) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.39) 0%,rgba(0,0,0,0.64) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.39) 0%,rgba(0,0,0,0.64) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63000000', endColorstr='#a3000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
}



ul.content_list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	margin-left:0px;
}

ul.content_list li {
  transition: background-color 0.5s ease;
	width:203px;
	font-size:10pt;
    background-image: url(../../images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: 5px 11px;
	padding-top:5px;
    padding-bottom:5px;
	padding-left: 20px;
	padding-right:5px;
	border-bottom:1px dashed #aaa;
}

ul.content_list li  a{
	font-size:10pt;
    text-decoration: none;
	color: #444;
}
ul.content_list li:hover {
	background: #eee;
    background-image: url(../../images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: 5px 11px;
	border-radius:5px;
}

ul.content_list li  a:hover{
	color: #111;
}


ul.att_list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	margin-left:0px;
}

ul.att_list li {
	transition: background-color 0.5s ease;
	font-size:10pt;
    background-image: url(../../images/attach.png);
    background-repeat: no-repeat;
    background-position: 2px 8px;
	padding-top:5px;
    padding-bottom:5px;
	padding-left: 30px;
	padding-right:5px;
	border-bottom:1px dashed #aaa;
}

ul.att_list li  a{
	font-size:10pt;
    text-decoration: none;
	color: #444;
}
ul.att_list li:hover {
	background: #eee;
    background-image: url(../../images/download.png);
    background-repeat: no-repeat;
    background-position: 2px 8px;
	border-radius:5px;
}

ul.att_list li  a:hover{
	color: #111;
}




.clr {
	clear: both;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
}




.peg_detail {
	margin:0px;
	background: rgba(255, 255, 255, 0.5);
	background: url(textures/wet_snow.png) repeat;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #ccc;
	border-radius: 20px;
	box-shadow: 
		0px 1px 0px 0px rgba(155,155,155,0.2), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}

.peg {
	margin:20px;
}


.dimg {
	float: left;
	width: 120px;
	padding:8px;
	border: 1px solid #ccc;
		box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.2), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}

.dimg a img{
	width:120px;
}

.dpegawai {
	float: right;
	width: 700px;
	padding-left:10px;
}

.dpegawai label.f1 {
 color: #222222;
 display: block;
 width: 150px;
 float: left;
 padding-bottom: 4px;
}

.dpegawai label.f2 {
 color: #222222;
 display: block;
 width: 15px;
 float: left;
 padding-bottom: 4px;
}

.dpegawai label.f2:after {
 content: ":";
}

.dpegawai label.f3 {
 color: #222222;
 display: block;
 width: 360px;
 float: left;
 padding-bottom: 4px;
}


#slider{
	margin-top:25px;
	padding:0px;
	border: 1px solid #ccc;
		box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.2), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
#coin-slider{
	margin: 10px auto;
	margin-bottom:10px;
}