.jscir{position:relative;overflow:hidden;font-family:sans-serif;font-size:small;}
/* The images in the image rotator */
.jscir img{width:100%;height:100%;border:0;position:absolute;z-index:9;}
.jscir img.ir_secondimage{z-index:8; }
/* The styles for the text shown on the rotator */
.jscir .ir_text{display:none;z-index:99;position:absolute;left:10%;top:10%;width:80%;text-align:center;background:#fff;opacity:0.8;filter:Alpha(opacity=80);border:1px solid #999;border-radius:4px;}
/* The styles for the bar with navigation,play/pause buttons */
.jscir .ir_nav{display:none;z-index:99;position:absolute;left:10%;bottom:10%;}
/* Navigation buttons (numbers) */
.jscir .ir_nav .ir_slide{display:inline-block;padding:2px 0;border:1px solid #999;margin:0 2px 0 0;background:#fff;cursor:pointer;text-align:center;width:18px;border-radius:4px;}
/* Current slide button */
.jscir .ir_nav .ir_slide.ir_current{background:#fcc;}
/* Play button */
.jscir .ir_nav .ir_play,.jscir .ir_nav .ir_pause{display:inline-block;padding:2px 5px;border:1px solid #999;margin:0 2px 0 0;background:#fff;cursor:pointer;text-align:center;border-radius:4px;}
/* Pause button */
.jscir .ir_nav .ir_pause{}
