#myGallery, #myGallerySet, #flickrGallery
{
	width: 460px;
	height: 345px;
	z-index:5;
	border: 1px solid #000;
margin: 0 auto;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .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('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}
body{background-color:#AAAAAA;}
h1{font-family:Verdana; font-size:16px; color:#2763b4; font-weight:bold;   padding-left:15px;  padding-right:15px; padding-top:15px;text-indent:.5in;}
h2{font-family:Verdana; font-size:16px; color:#2763b4; font-weight:bold;   padding-left:15px;  padding-right:15px; padding-top:15px;text-indent:.5in;}
h4{font-family:Verdana; font-size:12px; color:#2763b4; font-weight:bold;   padding-left:15px;  padding-right:15px; padding-top:5px;text-indent:.3in; }
blockquote{font-family:Verdana; color:#2763b4; font-size:12px;}
a:link{
color : #2763b4;
font-family:Verdana;
 font-size:12px; 

}
a:visited {
color : #f39300;
font-family:Verdana;
 font-size:12px; 

}
a:hover {
color : #f39300;
font-family:Verdana;
 font-size:12px; 
}

a.sid:link{
color :  #e1e1e1; text-decoration:none;
}
a.sid:visited {
color : #f39300;text-decoration:none; }
a.sid:hover {color : #e1e1e1; text-decoration:none;}

.knopka{color : #2763b4;
font-family:Verdana;
}

.smalltdall{ background-color:#E2E2E2  ; }
p {font-family:Verdana; font-size:12px; margin: 15px; color:#2763b4; text-indent:.5in;}
.arp {font-family:Verdana; font-size:12px; color:#2763b4; padding-left:35px; padding-bottom:15px;}
ul{font-family:Verdana; font-size:12px; margin: 15px; color:#2763b4;  }
ol{font-family:Verdana; font-size:12px; margin: 15px;color:#2763b4;  }
li {margin-left:35px; margin-right:15px;} 
p.abzaz{ text-align:center;  text-indent:.0in; 
}
.articleText{
font-family:Verdana; font-size:12px; margin: 25px; color:#2763b4;
}
p.abzaz1{ text-align:left;  text-indent:.0in;
margin-bottom:5px;
margin-top:5px; 

}
p.abzaz2{ text-align:left;
margin-left:55px;
margin-right:25px; 
text-indent:.0in; 
}
p.abzaz3{ text-align:left;
margin-left:0px;
margin-right:0px;
margin-top:2px;
margin-bottom:2px;
text-indent:.0in; 
}
p.abzaz4{ text-align:center; text-indent:.0in;
margin-bottom:5px;
margin-top:5px; 

}
.form4l {
font-family: Verdana;
font-size: 12px;
margin:15px;
color:#2763B4;
padding-left:15px;
padding-right:10px;

}
.form1 {
font-family: Verdana;
font-size: 12px;
color:#2763B4;
padding:5px;
margin:5px;
}
.form2 {
font-family: Verdana;
font-size: 12px;
color:#2763B4;
background-color:#FFFFFF;
border:1px solid  #2763B4;
}
.form3 {
font-family: Verdana;
font-size: 12px;
color:#ffffff;
background-color:#2763B4;
border:0px ;
}
.menu{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:15px;
}
.form1l {
font-family: Verdana;
font-size: 12px;
font-weight:bold;
margin:15px;
color:#2763B4;
padding-left:15px;
padding-right:10px;

}
a.sid:link{
color :  #2763B4; text-decoration:none;
}
a.sid:visited {
color : #f39300;text-decoration:none; }
a.sid:hover {color : #f39300; text-decoration:none;}


#coolmenu{

border: 0px solid  #666666; /*Стиль рамки */
border-bottom-width: 0;
width: 94%; /*Ширина меню */
background-color: #ffffff;  /*Фоновый цвет ячейки*/
margin-left:6px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 193px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #2763b4;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid #2763b4;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #2763b4; /*Фоновый цвет ячейки при наведение курсора*/
color: #F39300;  /*Цвет текста при наведении курсора*/
}

#d1  td{ 
font-family:Verdana; font-size:12px;
color: #2763B4;
border-bottom:1px  solid  #2763B4;
border-right:1px  solid  #2763B4;

margin:5px;
padding:5px}
#d1 th{font-family:Verdana; font-size:12px;  color: #2763B4; border-bottom:1px  solid  #2763B4; border-right:1px  solid  #2763B4;margin: 5px; padding:3px}

.e3f_cats a{	/* список рубрик: рубрика */
	color:#2763B4;
	font-family:Verdana;
	font-size:8pt;
    margin-left:25px;
   
	}
.e3f_cats a:hover{/* список рубрик: ссылки при наведении*/
	color:#f39300;
	}
.e3f_cats a b{ /* список рубрик: главные рубрики*/
	font-size:9pt;
		
	}
.e3f_pager{/* список статей*/
	color:#2763B4;
	font-family:Verdana;
	font-size:8pt;
	 margin-left:25px;	
	}
	
.e3f_pager a{/* список статей: ссылки на страницы*/
	color:#2763B4;
	text-decoration:none;
	 
	}
.e3f_pager a:hover{/* список статей: ссылки на страницы при наведении*/
	color:#f39300;
	}
.e3f_navi {
	margin-top:10px;
	margin-left:25px;
	 margin-right:25px;
	}	
.e3f_navi a{/* навигация: ссылки*/
	color:#2763B4;
	font-family:Verdana;
	text-decoration:underline;
	font-size:9pt;	
	}
.e3f_navi a:hover{/* навигация: ссылки при наведении*/
	color:#f39300;
	}
.e3f_alist a{/* список статей: ссылки на статьи*/
	font-size:9pt;	
	color:#2763B4;
	}
.e3f_alist li{/* список статей: стиль списка*/
	list-style-type:circle;
	 margin-left:25px;
	 margin-right:25px;
	}
.e3f_article{
color:#2763B4;
	font-family:Verdana;
	font-size:9pt;
		margin-left:25px;
	 margin-right:25px;
	}
.e3f_article h1{/* статья: заголовок*/
	font-size:13pt;
	color:#2763B4;
	margin-left:25px;
	 margin-right:25px;
	 
	}