/** box showing gallery preview and name **/
.gallery_label_box
{
  height: 90px;
  margin-bottom: 5px;
  margin-top: 5px;
  float: left;
  width: 100%;
  /*background-color: #101010;*/
}

.gallery_label_box:hover
{
  background-color: #101010;
  color: #FFD698;
}

.gallery_label_box #inner
{
  margin: 5px;
}

.gallery_label_box #name
{
  font-size: 0.9em;
  color: #EEEADF;
}

.gallery_label_box #desc
{
  margin-left: 5px;
  font-style: italic;
  font-size: 0.8em;
  color: gray;
}

.gallery_label_box #prev_box
{
  width: 250px;
  min-width:250px;
  float: left;
}

.gallery_label_box #label_box
{
  float: left;
  margin-top:2px;
}

.gallery_prev_item
{
  float: left;
  width: 80px;
  height: 80px;
}

.gallery_img_frame
{
	/*float: left;*/
	margin-right:10px;
	margin-bottom: 10px;
	font-size: 0.8em;
  font-family: Arial;
}
.gallery_img_frame:hover
{
  background-color: #F4E8C5;	
}

.gallery_img_frame_hover
{
	background-color: #EBB27E;	
}

.gallery_item_load
{
  position: absolute;
  width: 800px;
  height: 600px;
  background: url(/img/ajax-loader.gif) no-repeat center center;
  visibility: hidden;
}

.gallery_item_box
{
}

.gallery_item_img
{
}

.gallery_thb_area
{
  overflow: auto;
}

.gallery_item_details
{
  width:190px;
  max-width:190px;
  overflow: hidden;
  
  font-family: Arial;
  font-size: 0.9em;
  vertical-align: top;

  color: white;
}

.gallery_item_details #gallery_item_name
{
  
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 4px;
}

.gallery_item_details #gallery_item_desc
{
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 4px;

}

.gallery_item_details #gallery_item_article
{
  margin: 4px;
  font-size: 0.8em;
}

.gallery_item_details #gallery_item_size
{
  font-size: 0.9em;
  font-style: italic;
  margin: 4px;
  color: #E1E1E1;
}

.gallery_item_details #gallery_item_tech
{
  font-size: 0.9em;
  font-style: italic;
  margin: 4px;
  color: #E1E1E1;
}

.gallery_img_box
{
  cursor: pointer;
  margin: 2px;
  width: 150px;
  color: #AAAAAA;
  font-family: Arial;
  font-size: 0.8em;
}

.gallery_img_box:hover
{
  background-color: #2A2723;
  color: white;
}

.gallery_img_box_active, .gallery_img_box_active:hover
{
  background-color: #C8A46E;
  color: black;
}

.gallery_item_text_desc
{
  margin-left: 4px;
}


.gallery_img
{	
  
}


.gallery_img_full
{
  width:  800px;
  margin: 0px auto;
}

.gallery_img_full img
{
  width:  100%;
}

.gallery_label
{
  font-weight: bold;
  font-size: 1em;
  color: #EEEADF;
}

.gallery_label #name
{
  height: 1.3em;
  text-transform: uppercase;
}

.gallery_label #desc
{
  font-size: 0.8em;
  font-style: italic;
  height: 1.3em;
}



.gallery_underline
{
  width: 100%;
	height: 2px;
  background-color: #EEEADF;
}
