.gs_acd {
	height: 530px;
	width: 750px;
	overflow: visible;
	position: relative;
	top: 0;
	left: 0;
}

/* MOST NUMBERS REPRESENT STARTING POINTS */
.gs_acd_col {
	display: block;
	float: left;
	margin: 0;  
/*	border-right: 5px solid #000;*/
	border-right: 2px solid #000;
	height: 530px;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;
}


.gs_acd_3col .gs_acd_col {
	width: 301px;
}

.gs_acd_4col .gs_acd_col {
	width: 225px;
}

.gs_acd_5col .gs_acd_col {
	width: 146px;
}

.gs_acd_6col .gs_acd_col {
   
	width: 150px;
}




.gs_clearer {
	clear: both;
}

.gs_acd_colLabel {
	color: #fff;
	/* color: #7399c6; */
	padding-top:  220px;
/*	background: #000;*/
	margin: 0 5px 0 5px;
	cursor: pointer;
	cursor: hand;
}

.gs_acd_labelHed {
	background: #000;
	height: 75px;
	padding: 5px;
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
}




.gs_acd_col_active .gs_acd_colLabel {
	margin-top: 40px;
	height: 25px;
}
.gs_acd_col_active .gs_acd_labelHed {
	background: #000;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	height: 55px;
}
.gs_acd_col_active .gs_acd_labelAbstract {
	display: none;
}

.gs_acd_colContent {
	display: none;
	background: #fff;
	height: 530px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

.gs_acd_colContent a:link,
.gs_acd_colContent a:visited {
	color: #000;
}


.gs_reInitButton {
	color: #000;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 9px;
	height: 9px;
	background: url(../images/close.gif) top left no-repeat #fff;
	cursor: pointer;
	cursor: hand;
	z-index:500;
}

.gs_acd_overlay_title {
	z-index:100;
	background:white;
	padding:15px 32px 15px 15px;
	position:absolute;
	top:0px;
	right:0px;
	font-size:13pt;
	color: #707070;
	font-weight:bold;
	font-family:Helvetica LT Std, Arial, Sans-Serif;
}



.gs_acd_colContent {
	overflow: visible;
}


.gs_acd_text {
	color: #666;
	padding: 218px 37px 37px 37px;
	overflow: visible;
	width: 380px;
}

.gs_acd_text {
	background-color: #fff;
}

