/* News Gallery */

.news_gallery {
	
	/* The width of the gallery */
	width:538px;
	height:304px;
	margin:10px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}

.news_slides{
	/* This is the slide area */
	height:304px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:538px;
	overflow:hidden;
	
}

.news_gallery .slide{
	float:left;
	cursor:pointer;
}

.news_gallery_info {
	width:380px;
	height:258px;
	overflow:hidden;
}

.news_slide_info {
	height:258px;
	width:380px;
	overflow:hidden;
}

.news_slide_info .slide {
	width:380px;
	height:258px;
	float:left;
}

.news_slide_info .target {
	display:none;
}

/* Project Gallery */

.project_gallery {
	
	/* The width of the gallery */
	width:300px;
	height:122px;
	margin:10px 0px 0px 0px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}

.project_slides{
	height:122px;
	width:300px;
	overflow:hidden;
}

.project_gallery .slide{
	float:left;
	cursor:pointer;
}

.project_gallery_info {
	width:300px;
	height:100px;
	overflow:hidden;
}

.project_slide_info {
	width:300px;
	height:100px;
	overflow:hidden;
}

.project_slide_info .slide {
	width:300px;
	height:100px;
	float:left;
}

.project_slide_info .target {
	display:none;
}


