﻿.hjt-hightlight
{
	text-transform:lowercase;
}

.hjt-gallery-container table
{
 margin:0;
 padding:0;
}

.hjt-gallery-container table tr
{
 margin:0;
 padding:0;  	
}

.hjt-gallery-list-container /*td*/
{
	vertical-align:top;
	position:relative;  
}

.hjt-gallery-image-view-container /*td*/
{ 
    text-align:center;
    vertical-align:top;
}

.hjt-gallery-list-slider /*DIV*/
{
	display:block ; 
	overflow:hidden ;
	position :relative ;
	padding:0;
	margin:0;  
}

.hjt-gallery-list /*table*/
{
	top:0px; 	
	position:relative;		
	margin:0px; 
}


.hjt-gallery-list-item /*tr*/
{
 cursor:pointer;  
 position:relative;  	
}

.hjt-item-arrow
{
	float:left;
	width:30px;
    height:24px;  
    background-repeat:no-repeat;  
    background-image:url('../images/hjt_item_arrow.png');
}

.hjt-gallery-list-item .hjt-gallery-list-item-content .hjt-item-arrow
{
	
 background-image:url('../images/hjt_item_arrow.png');

}

.hjt-gallery-list-item-thumb /*td*/
{
	padding:0px 5px 0 5px; 
}

.hjt-gallery-list-item-thumb img
{
	border-style:solid;
	border-color:#349995;
	border-width:3px;      
}

.hjt-gallery-list-item-content /*td*/
{
	padding:0px 5px 0 5px; 
}

.hjt-gallery-list-item-content p 
{
	padding:0; 
	margin:0;   
}

.hjt-gallery-list-item-hightlight /*tr*/
{
	
}

.hjt-gallery-list-item-selected /*tr*/
{
	
}

.hjt-gallery-list-item-selected .hjt-gallery-list-item-content .hjt-item-arrow
{
  background-image:url('../images/hjt_item_arrow_hover.png');
}

.hjt-gallery-list-item-sppliter
{
	height:30px;
	background-image:url('../images/hjt_splitter.png');
	background-position:0 13px; 
	background-repeat:repeat-x;    
}

.hjt-gallery-image-view /*DIV*/
{
  padding:0;   
  margin:0;  
}

.hjt-gallery-image-view img
{
  margin:0; 
}

.hjt-gallery-image-view img
{
	
}

.hjt-gallery-cmd-left
{
	display:inline-block ;
	float:left;
	cursor:pointer;  
	margin:0; 
	position:relative;
	top:-180px;
}

.hjt-gallery-cmd-right
{
	display:inline-block ;
	float:right;
	cursor:pointer;
    margin:0;
	position:relative;
    top:-180px;	
}

.hjt-star
{
	display:inline-block;
	width:22px;
	height:22px;
	background-repeat:no-repeat;   
	background-image:url('../images/hjt_star.png'); 
    margin:5px 0 0 0;
}

.hjt-star-selected
{
	display:inline-block;
	width:22px;
	height:22px;
	background-repeat:no-repeat;
	background-image:url('../images/hjt_star_hover.png');
	margin:5px 0 0 0;
}