﻿
/** Home page **/
.introTxt
{
		width:500px;
		background-color:#FFF;
		padding:0 15px 5px 15px;
		line-height:16px;
}
.introTxt p
{
margin:0 0 0 0;
}
.showGallery
{
		width:530px;
}
.showGalleryItemLeft
{
		float:left;
		width:260px;
		background-color:#FFF;
		padding:0 0 3px 0;
}
.showGalleryItemRight
{
		float:left;
		width:260px;
		background-color:#FFF;
		padding:0 0 3px 0;
}
.showGalleryImage
{
		margin:10px;
}
.showGalleryContent
{
		position:relative;
		float:left;
		margin:10px 0 0 0;
		width:135px;
}
.showGalleryContent img
{
margin:3px 0 2px 0;
}
.showGalleryVerticalDot
{
		width:1px;
		height:135px;
		float:left;
		background: url(../../repository/images/site/dotted_break_v.gif) repeat-y;
		background-color:#FFF;
		margin:10px 0 0 0;
}
.showGalleryHorizontalDot
{
		width:500px;
		height:1px;
		background:#fff url(../../repository/images/site/dotted_break_h.gif) repeat-x bottom;
		margin:0 0 0 10px;
		padding:5px 0 5px 0;
}
.flashContent
{
		margin:0;
		width:530px;
}
.flashContent .flashHolder
{
		float:left;
		margin:0;
}
.flash_break {
width:10px;
height:100px;
}
.whiteTop
{
		background:url(../../repository/images/site/header/home_topbox_top.gif) no-repeat bottom;
		width:530px;
		height:11px;
		margin:0;
		padding:0;
}
.whiteBottom
{
		background:url(../../repository/images/site/header/home_topbox_bottom.gif) no-repeat top;
		width:530px;
		height:11px;
}