/* Start of CMSMS style sheet 'Slider_css' */
#slider {
    width: 548px; /* important to be same as image width */
    height: 248px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	
}
#sliderContent {
    width: 548px; /* important to be same as image width or wider */
	height: 248px;
	margin: 0;
	top: 0;
	left: 0;
	padding: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    width: 548px;
    background-color: ;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 5px;
	left: 6px;
}
.bottom {
	bottom: 0px;
	left: 0px;
        width: 548px !important;
}
.kiri {
	top: 5px;
        left: 5px;
	width: 70px !important;
	height: 212px;
}
.kanan {
	right: 5px;
	bottom: 4px;
	width: 70px !important;
	height: 212px;
}
ul { list-style-type: none;}
/* End of 'Slider_css' */

