.gallery_content_txt{
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444;
	padding-left:15px;
}
.gallerybg {
	overflow-x: hidden;
	overflow-y: visible;

}

.detailBG {
	background-image:url(../images/bg_gallerydetail.gif);
	background-repeat: repeat-y;
	width: 820px;
	padding:15px;
	float: left;
	background-color:#ECECED;
	text-align: center;
	margin-left:1px;
}
.detail_border2 {
	width:468px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-color:#B5B5B5;
	margin-left: 170px;
}
.thumbnailBG {
	background-image: url(../images/thumbnailBG.gif);
	background-position: center top;
	height: 180px;
	width: 153px;
	*width: 170px;
	background-repeat: no-repeat;
	float: left;
	padding-top:10px;
	padding-left:17px;
	*padding-left:0px;
}

.wraptocenter {
	margin-top:10px;
	margin-left:17px;
    display: table-cell;
	 *display: block;
    text-align: center;
    vertical-align: middle;
    width: 137px;
    height: 137px;
	background-color: #000;

}
.wraptocenter:hover {
	background-color: #333;

}
.wraptocenter * {
    vertical-align: middle;
}

.wraptocenter span {

    *display: inline-block;
    *height: 100%;
}


.thumbGrp {
	margin-right: auto;
	margin-left: 13px;

}

