	.desc
	{
		font-size: 12px;
	}
	
	.desc i
	{
		font-size: 14px;
		color: navy;
	}
	
	.desc .big
	{
		font-size: 18px
	}
	
	.divspace {
	width: 1px;
	padding: 0px;
	font-size: 1px;
	}

	.titles {
	color: #C11E1E;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	}

	.menutext {
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial;
	}

	.menutext-inside {
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	}

	.headertext {
	color: #FFFFFF;
	font-size: 13px;
	font-family: arial;
	}

	body {
	/* background-color: #f3f3f3; */
	background-color: white;
	color: #000000;
	font-size: 12px;
	font-family: arial;
	margin: 0px;
	}

	td {
	color: #000000;
	font-size: 14px;
	font-family: arial;
	}

	a {
	color: #000000;
	font-size: 13px;
	font-family: arial;
	/*font-weight: bold;*/
	text-decoration: none;
	}

	a:hover {
	color: #600D0D;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	}

	.black-table-link {
	color: #B4F2EF;
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	}

	.black-table-link:hover {
	color: #C0C0C0;
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	text-decoration: underline;
	}

	.titles-link {
	color: #C11E1E;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	}

	.titles-link:hover {
	color: #C11E1E;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	text-decoration: underline;
	}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 500;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index: 501;
}

#lbCenter {
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #000;
	z-index: 501;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink, .lbPrevLink {
	left: 0;
}

#lbPrevLink:hover, .lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink, .lbNextLink {
	right: 0;
}

#lbNextLink:hover, .lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.4em;
	text-align: right;
	border: 10px solid #000;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

img.album {
	border: 3px solid #ddd;
	margin: 2px;
}

#mySlideshow
{
	z-index:5;
	margin-bottom: -10px;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('includes/images/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 90%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 12px;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 14px;
	text-decoration: none;
	color: inherit;
	font weight: bold;
}