body {
	color: black;
	background: white url('images/bg-ice.jpg') no-repeat top center fixed;
}

a {
	color: black;
}

.PageContainer {
	width: 1060px;
	margin: 30px auto;
}

.MenuContainer {
	float: left;
	width: 200px;
}
.MenuContainer .MenuContainerMiddle {
	padding: 20px 0;
}

.LogoContainer,
.HeaderContainer,
.ContentContainer,
.FooterContainer {
	width: 800px;
	margin-left: 220px;
	padding: 0 20px;
	background-image: url('images/bg-light-50.png');
}

.HeaderContainer {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
.HeaderContainer .HeaderContainerMiddle {
	padding-top: 20px;
}
.HeaderContainer .HeaderContainerMiddle h1 {
	font-size: 32pt;
}
.ContentContainer .ContentContainerMiddle {
	padding: 20px 0;
}
.FooterContainer {
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
.FooterContainer .FooterContainerMiddle {
	text-align: center;
	padding: 20px 0;
}


/* General Functions 
================================================== 
*/


.FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.FunctionTable .LeftColumn,
.FunctionTable .RightColumn {
	border-collapse: collapse;
	vertical-align: top;
}

.Diary .DiaryCommentForm input.DiaryCommentSubmit,
.Guestbook .GuestbookForm input.GuestSubmit,
.Contact .ContactForm input.ContactSubmit,
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	color: black;
	border: 0;
	font-size: 11px;
	width: 130px;
	height: 22px;
	padding-bottom: 2px;
	background: url(images/bg-light-submit.png) no-repeat;
}

/* Functions 
================================================== 
*/


.MainPageInlineContainer {
	float: left;
}

.MainPageInlineContainer .ImageContainer,
.MainPageInlineContainer .ParagraphContainer {
	width: 200px;
	font-size: 10pt;
	margin-right: 10px;
	padding: 0;
	background: none;
}
.MainPageInlineContainer .ImageContainer {
	text-align: center;
}

.MainPage {
}
.MainPage .BodyTextContainer .ParagraphContainer {
	margin-right: 250px;
}
.MainPage .NewsContainer {
	float: right;
	margin-left: 10px;
}
.MainPage .NewsHeader .ParagraphContainer {
	font-size: 10pt;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
	width: 200px;
	margin-left: 10px;
} 
.MainPage .NewsItem .date { font-size: 10pt; font-style: italic; }
.MainPage .NewsItem {
	text-align: left;
	font-size: 10pt;
	width: 200px;
	padding: 5px 0;
	margin-left: 10px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
}
.MainPage .NewsItem h2 { margin-bottom: 0px; padding-bottom: 5px; font-size: 12pt; font-weight: bold; }

.MainPage .BodyTextContainer {
}


.EmptyPage {
}

.TextLayout1 .RightColumn {
	width: 200px;
	padding-left: 10px;
}
.TextLayout1 .RightColumn .ImageContainer,
.TextLayout1 .RightColumn .ParagraphContainer {
	font-size: 10pt;
	width: 200px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
} 
.TextLayout1 .RightColumn .ImageContainer {
	text-align: center;
}

.TextLayout2 .FunctionTable {
	border-collapse: collapse;
	width: 100%;
}
.TextLayout2 .FunctionTable .LeftColumn {
	width: 50%;
	padding-right: 10px;
}
.TextLayout2 .FunctionTable .RightColumn {
	width: 50%;
	padding-left: 10px;
}

.TextLayout2 .InlineImageContainer {
	float: left;
}
.TextLayout2 .InlineImageContainer .ImageContainer {
	margin-right: 5px;
}
.TextLayout2 .InlineImageContainer .ParagraphContainer {
	width: 180px;
	font-size: 10pt;
	margin-top: 5px;
}

.GalleryDescription {
	margin: 0;
	padding: 0;
	text-align: center;
}
.GalleryDescription #text {
	overflow-y: auto;
	overflow-x: hidden;
	height: 45px;
	text-align: center; 
	background-image: url('images/bg-light-50.png');
	_background-image: none;
}
.GalleryDescription img { margin: 0 auto 5px auto; }

