/*@charset "utf-8";

 SLIMBOX (Customized version) */

/*body
{
background-color:#3b5998;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.light-box
{
margin-top:20px;
}*/

h3
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#034fa4;
margin:0px;
margin-bottom:10px;
}

.text
{
width:180px;
float:left;
margin-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
height:220px;
}




.text-single-mother
{
width:240px;
float:left;
margin-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
height:220px;
}

.picture
{
float:right;
/*background:url(../images/image-1.jpg) no-repeat;
width:380px;
height:285px;*/
margin-top:20px;
}

.bulet
{
background:url(../images/bullet-1.jpg) no-repeat;
height:12px;
width:12px;
margin-bottom:-3px;
}

.inner-page
{
width:570px;
font-size:12px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

.text-color-shabos
{
color: #333333;
}

.bullet-1
{
margin-left:-25px;
margin-top:10px;
}



.picture-2
{
float:right;
/*background:url(../images/image-1.jpg) no-repeat;
width:380px;
height:285px;*/
margin-top:50px;
}

#lbOverlay {
	position: absolute;
	top:0; left:0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;  
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
}

#lbCanvas {
	border: 9px solid #fff;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #999;
	margin:0; padding:0;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(../images/sb_anchor_spacer.gif);
}


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prevlabel.gif) no-repeat;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_nextlabel.gif) no-repeat;
}

#lbBottom {
	font-size:12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	height:20px !important;
	margin:0 0 0 10px; padding:0;
}
#lbBottom div{
	font-size:12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	display:none;
	margin:0 0 0 10px;
	padding:0;
}


#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/sb_closelabel.gif) no-repeat center;
	margin:0; padding:0;
}
#lbPrintLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/images.jpg) no-repeat center;
	margin:0; padding:0;
}
#lbCaption, #lbNumber {
}

#lbCaption {
	font-weight: bold;
}

