#post_gallery {
	width: 242px;
	float: right;
	margin: 0 0 15px 15px;
	border: 1px #d0d0d0 solid;
}

.stepcarousel .tt_gallery_belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	width: 238px;
}

#tt_gallery_scroller {
	width: 242px;
	height: 300px;
	overflow: hidden;
}

#tt_gallery_scroller-paginate {
	display: none;
	margin-top: 5px;
	zoom: 1;
	filter: alpha(opacity=40);
	opacity: 0.4;
	position: absolute;
	z-index: 900;
	right: 10px;
	float:right;
}


.gallery_slide {
	position: relative;
	float: left;
	padding: 3px;
	background: #fff;
	width: 244px;
	height: 306px;
}
.gallery_slide img {
	width: 238px;
	margin: 0;
}

#tt_gallery_nav {
	background: #d0d0d0;
	padding: 4px;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	color: #000;
}
#tt_gallery_nav span.post_gallery_nav {
	color: #00f;
	cursor: pointer;
}