﻿.gallerySection
{
	width:505px;
	float:left;
}

.galleryItem
{
	width:505px;
	height:125px;
	float:left;
	position:relative;
	background-color:#E8E9EB;
	margin:10px 0px;
}

.galleryItem .image
{
	float:left;
	position:relative;
	width:165px;
}

.galleryItem .title
{
	float:left;
	position:relative;
	width:320px;
	height:20px;
	font-size:1.2em;
	padding:5px 10px;
}

.galleryItem .title a
{
	color:#5F5F60;
	font-weight:bold;
}

.galleryItem .introduction
{
	float:left;
	position:relative;
	width:320px;
	height:65px;
	color:#5F5F60;
	padding:0px 10px;
}

.galleryItem .moreLink
{
	float:left;
	position:relative;
	width:320px;
	height:20px;
	font-size:1.2em;
	padding:5px 10px;
	text-align:right;
}

.galleryItem .moreLink a
{
	color:#5F5F60;
	font-weight:bold;
}

.imageGallery
{
	margin:10px 0px;
	width:505px;
	float:left;
}

.imageGalleryItem
{
	float:left;
	position:relative;
	width:242px;
	margin:5px;
}

.imageGalleryItem .image
{
	width:242px;
	float:left;
	position:relative;	
}


.imageGalleryItem .link
{
	float:left;
	position:relative;
	width:232px;
	height:20px;
	font-size:1.2em;
	padding:5px 10px;
	text-align:right;
}

.imageGalleryItem .link a
{
	color:#5F5F60;
	font-weight:bold;
}

.introductionig
{
	background-color:#E8E9EB;
	width:495px;
	padding:5px;
}


