@charset "utf-8";
/* CSS Document */

.news_content{
	width:994px;
	height:100%;
	margin-top:35px;
	}
.news_content_top{
	width:944px;
	height:347px;
	margin-top:20px;
	margin-bottom:20px;
	}
.news_content_bottom{
	width:1100px;
	height:221px;
	margin-bottom:20px;
	}
.myBox {
    color: #666666;
    width:320px;
	height:auto;
    text-align: left;
    background-color: #fff;
    border: 2px solid #ececec;
	margin-right:11px;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius:10px 10px 5px 5px;
    -moz-border-radius:10px 10px 5px 5px;
}
.myBox a{
	color: #666666;
	}
.news_box{
	width:300px;
	height:15px;
	padding:10px;
	font-size:12px;
	border-bottom:1px solid #f6f6f6;
	}
.news_box1{
	width:300px;
	height:15px;
	font-size:12px;
	padding:10px;
	}
.news_box_bg1{
	background:url(../images/news_event_1.jpg) no-repeat;
	width:320px;
	height:36px;
	}
.news_box_bg2{
	background:url(../images/news_activity_1.jpg) no-repeat;
	width:320px;
	height:36px;
	}
.news_box_bg3{
	background:url(../images/news_media_1.jpg) no-repeat;
	width:320px;
	height:36px;
	}
#dhtmlgoodies_slideshow {
	width:994px;	/* Total width of slideshow */
}
#previewPane {
	text-align:center;
	vertical-align:middle;
	/* CSS HACK */
		height: 347px;	/* IE 5.x */
	height/* */:/**/347px;	/* Other browsers */
	height: /**/347px;
	width:820px;
	float:left;
	margin-right:2px;
}
#waitMessage {
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;
}
#galleryContainer {	/* Big Div surrounding up image, list of images and down image */
	float:left;	/* Floating */
	/* CSS HACK */
		height: 347px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/347px;	/* Other browsers */
	height: /**/347px;
	/* CSS HACK */
		width: 170px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/170px;	/* Other browsers */
	width: /**/170px;
	padding:1px;	/* A little space between the black border and the content inside */
	overflow:hidden;
}
#galleryContainer #arrow_down {	/* Arrow down image */
	height:20px;
}
#galleryContainer #arrow_up {
	height:20px;	/* Arrow up image */
}
.theImages {	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:306px;	/* Height of boxes for the images */

}
.theImages1 {	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:306px;	/* Height of boxes for the images */
	z-index:0;
}
#theImages div {
	position:relative;	/* Don't change this */
	height:1500px;	/* Higher than total height of thumbnails */
	z-index:1;
}
#theImages img {
	border:0px;	/* No border */
	filter:alpha(opacity=90);	/* Transparency - IE */
	opacity:0.9; /* Transparency - Firefox */
	padding-top:4px;	/* Space between images */
	padding-bottom:1px;
}
#previewPane #pisplayfont {	/* CSS styling of image caption below large image */
	text-align:left;
	float:left;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
	left:0;
	top:-40px;
	position: relative;
	background-color:#000;
	filter: Alpha(Opacity=70);
	-moz-Opacity:0.7;
	-khtml-Opacity:0.7;
	Opacity:0.7;
	width:796px;
	height:16px;
	color:#FFF;
	font-size:14px;
	padding:12px;
	

}
#theImages .imageCaption {
	display:none;
}
