.PageContainer {
	position: relative;
	width: 910px;
	margin: 0 auto;
	margin-top: 20px;
}

.PageContainer .PageTop {
	height: 20px;
	background: url('images/paper-bg-top.png') no-repeat;
}

.PageContainer .PageMiddle {
	padding-top: 160px;
	padding-bottom: 90px;
	background: url('images/paper-bg-middle.png') repeat-y;
}

.PageContainer .PageBottom {
	position: relative;
	height: 75px;
	clear: both;
	background: url('images/paper-bg-bottom.png') no-repeat;
}

.PageContainer .PageLogo {
	position: absolute;
	top: 3px;
	right: 14px;
	width: 193px;
	height: 145px;
	padding-top: 15px;
	background: white url('images/logo-bg.gif') no-repeat bottom;
	border-top: 1px solid #ededed;
}
.PageContainer .PageHeader {
	position: absolute;
	top: 3px;
	right: 210px;
	height: 145px;
	padding-top: 20px;
	text-align: center;
	overflow: hidden;
}
.PageContainer .PageHeader h1 {
	font-size: 35px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.PageContainer .PageHeader a {
	text-decoration: none;
}
.PageContainer .PageHeader a:hover {
	text-decoration: none;
}

.PageContainer .PageLogo img {
	display: block;
	margin: 0 auto;
}


.PageContainer .ContentTable {
	width: 900px;
	border-collapse: collapse;
}

.PageContainer .ContentTable .NavigatorContainer {
	margin: 0;
	padding: 0;
	width: 165px;
	padding-left: 20px;
	vertical-align: top;
}

.PageContainer .ContentTable .NavigatorContainer .Navigator {
	margin: 0;
	padding: 0;
	min-height: 152px;
	_height: 152px;
	padding: 15px 0 30px 0;
	margin: 0 5px 5px 0;
	background: white url('images/logo-bg.gif') no-repeat bottom;
	border-top: 1px solid #ededed;
}

.PageContainer .ContentTable .ContentContainer {
	padding: 0;
	padding-left: 15px;
	padding-right: 25px;
	min-height: 200px;
	vertical-align: top;
}

.PageFooter {
	width: 910px;
	margin: 0 auto 5px auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
.PageFooter a {
	text-decoration: none;
}
.PageFooter a:hover {
	text-decoration: underline;
}

.PageFooter .CopyrightText {
	font-size: 10pt;
	text-align: center;
	margin-top: -40px;
}
.PageFooter .dinStudioLink {
	font-size: 10pt;
	text-align: center;
}

/*
New PageFooter to enable TinyMCE 
================================
*/
.PageFooterBottom {
	width: 910px;
	margin: 0 auto 5px auto;
	padding-bottom: 10px;
	padding-top: 5px;
}
.PageFooterBottom a {
	text-decoration: none;
}
.PageFooterBottom a:hover {
	text-decoration: underline;
}

.PageFooterBottom .CopyrightText {
	margin: 0;
	font-size: 10pt;
	margin-bottom: 5px;
	text-align: center;
}
.PageFooterBottom .CopyrightText p {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
.PageFooterBottom .dinStudioLink {
	font-size: 10pt;
	text-align: center;
}
/*
================================
*/

/*
Functions
===================================================================================================
*/

.MainPageInlineContainer {
	float: left;
	border-top: 1px solid #ededed;
	background: white url('images/folded-paper-230.gif') no-repeat bottom;
	padding-bottom: 30px;
}
.MainPageInlineContainer .ImageContainer { 
	margin: 15px;
	margin-bottom: 5px;
	width: 200px;
}
.MainPageInlineContainer .ImageContainer img { 
	display: block;
	margin: 0 auto;
}

.MainPageInlineContainer .ParagraphContainer {
	width: 200px; 
	margin: 5px 15px;
	font-size: 11px;
}
.MainPageInlineContainer .ParagraphContainer p {
	font-size: 11px;
}

.MainPage .BodyTextContainer {
}

.MainPage .NewsContainer {
	float: right;
	width: 160px;
	margin: 0 0 5px 10px;
	font-size: 11px;
	padding: 15px 10px;
	background: white url('images/logo-bg.gif') no-repeat bottom;
	border-top: 1px solid #ededed;
}
.MainPage .NewsContainer p {
	font-size: 11px;
	color: black;
}
.MainPage .NewsContainer .NewsHeader h1 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px;
}
.MainPage .NewsContainer .NewsItem h2 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
}

.EmptyPage {
}

.TextLayout1 {
}
.TextLayout1 .FunctionTable { width: 665px; }
.LayoutPage .layout-5 .col-1,
.LayoutPage .layout-6 .col-0 { width: 420px; }
.TextLayout1 .LeftColumn { vertical-align: top; }
.LayoutPage .layout-6 .col-1,
.TextLayout1 .RightColumn { width: 230px; padding-left: 10px; vertical-align: top; font-size: 11px; }
.LayoutPage .layout-5 .col-0 { width: 230px; padding-right: 10px; font-size: 11px; }

.LayoutPage .layout-5 .col-0 .image-part,
.LayoutPage .layout-6 .col-1 .image-part,
.TextLayout1 .RightColumn .ImageContainer {
	margin-bottom: 5px;
	border-top: 1px solid #ededed;
	background: white url('images/folded-paper-230.gif') no-repeat bottom;
	padding-top: 15px;
	padding-bottom: 40px;
}

.LayoutPage .layout-5 .col-0 .image-part,
.LayoutPage .layout-6 .col-1 .image-part { padding: 15px 15px 40px; width: 200px; }

.TextLayout1 .RightColumn .ImageContainer img {
	display: block;
	margin: 0 auto;
}

.TextLayout2 {
}
.TextLayout2 .FunctionTable { width: 100%; }
.TextLayout2 .LeftColumn { width: 50%; vertical-align: top; }
.TextLayout2 .RightColumn { width: 50%; padding-left: 15px; vertical-align: top; }
.TextLayout2 .InlineImageContainer {
	float: right;
	display: inline;
	margin-bottom: 5px;
	border-top: 1px solid #ededed;
	background: white url('images/folded-paper-210.gif') no-repeat bottom;
	padding-top: 15px;
	padding-bottom: 35px;
}
.TextLayout2 .InlineImageContainer .ParagraphContainer { font-size: 11px; width: 180px; margin: 15px; margin-top: 5px; }
.TextLayout2 .InlineImageContainer .ParagraphContainer p { font-size: 11px; }
.TextLayout2 .InlineImageContainer .ImageContainer { width: 180px; margin: 0 15px; }
.TextLayout2 .InlineImageContainer .ImageContainer img { display: block; margin: 0 auto; }

.GalleryDescription {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 650px;
	text-align: center;
	overflow: scroll;
	overflow-x: hidden;
}
.GalleryDescription #text {
	text-align: center; 
}
.GalleryDescription img { margin: 0 auto 5px auto; }


