/***
 * SlideshowFx Picasa Widget Copyright (C) 2010 www.OopsTouch.com
 * Author: contact@oopstouch.com
 * Support: http://www.oopstouch.com
 * License: GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
 * Download: http://www.oopstouch.com
 ***/
.sfxwg_table {
	border:  0px;
	margin:  0px;
	padding: 0px;
	margin-left:  5px;
	margin-right: 5px;
	margin-top:   5px;
	margin-left:  5px;
	visibility: hidden;
	border-spacing: 0px;
	border-collapse: separate;
}

.sfxwg_table td, .sfxwg_table tr {
	display : inline-block;
	border:  0px;
	margin:  0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.sfxwg_table td {
	border-width:1px;
	border-color:#FFF;
	border-style:solid;
	margin:  0px;
}

.sfxwg_table img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	border:  0px;
	margin:  0px;
	padding: 0px;
}

.sfxwg_table tr td img {
	border:  0px;
	margin:  0px;
	padding: 0px;
}

.sfxwg_table img + img {
	z-index:20;
}