/* 1st attempt fix fox flash */
.galleryRow {
        _height: 200px;
	height:auto;
        min-height: 200px;
	overflow:hidden;
        overflow-y: visible;
	width:705px;
	clear:left;
	margin:10px;
	/*border-bottom:1px solid #CDCDCD;*/
}
.gallery_row {
	clear:left;
}
.containerLeft {
	width:336px;
	height:auto;
	margin-right:10px;
	float:left;
	/*border:1px solid #CDCDCD;*/
}
.containerRight {
	width:336px;
	height:auto;
	float:left;
	/*border:1px solid #CDCDCD;*/
}
.col1 {
	width:auto;
	height:auto;
	overflow:hidden;
	float:left;
}
.col2 {
	width:140px;
	/*min-height:150px;*/
	/*height:150px;*/
	float:left;
	padding-top:5px;
	position:relative;
	z-index:2;
}
.col2 .submitRegBtn {
	background:transparent url(/media/bg_add_btn_rt.gif) no-repeat scroll right top;
	display:block;
	width:100px;
	height:25px;
	line-height:25px;
	text-align:center;
	color:#000;
	font-size:12px;
	font-weight:bold;
	position:relative;
	margin-left:10px;
	z-index:5;
}
.col2 .submitRegBtn span {
	background:transparent url(/media/bg_add_btn_lt.gif) no-repeat scroll left top;
	display:block;
	width:3px;
	height:25px;
	position:absolute;
	top:0;
	left:0;
}
.col2 .dropDown{
	list-style-type:none;
	width:125px;
	height:auto;
	overflow:hidden;
	border:1px solid #CDCDCD;
	background-color:#fff;
	padding:0;
	position:absolute;
	top:28px;
	left:0;
	margin:0;
	margin-left:10px;
	display:none;
	z-index:10;
	padding-top:5px;
}
.show {
	display:block !important;
}
.col2 .dropDown li {
	display:block;
}
.col2 .dropDown li a {
	color:#000;
	padding-bottom:5px;
	padding-left:5px;
	display:block;
}
.summary {
	clear:both;
	padding:5px 10px;
}
#membershipAlert {
	background-color:#ccffff;
	border:1px solid #000;
	width:290px;
	height:auto;
	overflow:hidden;
	position:absolute;
	padding:2px;
	color:#4b4b4b;
	font-size:11px;
	display:none;
	z-index:300;
}