.cosmo_highslide-heading {						/* tulisan header bold */
	display: none;
	font-weight: bold;	
	color: #cf9505;
	
}

.cosmo_highslide-maincontent {					/* div maincontent yang digunakan, tambahkan variasi disini */
	display: none;
	text-align: left;
}

#cosmo_highslide_css_ke_link_berita_read_more a{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-align: right;
	color: #55742e;				/*hijau */
}

#cosmo_highslide_css_judul_berita_all{
	font-weight: bold;
	text-align: left;
	color: #cf9505;
	font-style: inherit;
	text-decoration: none;
}

.cosmo_highslide-html {							/* warna background */
	background-color: #FFFFFF;
}
.cosmo_highslide-html-content {					/* ukuran besarnya kotak yg dimunculkan */
	display: none;
	width: 425px;
	padding: 0px 5px 5px 5px;				/* berapa jarak content ke header*/
	
}
.cosmo_highslide-header {							/* jarak header ke conten bawahnya */
	padding-bottom: 5px;
}
.cosmo_highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.cosmo_highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.cosmo_highslide-header ul li.cosmo_highslide-previous, .cosmo_highslide-header ul li.cosmo_highslide-next {
	display: none;
}
.cosmo_highslide-header .cosmo_highslide-move a {				/* gambar cursor akan berubah */
	cursor: move;
}
.cosmo_highslide-footer {									/* aktif tidak nya tombol resize */
	height: 16px;
}
.cosmo_highslide-footer .cosmo_highslide-resize {				/* gambar tombol rezise */
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif) no-repeat;
}

.cosmo_highslide-resize {									/* gambar cursor rezise */
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.cosmo_highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .cosmo_highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .cosmo_highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .cosmo_highslide-header .cosmo_highslide-move {					/* gambar cursor move */
	cursor: move;
	display: block;
	height: 16px;														/* besar area cursor move*/
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .cosmo_highslide-header .cosmo_highslide-move * {
	display: none;
}
.draggable-header .cosmo_highslide-header .cosmo_highslide-close {					/* lokasi tombol close */
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .cosmo_highslide-header .cosmo_highslide-close a {				/* gambar tanda x close */
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(graphics/closeX.png);
}
.draggable-header .cosmo_highslide-header .cosmo_highslide-close a:hover {			/* roll over tombol close akan hitam*/
	background-position: 0 16px;
}
.draggable-header .cosmo_highslide-header .cosmo_highslide-close span {				/* tulisan roll over tombol close */
	display: none;
}
