/* ---Simple Image Gallery--- */

.sig {clear:both;margin:0px 0px;padding:0px;display:table-cell;}

.sig_clr {clear:both;}

.sig_cont {float:left;}

.sig_thumb {
float:none;
padding:0px;
	background-image: url(http://just4twins.com/images/shadowAlpha.png) no-repeat bottom right;
	background-image: url(http://just4twins.com/images/shadow.gif) no-repeat bottom right;
}

.sig_thumb img {display:block;position:relative;background:#000000;border:0px solid #F4F1EC;margin:0px;padding:0px;}

/* ---Slimbox--- */
/*this is the style for the background overlay to dim out the page when you are enlarging the image */
#lbOverlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
	background-image: url(images/lightstripes_bkgnd2.jpg) repeat;
border:10px solid #F4F1EC;
	background-color:#F4F1EC;
}

#lbCenter, #lbBottom {
	position:absolute;
	left:50%;
	overflow:visible;
	background-color:#fff;
	border: 0px solid #F4F1EC;
	z-index: 10001;
	z-index: 100000;
}

.lbLoading {background:#fff url(loading.gif) no-repeat center;}

#lbImage {
	overflow:visible;
	width: 100%;
	height: 100%;
	background-color:#fff;
	border:1px solid #F4F1EC;
	padding: 30px;
}
.lbImage {
border:10px solid #F4F1EC;
}

#lbPrevLink, #lbNextLink {display:block;position:absolute;top:0;width:50%;outline:none;}

#lbPrevLink {left:0;}

#lbPrevLink:hover {background:transparent url(prevlabel.gif) no-repeat 0% 15%;}

#lbNextLink {right:0;}

#lbNextLink:hover {background:transparent url(nextlabel.gif) no-repeat 100% 15%;}

#lbBottom {
font-family:Verdana, Helvetica, sans-serif;
font-size:10px;
color:#666;
line-height:1.4em;
text-align:left;
border:1px solid #F4F1EC;
background-color:#fff;
	padding: 10px;
}

#lbCloseLink {display:block;float:right;width:66px;height:22px;background:transparent url(closelabel.gif) no-repeat center;margin:5px 0;}

#lbCaption, #lbNumber {margin-right:71px;}

#lbCaption {display: none; font-weight:normal;background:#333333;}

#lbCaption b {color:#C63C13;font-size:11px;}

#lbCenter,#lbBottom,#lbPrevLink,#lbNextLink {z-index:999;} /* JoomlaWorks fix for Slimbox */

/* --- END --- */
