
#mainzizzer	{
	overflow: hidden;
}

#zcontainer						{ 
	overflow: hidden; 
}

/* NOTE : The width is calculated later 	width : 1000px;
*/

#theimages		{ 
}

#zcontainer		img				{
}

#zcontainer		.image			{ 
	float : left; 
}

/* ------------------------------ */

.zslide_item	{
}

.zslide_image	{
	z-index : 0;
	cursor: pointer;
}

.loadingdisplay	{
	height : 30px;
	width : 150px;
	background-color: white;
	padding : 10px;
	position : absolute;
	z-index : 10000;
	-moz-border-radius-bottomleft : 6px;
	-moz-border-radius-topleft : 6px;
	-moz-border-radius-topright : 6px;
	-moz-border-radius-bottomright : 6px;
	-webkit-border-bottom-left-radius: 6px 6px;
	-webkit-border-top-left-radius: 6px 6px;
	-webkit-border-top-right-radius: 6px 6px;
	-webkit-border-bottom-right-radius: 6px 6px;	
}

.loadingdisplay	img	{}

.loadingdisplay	p	{
	margin : 2px 0 0 0;
	text-indent: 16px;
	font-size: 1.6em;
}
