/* SLIMBOX */


#top_round{
	left:0;
	position:absolute;
	top:-3;
	height: 3px;
	overflow: hidden;
	z-index:99999;
	font-size: 1px; 
	visibility: visible; 
	opacity: 1;
	width:100%;
}
#div_round1, #div_round2, #div_round3{
	height: 1px;
	z-index:99999;
	font-size: 1px; 
	visibility: visible; 
	opacity: 1;
	width:auto;
}
#div_round1{
	background: none repeat scroll 0% 0% rgb(222, 193, 135); 
	margin:0px 2px 0px 2px;
}
#div_round2{
	border-color: rgb(222, 193, 135); 
	background: none repeat scroll 0% 0% rgb(238, 239, 253); 
	border-style: solid; 
	border-width: 0pt 1px; 
	margin:0px 1px 0px 1px;

}
#div_round3{
	border-color: rgb(222, 193, 135); 
	background: none repeat scroll 0% 0% rgb(238, 239, 253); 
	border-width: 0pt 1px; 
	border-style: solid; 
	margin:0px 0px 0px 0px;
}


#bottom_round{
	left:0;
	position:absolute;
	bottom:-3;
	height: 3px;
	overflow: hidden;
	z-index:99999;
	font-size: 1px; 
	visibility: visible; 
	opacity: 1;
	width:100%;
}
#div_round6, #div_round5, #div_round4{
	height: 1px;
	z-index:99999;
	font-size: 1px; 
	visibility: visible; 
	opacity: 1;
	width:auto;
}
#div_round6{
	background: none repeat scroll 0% 0% rgb(222, 193, 135); 
	margin:0px 2px 0px 2px;
}
#div_round5{
	border-color: rgb(222, 193, 135); 
	background: none repeat scroll 0% 0% rgb(238, 239, 253); 
	border-style: solid; 
	border-width: 0pt 1px; 
	margin:0px 1px 0px 1px;

}
#div_round4{
	border-color: rgb(222, 193, 135); 
	background: none repeat scroll 0% 0% rgb(238, 239, 253); 
	border-width: 0pt 1px; 
	border-style: solid; 
	margin:0px 0px 0px 0px;
}

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	background-color: #eeeffd;
	border-color: rgb(222, 193, 135); 
	border-style: solid; 
	border-width: 0pt 1px;
}

#lbBottomContainer2 {
overflow: hidden;
}
		
.lbLoading {
	background: #eeeffd url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border-width: 8px 10px 8px 10px;
	border-style: solid; 
	border-color: #eeeffd;
	background-repeat: no-repeat;
}


#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, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
	border: 10px solid #eeeffd;
	border-top-style: none;
	vertical-align:bottom;
}

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

#lbCaption, #lbNumber {
	margin-right: 30px;
	color:#CC6600;
	font-size:18px;
	font-family:Georgia, Times New Roman, Times,serif;
	line-height:normal;
}

#lbCaption {
	font-weight: normal;
}

