﻿/*------------------------------------------------------------------------
# "Hot Zoomer" Joomla module
# Copyright (C) 2011 ArhiNet d.o.o. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

.hjtzoomer_container {
	position: relative;
	overflow:hidden;    
}

.hjtzoomer_container img {
	position:absolute;    
}

.hjtzoomer_nav {
	height: 32px;  
	text-align: center; 
}

.navPrev {
	float:left;
	width:32px;
	height:32px;    
}

.navTitle {
	width:320px;
	height:32px;      
	float:left;  
	padding:6px;
}

.navTitle div { 
font-family:cursive;  
}

.navTitle div a {
	text-decoration:none;
	color:Black;
}

.navNext {
	float:right;
	width:32px;
	height:32px;   
}

.navStop {   
}

.navResume {
}