@charset "utf-8";

/* SLIMBOX (Customized version) */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #000;
	z-index: 1000;
	margin-top: 50px;
}

#lbBottomContainer {
	display: none;
}

#customCloseBtn {  
    float: right; 
    position: absolute;
    right: 0px;
}

#customCloseBtn .recommend {
	background-image: url('../../../img/icon-close-recommend.gif');
    background-position: 50% 50%; 
    background-repeat: no-repeat;
    height: 41px; 
    width: 46px;
    display: block;  
}
	
#customCloseBtn .recommend:hover  { 
	background-image: url('../../../img/icon-close-recommend-h.gif');
}

#customCloseBtn .classification {
	background-image: url('../../../img/icon-close-recommend.gif');
    background-position: 50% 50%; 
    background-repeat: no-repeat;
    height: 41px; 
    width: 46px;
    display: block;  
}
	
#customCloseBtn .classification:hover  { 
	background-image: url('../../../img/icon-close-recommend-h.gif');
}

#customCloseBtn .searchagent {
	background-image: url('../../../img/icon-close-searchagent.gif');
    background-position: 50% 50%; 
    background-repeat: no-repeat;
    height: 41px; 
    width: 46px;
    display: block;  
}
	
#customCloseBtn .searchagent:hover  { 
	background-image: url('../../../img/icon-close-searchagent-h.gif');
}


#customCloseBtn .gallery {
	background-image: url('../../../img/gallery_close.gif');
    background-position: 50% 50%; 
    background-repeat: no-repeat;
    height: 41px; 
    width: 46px;
    display: block;  
}
	
#customCloseBtn .gallery:hover  { 
	background-image: url('../../../img/gallery_close_hover.gif');
}


.lbLoading {
	background: #fff url('loading.gif') no-repeat center;
	z-index: 2000;
}

#lbCanvas {
	border: 0px;
	z-index: 1000;
}

#lbCanvas iframe, #lbCanvas img {
	border:0px;
	margin:0; padding:0;
	z-index: 1000;
}

#lbPrevLink, #lbNextLink {
	background: url(../../../img/alpha100.gif);
	background-repeat: repeat;
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	cursor: pointer;
}

#lbPrevLink {
	left: 0px;
}

#lbNextLink {
	right: 0px;
}

#lbPrevLinkBg, #lbNextLinkBg {
	background-color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity:.20;
	height: 100%;
	width: 100%;		
}

#lbPrevLinkImg, #lbNextLinkImg {
	display: block;
	position: absolute;		
	width: 41px;
	height: 51px;
	top: 40%;
}

#lbPrevLinkImg {
	left: 0;
	background: url(../../../img/gallery_left.gif) no-repeat;
}

#lbPrevLinkImg:hover {
	background: url(../../../img/gallery_left_hover.gif) no-repeat;
}

#lbNextLinkImg {
	right: 0;
	background: url(../../../img/gallery_right.gif) no-repeat;
}

#lbNextLinkImg:hover {
	background: url(../../../img/gallery_right_hover.gif) no-repeat;
}

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

/*
#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: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}
*/

#lbCaption, #lbNumber {
}

#lbCaption {
	font-weight: bold;
}

