/**
//
// Copyright (C) 2009 - 2011 Mike Feng Jinglong
//
// This program is a commercial software; you cannot redistribute it
// and/or modify it without the explicit consent from the author.
//
// All title and copyright in and to the Product is owned by Mike Feng
// and is protected by international copyright laws and treaty provisions.
// Mike Feng retains all ownership rights in the Product.
// The copyright notice must be reproduced and included on any copy
// that is expressly permitted under this Agreement.
**/

.small {
	color: #808080;
}
.sg-table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.shadowbox {
	margin-left: auto;
	margin-right: auto;
}
div.img-shadow {
	background: transparent url(/components/com_simgallery/images/shadowAlpha.png) no-repeat scroll right bottom !important;
	float: left;
}
div.img-shadow img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;
	margin:-6px 6px 6px -6px;
	padding:4px;
	position:relative;
}