/*ANIMASI KIRI*/
#left_slideshow {
    width: 415px; /* important to be same as image width */
    height: 309px; /* important to be same as image height */
	overflow: hidden; /* important */
	position:relative;
	margin-top:15px;
}

#left_slideshow .left_slideshowImage { -ms-interpolation-mode: bicubic; }
#left_slideshow .left_slideshowImage {
	position: absolute; top:0; left:0;
	display: none; padding:0;
/*    z-index: -1;  */
}


/*ANIMASI KANAN ATAS*/
#right_top_slideshow {
    /*width: 264px; /* important to be same as image width */
    /*height: 152px; /* important to be same as image height */
	overflow: hidden; /* important */
	position:relative;
	margin-top:15px;
	margin-bottom:5px;
}

#right_top_slideshow .right_top_slideshowImage { -ms-interpolation-mode: bicubic; }
#right_top_slideshow .right_top_slideshowImage{
	position: absolute; top:0; left:0;
	display: none;  padding:0;
/*    z-index: -1;  */
}


/*ANIMASI KANAN BAWAH*/
#right_bottom_slideshow {
    /*width: 264px; /* important to be same as image width */
    /*height: 152px; /* important to be same as image height */
	overflow: hidden; /* important */
	position:relative;
}

#right_bottom_slideshow .right_bottom_slideshowImage { -ms-interpolation-mode: bicubic; }
#right_bottom_slideshow .right_bottom_slideshowImage{
	position: absolute; top:0; left:0;
	display: none;  padding:0;
/*    z-index: -1;  */
}
