/* ImageFlow Settings ==================================== */ .imageflow { overflow:hidden; position:relative; text-align:left; visibility:hidden; width:100%; } .imageflow img { border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic; /* Enables bicubic image resampling for the IE7 */ } .imageflow p { margin:0 auto; text-align:center; } .imageflow .loading { border:1px solid white; height:15px; left:50%; margin-left:-106px; padding:5px; position:relative; visibility:visible; width:200px; } .imageflow .loading_bar { background:#dfdfdf; height:1px; visibility:visible; width:1%; } .imageflow .navigation{ z-index:10000; margin-top:50px; } .imageflow .caption { font-weight:bold; position:relative; text-align:center; z-index:10001; } .imageflow .scrollbar { position:relative; visibility:hidden; z-index:10002; background:#dfdfdf; height:4px; } .imageflow .slider { /*background:url("/jgswgljqhlsjcom/images/icon_circle.gif") no-repeat;*/ height:21px; margin:-8px 0 0 -7px; position:absolute; width:21px; z-index:10003; } .imageflow .slideshow { cursor:pointer; height:14px; margin:20px 0 0 20px; position:absolute; width:14px; z-index:10003; } /*.imageflow .slideshow.pause { background:url("/jgswgljqhlsjcom/images/button_pause.png") no-repeat; }*/ /*.imageflow .slideshow.play { background:url("/jgswgljqhlsjcom/images/button_play.png") no-repeat; }*/ .imageflow .images { overflow:hidden; white-space:nowrap; } .imageflow .button { cursor:pointer; height:26px; position:relative; width:15px; } .imageflow .previous { /*background: url("/jgswgljqhlsjcom/images/icon_arrow_left1.gif") top left no-repeat;*/ float:left; margin: -10px 0 0 -30px; } .imageflow .next { /*background: url("/jgswgljqhlsjcom/images/icon_arrow_right1.gif") top left no-repeat;*/ float:right; margin:-10px -30px 0 30px; }