/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
.txt12px {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
/* GALLERY CONTAINER */
#gallery {width: 964px; height: 400px;}
.gallery {border: 1px solid #FFF;padding: 0px;background-color: #fff; position: relative; width: 964px; height: 400px; visibility: visible;}

/* LOADING BOX */
.loader { background: url(loader2.gif) no-repeat center center; position: absolute; z-index: 100; top: 150px; left: 465px; width: 39px; height: 39px; opacity: 1; }
.loader2 { background: url(loader2.gif) no-repeat; position: absolute; z-index: -10000;*z-index: -10000; top: 150px; left: 465px; width: 0px; height: 0px; -moz-opacity:0;filter:alpha(opacity:0);opacity:0 }
/*RY PANELS */
.panel {width: 964px; height: 400px; position: absolute; overflow: hidden; top: 0px; left: 0px;display:none; }
.panel img{ width: 964px; height: 400px; position: relative; top: 0px; left: 0px;filter:inherit;  }
/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 15px; padding: 0 0; position: absolute; z-index: 999; width: 964px; left: 0px; bottom: 30px;}

/* PANEL OVERLAY BACKGROUND */
/*.panel .overlay-background { background: #222;opacity: 0.7;-moz-opacity:0.7;filter:alpha(opacity:70); }*/

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay {/* color: white;*/ font-size: 13px;  padding-left:0px}
.panel .panel-overlay a {/* color: white;*/ text-decoration: underline; font-weight: bold;}

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
/*.filmstrip { margin: 0px; list-style-type: none; list-style-position: initial; list-style-image: initial; padding: 0px;position: absulote; height: 40px;clear:both;}
*/
/* POINTER FOR CURRENT FRAME */
.pointer {height: 40px;width: 40px;border: 1px solid #FFF;background-image: url(themes/light/pointer.html);background-repeat: no-repeat;position: absolute; z-index: 1000; width: 105px; font-size: 0px;/* top: 449px; left: 339.299px;*/ }
<!--.nav-next{position: absolute; cursor: pointer; top: 363px; right: 3px;z-index: 1;}
<!--.nav-prev{position: absolute; cursor: pointer; top: 363px; left: 3px;z-index: 1;}-->-->
/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
/**html .pointer {
	filter: chroma(color=pink);
}*/