/* SLIMBOX */

#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;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../slimbox/css/loading.gif) no-repeat center;
}

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../slimbox/css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../slimbox/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, 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: 66px;
	height: 22px;
	background: transparent url(../slimbox/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.gallery h2 {
        margin: 0 0 3px 0;
        padding: 0;
}

.gallery h3 {
        margin: 0 0 2px 0;
}

.gallery p {
        margin: 0 0 6px 0;
}

.gallery a {
        display: block;
        color: #930;
        text-decoration: none;
}

.gallery a:hover {
        text-decoration: underline;
}

.gallery .img {
	float: left;
	text-align: center; 
}

.gallery {
        height: 265px;
        width: 940px;
        margin: 10px 0 25px 10px;
        position: relative;
}

.container {
border: 1px solid #baab9e;
padding: 4px 4px 1px 3px;
width: 610px;
height: 250px;
}

.img {
        width: 602px;
        height: 240px;
}

#portfolio {
        float: left;
}

.gallerytitle {
        margin: 0 0 0 640px;
        width: 260px;
        padding: 0px;
}

.gallerycomment {
        margin: 0 0 0 640px;
        width: 260px;
}

.nav { 
         margin: 192px 0 0 587px; 
         text-align: center; 
         position: absolute;
         z-index: 999;
}

.nav a { 
         padding: 0 5px; 
         margin: 5px;
         border: 1px solid #baab9e;
         display: block;
         background: #f3f9fb;
         color: #2f3d48;
         text-decoration: none;        
}

.nav a.activeSlide { 
         background: #c7f1ff;
}
