﻿/* Radio and TV Station Photo Collection Display CSS */
.rtv-l { float:left; margin-right:10px; }
.rtv-r { float:right; margin-left:10px; direction:rtl; }
  html>/**/body .rtv-r { position:relative; }
.rtvzoom { border:2px solid #369; }
.rtvzoom a,.rtvzoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  html>/**/body .rtv-r a { right:0; }
.rtvzoom a:hover { position:absolute;
  z-index:999; padding:0; background:none;
  cursor:default; height:auto; width:auto;
  overflow:visible; border:5px solid #369;
  margin:-1px 0 0 -1px; }
  html>body .rtvzoom a:hover { margin:-1px -1px 0 -1px; }
.rtvzoom a img { border:0; height:100%; width:100%; }
.rtvzoom a:hover img { height:270px; width:400px;
  border:0; }
a:hover .rtvcap,
a:hover .rtv1cap { display:block;
  direction:ltr; font:10pt verdana,sans-serif;
  margin-top:-3px; background:#369; color:#fff;
  text-align:left; }
a:hover .rtvcap { padding:3px 5px; }
.rtvinr { display:block; padding:2px 5px; }
.noCap a:hover .rtvcap,
.noCap a:hover .rtv1cap { display:none; }
.noBdr,.noBdr a:hover { border:0; }
.Lnk a:hover { cursor:pointer; }