.GalleryNavigator {
	margin: 10px auto;
	margin-bottom: 0;
	width: 115px;
	height: 27px;
}
.GalleryNavigator span.Previous {
	display: block; 
	float: left; 
	width: 31px;
	height: 25px;
}
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 31px;
	height: 25px;
	text-decoration: none;
	background: url('images/light-gallery-previous.png') no-repeat;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	width: 50px;
	height: 10px;
	padding-top: 4px;
}
.GalleryNavigator span.Next {
	display: block; 
	float: left; 
	width: 31px;
	height: 25px;
}
.GalleryNavigator a.Next { 
	display: block;
	float: left;
	width: 31px;
	height: 25px;
	text-decoration: none;
	background: url('images/light-gallery-next.png') no-repeat;
}
.GalleryNavigator a.Next:hover { text-decoration: none; }

.ImageGallery1 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery1 .FunctionTable table {
	width: 600px;
}
.ImageGallery1 .BodyTextContainer {
}
.ImageGallery1 .FunctionTable table {
	width: 100%;
}
.ImageGallery1 .FunctionTable .ImageCell {
	width: 33%;
	vertical-align: top;
	padding: 0 15px;
}
.ImageGallery1 .FunctionTable .ImageContainer,
.ImageGallery1 .FunctionTable .ParagraphContainer,
.ImageGallery2 .FunctionTable .ImageContainer,
.ImageGallery2 .FunctionTable .ParagraphContainer,
.ImageGallery3 .FunctionTable .ImageContainer,
.ImageGallery3 .FunctionTable .ParagraphContainer {
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
	font-size: 10pt;
}
.ImageGallery1 .FunctionTable .ImageContainer {
	text-align: center;
}

