/***************************************/
/**      images slideshow start      ***/

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

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

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}
#lbImage {	border-left: 10px solid #fff; border-right: 10px solid #fff; border-bottom: 10px solid #fff;}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 70px;	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(../images/prev.gif) no-repeat 0% 0%;
}

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

#lbNextLink {
	right: 0;
	background: transparent url(../images/next.gif) no-repeat 0% 0%;
}

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

#lbBottom {	font-family: Verdana, Helvetica, sans-serif;	font-size: 10px;
	color: #666;	line-height: 1.4em;
	text-align: left;	border: 10px solid #fff;	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/close.gif) no-repeat center;
}

#lbCaption, #lbNumber {
	/*margin-right: 70px;
	margin-left: 70px;*/
	text-align:center;
}	


#lbCaption {
	font-weight: bold;
}

.imgWidgetBorder{
	border:1px solid #CFCFCD;padding:5px; margin-right:10px;margin-bottom:10px;
}





/**      images slideshow end        ***/
/***************************************/

.imgBorderSolid
{
border:1px solid #CFCFCD;
}