/*
 * This file is based on _lib/lib_ckfinder/css/ckfinder.css
 */
.SKINKgallery {
  clear:                                both;
}
.SKINKgallery .file {
  border:                               #d3d3d3 1px solid;
  clear:                                none;
  float:                                left;
  height:                               105px !important;
  margin:                               5px;
  padding:                              5px;

  background-color:                     #ffffff;
  cursor:                               default;
}
.SKINKgallery .file:hover { /* Ported from _lib/lib_ckfinder/skins/default/fck_dialog.css (.PopupSelectionBox) */ 
	border: #ff9933 1px solid !important;
	background-color: #fffacd !important;
	cursor: pointer;
	cursor: hand;
}
.SKINKgallery .filewithdescription {
  height:                               125px !important;
}
.SKINKgallery .file TABLE {
  border:                               0px; 
  margin:                               0; 
  width:                                100px; 
  
  background:                           transparent;
}
.SKINKgallery .file TR {
	border: #d3d3d3 1px solid;
	cursor: pointer;
	cursor: default;
}

.SKINKgallery .file TD {
	padding: 2px;
  vertical-align:                       middle;
}
.SKINKgallery .file TABLE IMG {
  display:                              block;
  vertical-align:                       middle;
}
.SKINKgallery .file .description {
  height:                               16px;
  margin-top:                           0;
  overflow:                             hidden;
  width:                                100px; 
  
  font-size:                            10px; 
  text-align:                           center; 
  text-overflow:                        ellipsis;
  white-space:                          nowrap;
}