.GalleryNavigator {
	margin: 10px auto;
	width: 140px;
	height: 28px;
}
.GalleryNavigator span.Previous { display: block; float: left; width: 45px; height: 28px; }
.GalleryNavigator a.Previous {
	display: block; 
	float: left; 
	width: 45px; 
	height: 28px; 
	text-decoration: none;
	background: url('images/gallery-prev.gif') no-repeat center left;
}
.GalleryNavigator a.Previous:hover { text-decoration: none; }
.GalleryNavigator .PageNumber { 
	display: block; 
	float: left; 
	text-align: center; 
	font-weight: bold; 
	font-size: 14px;
	margin: 0 5px;
	width: 40px; 
	height: 28px;
	padding-top: 6px; 
}
.GalleryNavigator span.Next { display: block; float: left; width: 45px; height: 28px; }
.GalleryNavigator a.Next { 
	display: block; 
	float: left; 
	width: 45px;
	height: 28px;
	text-decoration: none;
	background: url('images/gallery-next.gif') no-repeat center right;
}
.GalleryNavigator a.Next:hover { text-decoration: none; }

.ImageGallery1 {
	
}
.ImageGallery1 .FunctionTable { border-collapse: collapse; margin: 15px auto; width: 600px; }
.ImageGallery1 .ImageCell {
	width: 200px;
	vertical-align: top; 
	margin-bottom: 5px;
}
.ImageGallery1 .ImageCell .ImageContainer {
	background: white url('images/folded-paper-180.gif') no-repeat bottom center;
	width: 150px;
	padding: 15px;
	padding-bottom: 35px;
	border-top: 1px solid #ededed;
}
.ImageGallery1 .ImageCell .ImageContainer img { display: block; margin: 0 auto; }
.ImageGallery1 .ImageCell .ParagraphContainer { width: 180px; margin: 5px auto 0 auto; font-size: 11px; }
.ImageGallery1 .ImageCell .ParagraphContainer p { font-size: 11px; }

