div.gallery{
	height: 120px;
}

#gallery_block {
	display: block;
	position: relative;
	left: 0px;
	width: 694px;
	height: 81px;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	overflow: auto;
	float:left;
}

img.gallery_image {
	margin-left: 9px;
	margin-right: 9px;
	border: 0px;
	float:left;
	border: 2px solid #8e5379;
}

#gallery_flow {
	position: relative;
	left: -500px;
}

div.flow_button_left {
	top: 8px;
	position: relative;
	left: 0px;
	display: none;
	z-index: 2;
	width: 32px;
	height: 62px;
	cursor: pointer;
	float: left;
	background: url(../design/slideshow_left.png) no-repeat; background-position: left center;
}

div.flow_button_right {
	margin-top: 8px;
	display: none;
	z-index: 2;
	width: 32px;
	height: 62px;
	float: right;
	cursor: pointer;
	background: url(../design/slideshow_right.png) no-repeat; background-position: right center;
}

div.clear {
	clear: both;
}

/* extension */

div.info {
	width: 0px;
	display: none;
	text-align: left;
	/*background-color:*/ 
}


