#gallery_container
{
	position: relative;
	/*border: 1px solid black;*/
	width: 460px;
	margin: 0 auto 0 auto;
    z-index:1;
    overflow: hidden;
}

#gallery_image
{
    position: relative;
    text-align:center;
    z-index:2;
    margin:0;
    padding:0;
    margin-top:10px;
    /* border:1px solid black; */
}

#gallery_thumbs
{
    overflow:auto;
    overflow-x:auto;
    overflow-y:hidden;
    width:460px;
    height:123px;
    position: relative;
    margin-top:10px;
}

/*Don't edit anything down here. It's all used internally*/
#gallery_list{padding:0;margin:0;}
#gallery_list dt
{
	float:left;
    padding:0;margin:0;
	/* border: 1px solid black; */
}

.gallery_short_desc {overflow: hidden; width: 99px; text-align: center;}
#galTable {width: 100%;}
#galTable td{padding-bottom: 25px;}

.comment_item {background-image: url(images/comment_bg.gif); background-repeat: repeat-x; border: 1px solid #6e655c; padding: 5px; background-color: #dccaaf;}
.comment_details {float: left; padding: 0 0 0 10px; width: 410px;}
.comment_date {float: left; font-weight: bold;}
.comment_rating {float: right;}
.comment_text {text-align: left;}
/* ----------- */
#gallery_list{padding:0;margin:0;}
#gallery_list dt
{
	float:left;
    padding:0;margin:0;
	/* border: 1px solid black; */
}

.gallery_wrapper {
}

.gallery_title {
	background-image:url(images/sub_col_title_bg.gif);
	background-repeat:no-repeat;
	font-size:22px;
	color:#fff;
	padding:7px 0 5px 15px;
}

.gallery_content {
	background-image:url(images/sub_col_content_bg.gif);
	background-repeat:repeat-y;
	padding:5px 10px 5px 10px;
}

.gallery_picture_frame {
	background-image:url(images/gallery_thumb_bg.gif);
	background-repeat:repeat-x;
	float:left;
	height:;
}

.gallery_picture_thumbnail {
	margin-bottom:10px;
	height:112px;
}

.gallery_name {
	font-size:8pt;
	text-align:center;
}

.gallery_name span {
	background-color:#FFF;
	border:1px solid #456323;
	padding:2px 5px;
}

.gallery_desc {
}

.gallery_img_mid {background-image:url(images/gallery_mid.jpg);background-repeat:repeat-y;width:104px;text-align:left;}
.gallery_img_mid img {width:90px;margin-left:7px;}