/**
 * @version		v0.0.10 : 2012-12-20 
 * @author		Hayato
 * @package		Hs_image_show
 * @url         http://joomlamp.com
 * @copyright	Copyright (C) Hayatos 2011. All rights reserved.
 * @license		GNU/GPL v3
 */
/*
 * The styles of this file are important to work imageshow correctly. Please be careful to edit this file if you want to change.
 */
/*reset*/
.hsi_wrapper h2,.hsi_wrapper p{
	padding:0;
	margin:0;
}
.clr,.clear{
	clear:both;
}
/*
 * General
 */
.hsi_wrapper{
	/* overflow:hidden; Shouldn't be set? */
}
.hsi_wrapper a{
	text-decoration:none;
}
.hsi_wrapper,.hsi_image_wrapper,.hsi_textbox_wrapper,
.hsi_image_box,.hsi_text_box,.hsi_textbox_box,.hsi_navigation_box{
	position:relative;
}
.hsi_textbox_wrapper,.hsi_navigation_wrapper,.hsi_button_wrapper{
	position:absolute;
}
/* Backgrounds */
.hsi_textbox_back,.hsi_image_back,.hsi_text_back,.hsi_image_back{
	width:100%;
	height:100%;	
}
/* Text */
.hsi_text_wrapper{
	width:100%;
	height:100%;
}
.hsi_text_back{
	width:100%;
	height:100%;	
}
.hsi_image_filter,.hsi_textbox_filter,.hsi_text_filter,.hsi_navigation_filter{
	overflow:hidden;
	position:relative;	
}
/*Buttons*/
.hsi_button_playstop_wrapper,.hsi_button_previous_wrapper,.hsi_button_next_wrapper{
	position:absolute;
}

/*
 * Z-index ordering
 */
.hsi_image_wrapper{
	z-index:1;
}
.hsi_textbox_wrapper{
	z-index:2;
}
.hsi_navigation_wrapper{
	z-index:3;
}
.hsi_button_wrapper{
	z-index:4;
}

/*
 * cursors
 */
div.hsi_navigation_items,
.hsi_button_playstop_box,.hsi_button_previous_box,.hsi_button_next_box{
	cursor:pointer;
}


/*
 * Loading Image
 */
.hsi_wrapper .hsi_loading{
	background:url(loader.gif) 50% 50% no-repeat transparent;
}

/*
 * Message of Status and Error 
 */
.hsi_loading_status{
	color:#CCC;
}
.hsi_error_status{
	font-weight:bold;
}