﻿/* Class to show instead of an element while it is loading */
.loading
{
	background-image: url(pics/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
}

/* Classes to be used with tool-tip element to show baloon hint */
/*.tool-tip {
	color: #fff;
	width: 130px;
	z-index: 13000;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	KhtmlOpacity: .8;
	opacity: .8;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(pics/bubble.gif) top left;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	KhtmlOpacity: .8;
	opacity: .8;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(pics/bubble.gif) bottom right;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	KhtmlOpacity: .8;
	opacity: .8;
}*/

/* Bottom thumbs, hides overflow, so can be done scrolling */
#bottomScroller
{
	height: 97px;
	border: 0px solid #000;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px;
	width: 480px;
	text-align:center;
} 


#mainImage
{
	cursor: pointer;
}

/* Right thumbs for categories normal and mouse over styles */
.rightImageOver
{
	border:3px solid #41761c; /* #ee4d9b; */
	cursor:pointer;
}

.rightImage
{
	border:3px solid #6b726b;
	cursor:pointer;
}

/* Bottom thumbs normal and mouse over styles */
.bottomThumbOver
{
	border: 2px solid #41761c; /* #ee4d9b; */
	cursor:pointer;
}

.bottomThumb
{
	border: 2px solid #6b726b;
	cursor:pointer;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	KhtmlOpacity: .7;
	opacity: .7;

}
