﻿/*------------------------------------------------------------------------
# "Hot Designation" WordPress plugin
# Copyright (C) 2011 Hot WordPress Themes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotWPTemplates.com
# Website: http://www.hotwptemplates.com
-------------------------------------------------------------------------*/

.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:left;
    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;
	background:url(images/slot_bg.png) repeat-x;
}

.hjt-item-arrow
{
	float:left;
	width:0px;
    height:0px;
}

.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:15px; 
}

.hjt-gallery-list-item-thumb img
{
	border-style:solid;
	border-color:#FE6F00;
	border-width:1px;
	padding:1px;   
}

.hjt-gallery-list-item-content /*td*/
{
	padding:15px;
	background:url(images/slot_bg.png) repeat-x;
}

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

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

.hjt-gallery-list-item-selected /*tr*/
{
	background-image:url('images/orange.png');
	background-repeat:repeat;
}

.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:0px;
}

.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:none;
	float:left;
	cursor:pointer;  
	margin:0; 
	position:relative;
	top:-180px;
}

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

.hjt-gallery-stars-container {
    position:absolute;
	display:block;
	background-image:url('images/hjt_stars_container.png');
	background-repeat:repeat;
	padding:6px 0 8px 20px;
}

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

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

.hjt-gallery-list-item-selected td.hjt-gallery-list-item-thumb,
.hjt-gallery-list-item-selected td.hjt-gallery-list-item-content
{
	background:#fe6f00;
	color:#fff;
}

.hjt-gallery-list-item-selected td.hjt-gallery-list-item-content a {
	color:#fff;
	font-weight:bold;
}

.hjt-gallery-list-item-selected td.hjt-gallery-list-item-content h3
{
	color:#fff !important;
}

.hjt-gallery-list-item-selected td.hjt-gallery-list-item-thumb img
{
	border-color:#fff !important;	
}

.hjt-gallery-left-scroller-pointer {
    position:absolute;
	display:block;
	width:41px;
	height:107px;
	background-image:url('images/orange_arrow.png');
	background-repeat:no-repeat;
}

.hjt-gallery-right-scroller-pointer {
    position:absolute;
	display:block;
	width:10px;
	height:126px;
	background-image:url('images/orange_roll.png');
	background-repeat:no-repeat;
}

.hjt-gallery-container .hjt-gallery-list-item .hjt-gallery-list-item-content p{
	float:left;
}