.ImageGallery2 .BodyTextContainer {
}
.ImageGallery2 .FunctionTable {
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery2 .FunctionTable .ImageCell {
	padding-right: 5px;
	width: 180px;
	vertical-align: top;
}
.ImageGallery2 .FunctionTable .TextCell {
	vertical-align: top;
	min-height: 60px;
	_height: 60px;
}
.ImageGallery2 .FunctionTable .ImageContainer {
	text-align: center;
}
.ImageGallery2 .FunctionTable .ParagraphContainer {
	font-size: 10pt;
}

.ImageGallery3 .BodyTextContainer {
}
.ImageGallery3 .FunctionTable {
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	border-collapse: collapse;
}
.ImageGallery3 .FunctionTable .ImageCell {
	width: 90px;
	vertical-align: top;
	padding-right: 5px;
}
.ImageGallery3 .FunctionTable .TextCell {
	width: 390px;
	vertical-align: top;
}
.ImageGallery3 .FunctionTable .ImageContainer {
	text-align: center;
	min-height: 40px;
	_height: 40px;
}
.ImageGallery3 .FunctionTable .ParagraphContainer {
	font-size: 10pt;
	min-height: 40px;
	_height: 40px;
}

.Diary .MenuColumn .DiaryList {
	width: 220px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
}

.Diary .ArticleList .EntriesColumn {
	padding: 0;
}
.Diary .ArticleList .EntriesColumn .EntryContainer {
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 15px;
	background-image: url('images/bg-light-50.png');
}

.Diary .LeftColumn {
	width: 220px;
	padding-right: 10px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
}
.Diary .LeftColumn .DiaryListItem {
}
.Diary .LeftColumn .DiaryListItem h2 {
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
}
.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth ul.SecondLevel li,
.Diary .DiaryList .GroupByYear ul.ThirdLevel li {
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
}
.Diary .DiaryList .GroupByDay h2,
.Diary .DiaryList .GroupByMonth h2,
.Diary .DiaryList .GroupByYear h2 {
	margin: 0;
	padding-bottom: 5px;
}
.Diary .LeftColumn .DiaryListItem a:hover {
	text-decoration: none;
}
.Diary .RightColumn {
	vertical-align: top;
	padding-left: 10px;
}

.Diary .DiaryItemContainer {
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
}
.Diary .DiaryItemContainer .ParagraphContainer {
	padding: 0;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-image: none;
}
.Diary .DiaryItemContainer .DiaryDateInput,
.Diary .DiaryItemContainer .DiaryDate h3 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 12pt;
	font-style: italic;
	color: black;
	font-family: "Georgia", "Times New Roman", Serif;
	font-weight: normal;
}
.Diary .DiaryItemContainer .ShareButtons {
	margin-top: 10px;
}
.Diary .DiaryCommentFunction {
	width: auto;
}
.Diary .DiaryCommentListContainer {
	margin: 0;
	padding-top: 20px;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	padding: 0 20px;
	font-size: 13pt;
	border: none;
	margin-bottom: 20px;
}
.Diary .DiaryCommentFormTable input,
.Diary .DiaryCommentFormTable textarea {
	background-color: white;
	color: black;
	border: 1px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Diary .DiaryCommentListItemContainer { 
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	padding-top: 3px;
}

.Diary .DiaryCommentListItemContainer,
.Diary .DiaryCommentForm {
	font-size: 10pt;
	width: auto;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
	border: none;
}
.Diary .DiaryCommentListItemContainer .DiaryCommentListItemContainerMiddle .DiaryCommentDate,
.Diary .DiaryCommentListItemContainer .DiaryCommentListItem {
	font-size: 11pt;
}

.Guestbook .BodyTextContainer {
}
.Guestbook .FunctionTable {
	margin-top: 10px;
}
.Guestbook .GuestbookForm {
	vertical-align: top;
}
.Guestbook .GuestbookForm input.textemail,
.Guestbook .GuestbookForm textarea.textmessage,
.Guestbook .GuestbookForm input.textname { 
	background-color: white;
	width: 210px;
	margin-bottom: 10px;
	color: black;
	border: 1px solid black;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Guestbook .GuestbookForm textarea.textmessage { height: 130px; }

.Guestbook .GuestbookList {
	vertical-align: top;
	padding-left: 10px;
}
.Guestbook .GuestbookList h2 {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.Guestbook .GuestbookList .GuestbookListItemContainer {
	width: auto;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
}

.Guestbook .GuestbookList .GuestbookEntryReplyContainer {
	margin-top: 10px;
}
.Guestbook .GuestbookList .EntryReplyForm .textmessage {
	background-color: white;
	color: black;
	padding: 5px;
	width: 600px;
}

.Guestbook .GuestbookFormContainer {
	width: 220px;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
}
.Guestbook .GuestbookFormContainer p {
	padding: 0;
	font-size: 11px;
}

.FileArea .FileListContainer {
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 20px 0;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
}
.FileArea .FileListContainer .FileListContainer {
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 0;
	background-image: none;
}
.FileArea .FunctionTable {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 15px;
	border-collapse: collapse;
}

.FileArea .IconCell { width: 50px; text-align: right; vertical-align: top; }
.FileArea .TextCell { padding-left: 5px; vertical-align: middle; }
.FileArea .TextCell a { text-decoration: none; }
.FileArea .TextCell a:hover { text-decoration: underline; }
.FileArea .SizeCell { width: 70px; vertical-align: middle; text-align: right; padding-right: 35px; font-size: 12px; }
.FileArea .FileList {
	width: 600px;
	border-collapse: collapse;
}
.FileArea .FileSort { width: 600px; margin: 0 auto; }
.FileArea .FileSort p { margin-top: 5px; padding: 0; font-size: 10pt; }

.Contact .LeftColumn {
	vertical-align: top;
}
.Contact .RightColumn {
	vertical-align: top;
}

.Contact .RightColumn .ImageContainer,
.Contact .RightColumn .ParagraphContainer {
	font-size: 10pt;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
	width: 300px;
	margin-left: 10px;
} 
.Contact .RightColumn .ImageContainer {
	text-align: center;
}

.Contact .ContactForm {
}

.Contact .ContactForm input.text,
.Contact .ContactForm textarea.textmessage {
	background-color: white;
	width: 310px;
	margin-bottom: 10px;
	color: black;
	border: 1px solid black;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Contact .ContactForm textarea.textmessage { width: 400px; height: 200px; }
.Contact .ContactForm p {
	padding: 0;
	font-size: 11px;
}


/* DropDown Menu 
================================================== 	
*/

.ClearBoth { clear: both; }

.DropMenu, .DropMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.DropMenu {
}

.DropMenu a {
	text-decoration: none;
}

.DropMenu li {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	border-left: 3px solid black;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	background-image: url('images/bg-light-50.png');
}
.DropMenu li a {
	display: block;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
}

.DropMenu a.parent {
	background: url('images/light-parent-arrow.png') right no-repeat;
}
.DropMenu a.parent:hover {
	background: url('images/bg-light-75.png');
	_background-image: none;
	_background: white;
}
.DropMenu li.active a,
.DropMenu li.active a.parent,
.DropMenu a:hover {
	background: url('images/bg-light-75.png');
	_background-image: none;
	_background: white;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}
.DropMenu ul li.active a,
.DropMenu li.active a.parent,
.DropMenu ul a:hover {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.DropMenu li.active li a {
	background: none;
}
.DropMenu li.active li a.parent {
	background: url('images/light-parent-arrow.png') right no-repeat;
}
.DropMenu li.active li a:hover {
	background: url('images/bg-light-75.png');
}



.DropMenu ul li {
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
}
.DropMenu ul a {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	padding-left: 20px;
	padding-right: 10px;
}
.DropMenu ul ul a {
	font-size: 9pt;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 10px;
}

.DropMenu ul {
	display: none;
}

/*
Gallery
===============================================================
*/

.GalleryTable {
	font-size: 10pt;
}

.GalleryPagerLinks td.PreviousPage {
	width: 31px;
	height: 25px;
}
.GalleryPagerLinks td.NextPage {
	width: 31px;
	height: 25px;
}

.GalleryPagerLinks td.PreviousPage a {
	background: url('images/light-gallery-previous.png') no-repeat;
	width: 31px;
	height: 25px;
}
.GalleryPagerLinks td.PageNumber {
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
}
.GalleryPagerLinks td.NextPage a {
	background: url('images/light-gallery-next.png') no-repeat;
	width: 31px;
	height: 25px;
}

.PopupContainer {
	background-color: white;
	border-radius: 10px 0 10px 10px;
	-moz-border-radius: 10px 0 10px 10px;
	-webkit-border-radius: 10px 0 10px 10px;
}
.PopupContainer .PopupImage div.PopupImageBackground {
	background-color: white;
}
.PopupContainer .PopupImage div.PopupImageBackground img#ds-image,
.PopupContainer .PopupImage div.PopupImageBackground img.ds-image {
	border: 0;
}

.FullviewContainer .FullviewImage div.FullviewImageBackground {
	background-color: white;
}

.GalleryCommentFormControl textarea { background-color: white; color: black; }

.Gallery8 {
	width: 800px;
}
.Gallery8 .GalleryContainer {
	width: 800px;
}
.Gallery8 .Fullview {
	width: 800px;
}
.Gallery8 .Fullview .FullviewImage {
	width: 800px;
	height: 600px;
}
.Gallery8 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 800) + "px");
}
.Gallery9 {
	width: 800px;
}
.Gallery9 .GalleryContainer {
	width: 800px;
}
.Gallery9 .Fullview {
	width: 640px;
}
.Gallery9 .Fullview .FullviewImage {
	width: 640px;
	height: 480px;
}
.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 640) + "px");
}
.Gallery10 {
	width: 800px;
}
.Gallery10 .GalleryContainer {
	width: 800px;
}
.Gallery10 .Fullview {
	width: 600px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 600px;
	height: 450px;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 600) + "px");
}