.ImageGallery2 {
	
}
.ImageGallery2 .FunctionTable { border-collapse: collapse; margin: 15px auto; width: 600px; }
.ImageGallery2 .ImageCell { width: 150px; vertical-align: top;  }
.ImageGallery2 .ImageCell .ImageContainer {
	background: white url('images/folded-paper-150.gif') no-repeat bottom center;
	width: 120px;
	padding: 15px;
	padding-bottom: 35px;
	border-top: 1px solid #ededed;
}
.ImageGallery2 .ImageCell .ImageContainer img { display: block; margin: 0 auto; }
.ImageGallery2 .TextCell { vertical-align: top; padding: 0 0 10px 10px; width: 440px; }
.ImageGallery2 .TextCell .ParagraphContainer p { font-size: 11px; }

.ImageGallery3 {
	
}
.ImageGallery3 .FunctionTable {border-collapse: collapse; margin: 15px auto; width: 600px;  }
.ImageGallery3 .ImageCell { width: 80px; vertical-align: top;  }
.ImageGallery3 .ImageCell .ImageContainer {
	background: white url('images/folded-paper-80.gif') no-repeat bottom center;
	width: 50px;
	padding: 15px;
	padding-bottom: 20px;
	border-top: 1px solid #ededed;
}
.ImageGallery3 .ImageCell .ImageContainer img { display: block; margin: 0 auto; }
.ImageGallery3 .TextCell { vertical-align: top; padding-bottom: 5px; padding: 0 0 10px 10px; width: 510px; }
.ImageGallery3 .TextCell .ParagraphContainer p { font-size: 11px; }


.FileArea {
	
}
.FileArea .FunctionTable { 
	margin: 15px auto;
	width: 600px;
	border-top: 1px solid #ededed;
	background: white url('images/menu-bg-corner.gif') no-repeat bottom right;
	padding: 15px 0;
}
.FileArea .IconCell { width: 50px; text-align: right; vertical-align: top; padding: 2px 0; }
.FileArea .TextCell { padding-left: 5px; vertical-align: middle; }
.FileArea .SizeCell { width: 70px; vertical-align: middle; text-align: right; padding-right: 35px; }
.FileArea .FileList { margin: 5px 0; width: 600px; border-collapse: collapse; }
.FileArea .FileSort { width: 600px; margin: 0 auto; }
.FileArea .FileSort p { margin: 0 0 3px 0; font-size: 11px; }

.Diary {
	
}
.Diary .FunctionTable { 
	margin: 0 auto;
	width: 100%;
}
.Diary .FunctionTable td { vertical-align: top; }
.Diary .FunctionTable .LeftColumn {
	margin: 0;
	width: 200px;
	font-size: 5pt;
	text-align: left;
	border-right: 1px dashed white;
}
.Diary .FunctionTable .RightColumn {
	padding-left: 15px;
}
.Diary .DiaryList {
}
.Diary .DiaryListItem { border-bottom: 1px dashed white; padding-bottom: 5px; margin-bottom: 5px; }
.Diary .DiaryListItem h2 { font-size: 13px; margin: 0; text-decoration: none; }
.Diary .DiaryListItem a { font-size: 13px; margin: 0; text-decoration: none; }

