#display-area{
	position:relative;
	width:89%;
	height:420px;
	margin:43px;
	margin-top:20px;
	overflow:hidden;
	/**border:1px solid #c00;*/
}

.box-area{
	/**border:1px solid #0c0;*/
	display:block;
	float:none;
	width:auto;
}

	.box-area .QAHeadlinesGallery{
		overflow:auto;	
	}

	#display-area h1,
	#display-area h2{
		font-style:italic;
	}
	
	#display-area .image-block{
		
	}

#debugArea{
	visibility:hidden;
}

#gallerySelector{
	width:270px;
	/*font-size:20px;*/
	font-size:18px;
	background-color: #860000;
	color:#FFF;
	border:none;
	padding:5px;
}

#gallerySelector option{
	border:none;
}

		
.QAEventsGallery{
	position:absolute;
	right:0px;
	top:0px;
}

	.QAEventsGallery .spacer{
		position:relative;
		height:400px;
		width:570px;
		/**border:1px solid #0cc;*/
	}

	.QAEventsGallery .button{
		background-image:url(../images/btn-left-bg2.gif);
		position:absolute;
		float:none;
		z-index:2;
	}
	.QAEventsGallery .button.buttonright{
		background:transparent url(../images/btn-left-bg2.gif) left center no-repeat;
		position:absolute;
		float:none;
		z-index:2;
	}
	
	
	.QAEventsGallery .button span{
		background-image:url(../images/btn-right-bg2.gif);
	}
	
		.QAEventsGallery #previous{
			left:5px;
			bottom:0px;
			background-image:url(../images/btn-go-back-left.gif);
			padding-left:4px;
			cursor:pointer;
			text-decoration:none;
		}	
			.QAEventsGallery #previous span{
				left:0;
				bottom:0px;
				padding-left:10px;
				padding-right:40px;
				background-image:url(../images/btn-go-back-right.gif);
			}
	
		.QAEventsGallery #next{
			right:5px;
			bottom:0px;
			padding-right:15px;
			padding-left:20px;
			cursor:pointer;
			text-decoration:none;
		}
			.QAEventsGallery #next span{
				position:relative;
				right:-14px;
				background:none;
			}
	
	.QAEventsGallery .image{
		position:absolute;
		left:5px;
		top:0px;
		width:560px;
		height:400px;
	}

#eventGalleryHeading{
	font-size:30px;
	width:290px;
}

	
#eventGalleryBody{
	border-top:1px solid #AAA;
	width:265px;
	height:225px;
	text-align:justify;
	overflow-y:auto;
	padding:20px 10px 5px 5px;
	*padding:15px 10px 5px 5px;
	font-style:italic;
	font-size:14px;
	line-height:20px;
}

.image-block{
    margin-top:0px;
}
