.tonyBillboardsWrap .indexedImages_ImagesWrap { width:auto; height:auto;  }
.tonyBillboardsWrap .indexedImage_nav_bar {  }
.tonyBillboardsWrap .indexedImage_nav_bar_gutter { font-size:1px; line-height:1px; height:12px; width:100%; }

.tonyBillboardsWrap .indexedImagesImgWrap{ text-align:center; display:none; width:auto; height:auto; }
.tonyBillboardsWrap .indexedImagesImgWrap.currentIndexedImg {display:block }
.tonyBillboardsWrap .indexedImage_imageTitle { float:right; padding:2px; }
.tonyBillboardsWrap .indexedImagesImgWrap img { max-width:100%; }



.tonyBillboardsWrap .spacer { font-size:1px; line-height:1px; clear:both; }

.tonyBillboardsWrap .indexedImages_arrows { width: auto; }
.tonyBillboardsWrap .indexedImage_arrow { float:left }

.tonyBillboardsWrap .indexedImages_numberLinks { float:left; } 
.tonyBillboardsWrap .currentNumLink .indexedImageNum { background: #5aC; border-color:#39F } 
.tonyBillboardsWrap .indexedImageNum { width: auto; float:left;  }
.tonyBillboardsWrap .indexedImage_arrow, .tonyBillboardsWrap .indexedImageNum { margin-right:8px; border:1px solid #999; background:#ccc; color:#333; padding:2px 4px; }







/* to move the arrows to the left, do something like this */ 
.OFFtonyBillboardsWrap .indexedImage_nav_bar { position:relative; width:100%; height:auto; top:0px; left:0px; }
.OFFtonyBillboardsWrap .indexedImages_arrows { position:absolute; left:-50px; top:-50px; }

/* to remove the background and borders, do this */ 
.OFFtonyBillboardsWrap .indexedImage_arrow, 
.OFFtonyBillboardsWrap .indexedImageNum { margin-right:8px; border:0px none !important; background: none !important; color:#333; padding:0px !important; }
.OFFtonyBillboardsWrap .currentNumLink .indexedImageNum { background:none !important; border-color:0px none !important; font-weight:bold;  } 

