﻿#photos
{
	visibility: hidden;
}
/* GALLERY CONTAINER */.gallery
{
	background: #ddd;
	border: 1px solid #aaa;
	padding: 5px;
	margin: 10px auto;
}
/* LOADING BOX */.loader
{
	background: url(loader.gif) center center no-repeat #ddd;
}
/* GALLERY PANELS */.panel
{
}
/* 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: 20px;
	padding: 0 1em;
}
/* PANEL OVERLAY BACKGROUND */.panel .overlay-background
{
	background: #222;
}
/* PANEL OVERLAY CONTENT */.panel .panel-overlay
{
	color: white;
	font-size: 0.7em;
}
.panel .panel-overlay a
{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
/* FILMSTRIP *//* 'margin' will define top/bottom margin in completed gallery */.filmstrip
{
	margin: 5px 5px 0 5px;
}
.filmstrip li
{
	overflow: hidden;
}
/* FILMSTRIP FRAMES (contains both images and captions) */.frame
{
}
/* WRAPPER FOR FILMSTRIP IMAGES */.frame .img_wrap
{
	border: 1px solid #aaa;
}
/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */.frame.current .img_wrap
{
	border-color: #000;
}
/* FRAME IMAGES */.frame img
{
	border: none;
}
/* FRAME CAPTION */.frame .caption
{
	font-size: 11px;
	text-align: center;
	color: #888;
}
/* CURRENT FRAME CAPTION */.frame.current .caption
{
	color: #000;
}
/* POINTER FOR CURRENT FRAME */.pointer
{
	border-color: #000;
}
/* TRANSPARENT BORDER FIX FOR IE6 *//* NOTE - DO NOT CHANGE THIS RULE */*html .pointer
{
	/* filter: chroma(color=pink); */
}
#categorytitle,
.page-title
{
	border-bottom: 1px #FF1818 solid;
	border-left: 1px solid #FF1818;
	border-right: 1px solid #FF1818;
	border-top: 10px solid white;
	margin-top: -2px;
	margin-left: 10px;
}
.page-title
{
	padding: 0 20px 5px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
}
#categorytitle a,
#categorytitle a:hover,
.page-title a,
.page-title a:hover
{
	color: #000;
}
#categorytitle h1
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: Black;
	margin: 0 20px 5px 20px;
	text-transform: uppercase;
}
.imgproperties h1
{
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: white;
	margin: 5px 0 5px 0px;
	text-transform: uppercase;
}
.uploader
{
	color: #00AAAD;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

/* -- WMOD -- */
.kf-main-title
{
	margin: -1px 0 0 0;
	border-right: 1px solid #ff1818;
	border-bottom: 1px solid #ff1818;
	border-left: 1px solid #ff1818;
	padding: 10px 20px 10px;
	background-color: #fff;
	font: bold 13px sans-serif;
	color: #000;
	text-transform: uppercase;
}
.kf-content
{
	padding: 18px 0;
}
.kf-ctnr-pager 
{
	padding-bottom: 15px;
}
.kf-ctnr-pager .pagerbutton
{
	margin: 5px 4px 0;
}
.kf-ctnr-pager .currentPage
{
	margin: 0 4px;
}
.kf-ctnr-pager .pagerLink
{
	margin: 0 4px;
	color: #ff1818;
	text-decoration: none;
}
.kf-ctnr-pager .pagerLink:hover
{
	text-decoration: underline;
}
.kf-galleries-title
{
	margin: 0;
	padding-left: 21px;
	font: normal 16px sans-serif;
	color: #ff1818;
}
.cskf
{
	font: normal 14px Arial !important;
	color: #000;
	text-decoration: none;
}
.cskf:hover
{
	color: #ff1616;	
}
/* -- end of WMOD -- */
.largeImageContainer img
{
	min-height: 101px;
}
