#gallery_strip {
	width: 600px;
	height:137px;
	overflow: hidden;
	position: relative;
	z-index: 900;
}

#gallery_strip_inner {
	position: absolute;
	left: 0px;
	/*width: <?=$stripwidth?>px;*/
}

.imagebox {
	float:left;
	display: block;
	/*border:1px solid #000;*/
	cursor: pointer;
	/* ADD YOUR STYLING HERE */
}

#gallery_container, .galleryexpansioncontainer {
	position: relative;
	overflow: hidden;
	z-index: 900;
	cursor: pointer;
}
#gallery_expansion, .galleryexpansion {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#gallery_expansionfront, .galleryexpansionfront {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.gallerymask {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	background-image: url(images/gallery_mask.gif);
	width: 600px;
	height: 445px;
}

#gallery_fs {
	
}

#gallery_fs_image {
	
}

.smallAccordianGalleryBox, .smallActiveAccordianGalleryBox {
	height: 40px;
	width: 100%;
	border-top: 1px solid #5e5e5e;
	/*border-bottom: 1px solid #ccc;*/
	padding-top: 5px;
	overflow: hidden;
}

.categorybox {
	float: left;
	margin: 10px;
	text-align: center;
	width: auto;
	border: 1px solid #ccc;
	/* ADD YOUR STYLING HERE */
}

.rowend {
	clear: left;
}