@charset "utf-8";
/* CSS Document */

.album, .albumthumb, .albumtitle, .akbumdesc {
	display: inline;
}

.album {
	float: left;
	margin: 0 20px 0 20px;
}

.galleryTitle{
	color: #D3490B;
}

p.galleryDescrip{
	color: #333333;
}

#images{
	position: absolute;
	height: 76px;
	top: 166px;
	left: 0px;
	width:100%;
}

.image{
	float: right;
	margin: 3px;
	padding: 0;
}

.imagethumb img{
		border:  solid #999 1px;
}

#content-supp #image img{
	background-image: url(../../../images/design/img-border.jpg);
	padding: 5px 6px;
	background-repeat: no-repeat;
}




