.dots { font-size: 8px; text-align:center; margin-top: 2px; height:35px; display:block; }
.dots a { width: 8px; height:10px; display:inline; padding: 0px 4px; margin:0 1px; *margin-right: 1px; }
.dots a strong { display:none; }
.dots a.on { background: url("images/indicator_on.gif") no-repeat;  }
.dots a.off { background:  url("images/indicator_off.gif") no-repeat;  }

.fscleft { float: left; margin:0 0 5px 0; }
.fscleft a {  display:block; width: 29px; height: 24px; }
.fscleft a.buttonOn { background: url("images/leftarrow.png") no-repeat; 
                      _background-image/* */: none;
                      filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/leftarrow.png', sizingMethod='crop'); }
.fscleft a:hover { cursor:pointer; cursor:hand; 
                   background: url("images/leftarrow_over.png") no-repeat; 
                   _background-image/* */: none;
                   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/leftarrow_over.png', sizingMethod='crop'); }
.fscleft a strong { display:none; }

.fscright { float: right; margin:0 0 5px 0; }
.fscright a { display:block; width: 29px; height: 24px; }
.fscright a.buttonOn { background: url("images/rightarrow.png") no-repeat; 
                       _background-image/* */: none;
                       filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rightarrow.png', sizingMethod='crop'); }
.fscright a:hover { cursor:pointer; cursor:hand; 
                    background: url("images/rightarrow_over.png") no-repeat; 
                    _background-image/* */: none;
                    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rightarrow_over.png', sizingMethod='crop'); }
.fscright a strong { display:none; }

.fscleft a.buttonOff,  .fscleft a:hover.buttonOff { cursor: default; background: url("images/leftarrow_disabled.png") no-repeat; 
                                                    _background-image/* */: none; 
                    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/leftarrow_disabled.png', sizingMethod='crop'); }
.fscright a.buttonOff,  .fscright a:hover.buttonOff { cursor: default; background: url("images/rightarrow_disabled.png") no-repeat; 
                                                      _background-image/* */: none;
                    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rightarrow_disabled.png', sizingMethod='crop'); }

