/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url(http://antidesigns.com/pageDesign/layouts/0/slimbox_bkg.gif);
	cursor: pointer;
}

#lbCenter, #lbBottomContainer, #lbArtistContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
#lbCenter {
	/* NOTE - the pixel widths here shouldn't be changed 
		UNLESS there is a subsequent change to the position() function
		inside of includes/lightbox/slimbox.js */
	border-left: solid black 5px;
}
#lbBottomContainer {
	/* NOTE - the pixel widths here shouldn't be changed 
		UNLESS there is a subsequent change to the position() function
		inside of includes/lightbox/slimbox.js */
	border-left: solid black 5px;
	border-bottom: solid black 5px;
}
#lbArtistContainer {
	background-color: transparent;
}

.lbLoading {
	background: transparent url(http://antidesigns.com/imgs/lightbox/loading.gif) no-repeat center;
}

#lbImage {
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	background-color: transparent;
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://antidesigns.com/imgs/lightbox/prevlabel.gif) no-repeat 0 15%;
	/*background: transparent url(http://localhost/latest_antiSite/imgs/lightbox/prevlabel.gif) no-repeat 0 15%;*/
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://antidesigns.com/imgs/lightbox/nextlabel.gif) no-repeat 100% 15%;
	/*background: transparent url(http://localhost/latest_antiSite/imgs/lightbox/nextlabel.gif) no-repeat 100% 15%;*/
}

#lbBottom {
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 10px;
	background-color: #fff;
}
#lbBottom .lightup {
	background-color: black;
}
#lbArtistImg {
	display: block;
	float: right;
	width: 170px;
	height: 45px;
	background: transparent;
	margin: 0;
	cursor: pointer;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 86px;
	height: 31px;
	/*background: transparent url(http://localhost/latest_antiSite/imgs/lightbox/closelabel.gif) no-repeat center;*/
	background: transparent url(http://antidesigns.com/imgs/lightbox/closelabel.gif) no-repeat center;
	margin:0;
	margin-bottom: 5px;
	outline: none;
}
#sizer {
	background-color: transparent;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
	background-color: #fff;
}
#lbNumber {
	color: #376B8C;
}

#lbCaption {
	font-weight: bold;
}
