#outer-wrapper { min-width: 970px; }

#main {
	padding: 0px;
	min-height: 555px; 
}

#content-sidebar-gallery { 
	padding-top: 30px; 
	background: url(/images/right-bar-portfolio-heading.gif) top center no-repeat; 
}
#rtBar {
	background: url(/images/content-sidebar-grad-bg.gif) repeat-y;
}
#wrapper {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #ccc url(/images/gallery/gallery-bg.gif) bottom left repeat-x;
	border-left: 1px solid #888;
	padding: 10px 0px 0px;
	margin-right: -1px;
	margin-bottom: 0px;
}

#img {
    position: static;
		bottom: 0;
		width: 647px;
		height: 545px;
    margin-left: auto;
		margin-right: auto;
		padding: 0px;
}

#gallery { 	}

#gallery li {
	padding: 2px;
	background: #dfdfdf url(../images/gallery/ajax-loader-small.gif) 50% 50% no-repeat;
	border: 1px solid #555;
	cursor: pointer;
}

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 20px;
    padding: 0 2%;
    line-height: 24px;
    color: #fff;
    background-color: #333;
    opacity: .8;
}
.caption a {
	color: #FF6600;
}

#captions {
	display: none;
}