.Diary .DiaryList .GroupByDay li.FirstLevelItem {
	padding-bottom: 5px; 
	margin-bottom: 5px;
}
.Diary .DiaryList .GroupByDay li.FirstLevelItem,
.Diary .DiaryList .GroupByMonth ul.SecondLevel li,
.Diary .DiaryList .GroupByYear ul.ThirdLevel li {
	padding-bottom: 5px; 
	margin-bottom: 5px;
}
.Diary .DiaryList .GroupByDay a,
.Diary .DiaryList .GroupByMonth a,
.Diary .DiaryList .GroupByYear a {
	font-size: 13px;
	margin: 0;
	text-decoration: none;
}
.Diary .DiaryList .GroupByYear ul.SecondLevel { 
	padding: 0;
}
.Diary .DiaryList .GroupByMonth ul.SecondLevel,
.Diary .DiaryList .GroupByYear ul.SecondLevel { 
	padding-top: 5px; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.Diary .DiaryView .DiaryDate h3 { font-size: 12px; font-style: italic; }

/*
New Diary Comment Form
========================================================================
*/

.Diary .DiaryCommentFunction {
	width: 430px;
	padding-bottom: 30px;
}

.Diary .DiaryDateInput {
	font-family: "Comic Sans MS", verdana, helvetica, arial, sans-serif;
	margin: 0;
	margin-bottom: 10px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	border: 1px solid white;
	color: white;
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	font-weight: normal;
}
.Diary .DiaryCommentListItemContainer {
	border-bottom: 1px solid #cdcdcd;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.Diary .DiaryCommentFormTable input {
	border: 1px solid #cdcdcd;
}
.Diary .DiaryCommentFormTable textarea {
	border: 1px solid #cdcdcd;
}
.Diary .DiaryCommentListItemContainerMiddle h2 {
	font-weight: bold;
}

/*
========================================================================
*/

.Guestbook {
	
}
.Guestbook .FunctionTable {
	border-collapse: collapse;
	border: 0;
	margin-top: 15px;
	width: 100%;
}
.Guestbook .GuestbookForm {
	margin: 0;
	width: 200px;
	font-size: 11px;
	vertical-align: top;
	padding-right: 15px;
}
.Guestbook .GuestbookList {
	padding-left: 15px;
	border-left: 1px dashed white;
	vertical-align: top;
}
.Guestbook .GuestbookListItemContainer  {
	border-bottom: 1px solid #cdcdcd;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.Guestbook .GuestbookList h2 { font-size: 12px; }
.Guestbook .GuestbookList .GuestbookDate { font-size: 13px; }
.Guestbook .GuestbookForm input.textname { width: 200px; border: 1px solid #cdcdcd; margin-bottom: 5px;}
.Guestbook .GuestbookForm input.textemail { width: 200px; border: 1px solid #cdcdcd; margin-bottom: 5px;}
.Guestbook .GuestbookForm textarea.textmessage { width: 200px; height: 130px; border: 1px solid #cdcdcd; margin-bottom: 5px;}
.Guestbook .GuestbookForm input.GuestSubmit { 
	border: 1px solid white;
	color: white;
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

.Contact {
	
}
.Contact .FunctionTable { border-collapse: collapse; border: 0; width: 100%; }
.Contact .LeftColumn { vertical-align: top; padding-right: 0.5em; }
.Contact .RightColumn { width: 330px; vertical-align: top; padding-left: 0.5em; }
.Contact .RightColumn img { margin-bottom: 5px; }
.Contact .RightColumn p { }
.Contact .RightColumn .ImageContainer {
	margin-bottom: 5px;
	border-top: 1px solid #ededed;
	background: white url('images/folded-paper-330.gif') no-repeat bottom;
	padding-top: 15px;
	padding-bottom: 40px;
}
.Contact .RightColumn .ImageContainer img {
	display: block;
	margin: 0 auto;
}
.Contact .ContactForm { margin-top: 1em; }
.Contact .ContactForm input.text { width: 200px; border: 1px solid #cdcdcd; margin-bottom: 5px; }
.Contact .ContactForm textarea.textmessage { width: 320px; height: 130px; border: 1px solid #cdcdcd; margin-bottom: 5px; }
.Contact .ContactForm input.ContactSubmit { 
	border: 1px solid #cdcdcd;
	color: white;
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

.GalleryCommentFormControl textarea { border: 1px solid #cdcdcd; }
.GalleryCommentFormControl input.GalleryCommentSubmit { 
	border: 1px solid #cdcdcd;
	color: white;
	font-size: 11px;
	width: 130px;
	padding-bottom: 3px;
	_padding: 0;
	height: 20px;
}

/*
Drop down menu
===================================================================================================
*/

.ClearBoth { clear: both; }

.DropMenu a {
	display: block;
	width: 110px;
	font-size: 13pt;
	padding: 4px 10px 4px 45px;
	text-decoration: none;
}
.DropMenu a:hover {
	text-decoration: none;
}

.DropMenu, .DropMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 165px;
}

.DropMenu li ul {
	border-top: 1px solid #ededed;
	background: white url('images/menu-bg-corner.gif') no-repeat bottom right;
}

.DropMenu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

.DropMenu li ul {
	position: absolute;
	z-index: 2;
	left: -999em;
	margin-left: 165px;
	margin-top: -43px;
	padding: 10px 0;
}

.DropMenu li ul ul {
	left: -999em;
}

.DropMenu li a {
	text-decoration: none;
}

.DropMenu li:hover ul ul, .DropMenu li:hover ul ul ul, .DropMenu li.sfhover ul ul, .DropMenu li.sfhover ul ul ul {
	left: -999em;
}

.DropMenu li:hover ul, .DropMenu li li:hover ul, .DropMenu li li li:hover ul, .DropMenu li.sfhover ul, .DropMenu li li.sfhover ul, .DropMenu li li li.sfhover ul {
	left: auto;
}

.DropMenu li:hover, .DropMenu li.hover {
	position: static;
}


/*
Gallery
===============================================================
*/

.GalleryTable div.GalleryImageDescription,
.GalleryTable div.GalleryImageDescription p {
	font-size: 8pt;
}

div.Gallery1, div.Gallery2, div.Gallery3, div.Gallery4, div.Gallery5 {
	width: 100%;
}
div.Gallery1 .GalleryTable,
div.Gallery2 .GalleryTable,
div.Gallery3 .GalleryTable,
div.Gallery4 .GalleryTable,
div.Gallery5 .GalleryTable {
	width: 100%;
}

div.Gallery1 .GalleryTable div.ImageContainer,
div.Gallery2 .GalleryTable div.ImageContainer,
div.Gallery3 .GalleryTable div.ImageContainer,
div.Gallery4 .GalleryTable div.ImageContainer,
div.Gallery5 .GalleryTable div.ImageContainer {
	position: relative;
	background: white url('images/folded-paper-150.gif') no-repeat bottom center;
	width: 120px;
	padding: 15px;
	padding-bottom: 35px;
	border-top: 1px solid #ededed;
}
div.Gallery3 .GalleryTable div.ImageContainer,
div.Gallery5 .GalleryTable div.ImageContainer {
	background: white url('images/folded-paper-80.gif') no-repeat bottom center;
	width: 50px;
	padding-bottom: 20px;
}
div.Gallery1 .GalleryTable div.ParagraphContainer,
div.Gallery2 .GalleryTable div.ParagraphContainer,
div.Gallery3 .GalleryTable div.ParagraphContainer,
div.Gallery4 .GalleryTable div.ParagraphContainer,
div.Gallery5 .GalleryTable div.ParagraphContainer {
	position: relative;
	padding: 15px 10px;
}
div.Gallery1 .GalleryTable div.ParagraphContainer { padding: 0 5px; }
div.Gallery1 .GalleryTable div.ImageContainer {
	width: 130px;
	padding: 10px;
	padding-bottom: 35px;
}

.Gallery8, .Gallery9, .Gallery10 {
	width: 680px;
	margin: 0 auto;
}
.Gallery8 .GalleryContainer,
.Gallery9 .GalleryContainer,
.Gallery10 .GalleryContainer {
	width: 640px;
	margin: 0 auto;
}
.Gallery8 .Fullview {
	width: 640px;
}
.Gallery8 .Fullview .FullviewImage {
	width: 640px;
	height: 480px;
}
.Gallery8 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 640) + "px");
}
.Gallery9 .Fullview {
	width: 500px;
}
.Gallery9 .Fullview .FullviewImage {
	width: 500px;
	height: 375px;
}
.Gallery9 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 500) + "px");
}

.Gallery10 .Fullview {
	width: 480px;
}
.Gallery10 .Fullview .FullviewImage {
	width: 480px;
	height: 360px;
}
.Gallery10 .Fullview .FullviewImage img {
	_width: expression(Math.min(this.clientWidth, 480) + "px");
}

.GalleryPagerLinks {
	font-size: 13px;
	clear: both;
}
.GalleryPagerLinks .PreviousPage {
	width: 45px; 
	height: 28px; 
}
.GalleryPagerLinks .NextPage {
	width: 45px; 
	height: 28px; 
}
.GalleryPagerLinks .PreviousPage a {
	width: 45px; 
	height: 28px; 
}
.GalleryPagerLinks .NextPage a {
	width: 45px; 
	height: 28px; 
}

/*
===============================================================
*/

.ResponsiveDesign .NavigatorContainer { float: left; }
.ResponsiveDesign .ContentContainer { float: right; width: 670px;  }

.ResponsiveDesign .MainPage { padding-right: 190px; }
.ResponsiveDesign .MainPage .MainContainer { margin-right: 10px; }
.ResponsiveDesign .MainPage .MainContainer .MainPageInlineContainer { padding-bottom: 30px; }
.ResponsiveDesign .MainPage .NewsContainer { width: 160px; padding: 15px 10px; margin-bottom: 5px; margin-left: 10px; }

.ResponsiveDesign .TextLayout2 .LeftColumn,
.ResponsiveDesign .TextLayout2 .RightColumn { width: 326px; padding: 0;}

.ResponsiveDesign .ImageGallery3 .TextCell { margin-left: 80px; }

.ResponsiveDesign .Diary .FunctionTable .LeftColumn { width: 200px; }
.ResponsiveDesign .Diary .ArticleList .EntriesColumn { margin-right: 230px; }
.ResponsiveDesign .Diary .DiaryContainer .RightColumn { margin-left: 215px; }
.ResponsiveDesign .Diary .ArticleList .EntriesColumn img,
.ResponsiveDesign .Diary .DiaryContainer .RightColumn .DiaryItemContainer img { max-width: 100%; }

.ResponsiveDesign .Contact .ContactForm textarea.textmessage { width: 300px; }
.ResponsiveDesign .LayoutPage .Contact .ContactForm textarea.textmessage { width: 100%; }

.ResponsiveDesign .LayoutPage .layout-1 .Contact .ContactForm textarea { width: 50%; }
.ResponsiveDesign .LayoutPage .layout-2 .Contact .ContactForm textarea,
.ResponsiveDesign .LayoutPage .layout-5 .col-1 .Contact .ContactForm textarea,
.ResponsiveDesign .LayoutPage .layout-6 .col-0 .Contact .ContactForm textarea { width: 75%; }

.ResponsiveDesign .ImageGallery .Gallery1 .GalleryCell { width: 155px; }

.ResponsiveDesign .ImageGallery .Gallery2 .GalleryTextCell { margin-left: 150px; }
.ResponsiveDesign .ImageGallery .Gallery3 .GalleryTextCell { margin-left: 80px; }

.ResponsiveDesign .ImageGallery .Gallery4 .GalleryImageCell { width: 150px; }
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell { width: 160px; }
.ResponsiveDesign .ImageGallery .Gallery4 .GalleryTextCell .ParagraphContainer { padding: 15px 0;}

.ResponsiveDesign .ImageGallery .Gallery5 .GalleryImageCell { width: 80px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell { width: 230px; }
.ResponsiveDesign .ImageGallery .Gallery5 .GalleryTextCell .ParagraphContainer { padding: 15px 0;}


.ResponsiveDesign .ImageGallery .Slide1,
.ResponsiveDesign .ImageGallery .Slide2 { width: 670px; }

.ResponsiveDesign .ImageGallery .Slide1 img,
.ResponsiveDesign .ImageGallery .Slide2 img { max-width: 670px; border: 0; }