.Gallery6 .GalleryTable .ParagraphContainer,
.Gallery7 .GalleryTable .ParagraphContainer,
.Gallery8 .GalleryTable .ParagraphContainer,
.Gallery9 .GalleryTable .ParagraphContainer,
.Gallery10 .GalleryTable .ParagraphContainer {
	display: none;
}
.Gallery6 .GalleryTable .ImageContainer,
.Gallery7 .GalleryTable .ImageContainer,
.Gallery8 .GalleryTable .ImageContainer,
.Gallery9 .GalleryTable .ImageContainer,
.Gallery10 .GalleryTable .ImageContainer {
	background: none;
	padding: 0;
	margin: 0;
}
.Gallery8 .GalleryContainer td.ThumbContainer {
	padding-top: 20px;
}
.Gallery9 .GalleryTable .ImageContainer,
.Gallery10 .GalleryTable .ImageContainer {
	padding:0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.Gallery1,
.Gallery1 .GalleryTable {
	width: 670px;
}
.Gallery1 .GalleryTable .GalleryCell {
	padding: 0 5px;
}
.Gallery1 .GalleryTable .GalleryCell div {
	padding: 20px;
	width: 120px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
	margin-bottom: 10px;
}
.Gallery1 .GalleryTable .GalleryCell div div,
.Gallery1 .GalleryTable .GalleryCell .ImageContainer,
.Gallery1 .GalleryTable .GalleryCell .ParagraphContainer {
	padding: 0;
	width: auto;
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
}
.Gallery1 .GalleryTable .GalleryCell .ParagraphContainer p {
	padding-top: 5px;
}
.Gallery4,
.Gallery5,
.Gallery4 .GalleryTable,
.Gallery5 .GalleryTable {
	width: 800px;
}
.Gallery6,
.Gallery6 .GalleryTable {
	width: 730px;
}

.Gallery2 .GalleryTable .ImageContainer,
.Gallery2 .GalleryTable .ParagraphContainer,
.Gallery3 .GalleryTable .ImageContainer,
.Gallery3 .GalleryTable .ParagraphContainer,
.Gallery4 .GalleryTable .ImageContainer,
.Gallery4 .GalleryTable .ParagraphContainer,
.Gallery5 .GalleryTable .ImageContainer,
.Gallery5 .GalleryTable .ParagraphContainer {
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
	font-size: 10pt;
}
.Gallery2 .GalleryTable .ImageContainer,
.Gallery4 .GalleryTable .ImageContainer {
	width: 120px;
}
.Gallery3 .GalleryTable .ImageContainer,
.Gallery5 .GalleryTable .ImageContainer {
	width: 50px;
}

.Gallery6 .GalleryTable .ImageContainer {
	padding: 10px;
	width: 90px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
}

.Gallery7 {
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url('images/bg-light-50.png');
	_background-image: none;
	_background: white;
	margin-bottom: 10px;
}

.PopupContainer .CommentContainer,
.Gallery8 .FullviewDescription .CommentContainer,
.Gallery9 .FullviewDescription .CommentContainer,
.Gallery10 .FullviewDescription .CommentContainer {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #888;
	width: auto;
}
.PopupContainer #ds-comment-form,
.FullviewDescription #ds-comment-form {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #888;
	width: auto;
}

.Gallery8 .FullviewControls,
.Gallery9 .FullviewControls,
.Gallery10 .FullviewControls {
	background: white;
	margin-bottom: 10px;
}
.Gallery8 .FullviewControls td,
.Gallery9 .FullviewControls td,
.Gallery10 .FullviewControls td {
	padding: 5px 0;
}

/*
===============================================================
*/

.ResponsiveDesign .ImageGallery .Slide1 .lSPager { 
    background: url('images/bg-light-50.png');
}
