.FCKImageGalleryContainer
{
	width:auto !important;
}

.FCKImageGalleryHeaderContainer
{
	width:auto !important;
	padding-left:10;
}

.FCKImageGalleryPathContainer
{
	width:auto !important;
	padding-left:10;
}

.FCKImageGalleryDetailsContainer
{
	width:auto !important;
	padding-left:10;
}
.FCKImageGalleryItemContainer
{
  border: #000000 1px solid;
	vertical-align:top;
	width:100% !important;
}

.FCKImageGalleryItemContainer table
{
  border: none !important;
	width:auto !important;
	height: auto !important;
}

.FCKImageGalleryItemContainer td
{
  border: none !important;

  width:50% !important;
	height: auto !important;
}

.FCKImageGalleryStyle
{
  width:100px !important;
  height:100px !important;
}

.FCKImageGalleryErrorContainer
{
	width:auto !important;
	padding-left:10;
}

.FCKImageGalleryErrorLabel
{
	color: red;
}

.FCKImageGalleryListStyle
{
	width:auto !important;
}

.FCKImageGalleryStyle
{
	border:none;
	
}

.FCKImageGalleryImageDetailsTable
{
	border:none;
}


.FCKImageGalleryImageNameTD
{
	text-align:left;
	font-size: 8pt;
}

.FCKImageGalleryImageName
{
}

.FCKImageGalleryImageSizeTD
{
	font-size: 8pt;
	text-align:left;
}

.ImageListContainer{
	border: #000000 1px solid;
	padding: 5px;
	overflow: auto;
	width:auto !important;
	height: auto !important;
	background-color: #ffffff;
}