/* CSS Document */

div.gallery_item {
	margin					: 0 0 25px 0;
	padding					: 0px 0 10px 0;
	text-align				: left;
	border-bottom			: 1px solid #EFEFEF;
}

div.gallery_item .image {
	display					: block;
	padding					: 2px 3px 3px 3px;
	float					: right;
	width					: 149px;
	height					: 105px;
	background				: url(../images/gallery_img_bg.jpg) no-repeat center center;
}

div.gallery_item .gallery_slideshows {
	position				: relative;
	float					: right;
	width					: 154px;
	height					: 111px;
}

div.gallery_item .gallery_slideshows .gallery_slideshow {
	position				: absolute;
	padding					: 2px 3px 3px 3px;
	width					: 149px;
	height					: 105px;
	background				: url(../images/gallery_img_bg.jpg) no-repeat center center;
}

div.gallery_item .date {
	display					: block;
	margin					: 0 0 5px 0;
	padding					: 0 0 5px 0;
	font-size				: 13px;
	line-height				: 14px;
	text-align				: left;
	text-transform			: uppercase;
	border-bottom			: 1px solid #000;
}

div.gallery_item .title h1, div.gallery_item .title h1 * {	
	font-family				: 'ITCErasStdMediumRegular', Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size				: 22px;
	line-height				: 23px;
	cursor					: pointer;
}

div.gallery_item .title h2, div.gallery_item .title h2 * {	
	font-family				: 'ITCErasStdMediumRegular', Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size				: 19px;
	line-height				: 20px;
	cursor					: pointer;
}

div.gallery_item .title:hover, div.gallery_item .title:hover * {
	color					: #F577B6;
	text-decoration			: none;
}

div.gallery_item .text, div.gallery_item .text * {
	padding					: 0 0 10px 0;
	font-size				: 12px;
	line-height				: 14px;
	text-align				: left;
}

div.gallery_item a.read_more, div.gallery_item a.go_back {
	display					: block;
	margin					: 3px 0 0 0;
	padding					: 0 0 3px 16px;
	font-size				: 10px;
	cursor					: pointer;
	text-transform			: lowercase;
	background				: url(../images/go_back_link_bg.gif) no-repeat left center;
}

div.gallery_item a.read_more:hover, div.gallery_item a.go_back:hover {
	color					: #000;
	text-decoration			: underline;
}

div.gallery_item .images {
	float					: right;
	margin					: 0;
	padding					: 0 0 0 10px;
	width					: 330px;
	background     			: url(../images/images_bg.jpg) no-repeat left bottom;
}

div.gallery_item .images a {
}

div.gallery_item .images a .image {
	display					: block;
	margin					: 0 0 8px 8px;
	padding					: 2px 3px 3px 3px;
	width					: 149px;
	height					: 105px;
	background				: url(../images/gallery_img_bg.jpg) no-repeat center center;
}

div.gallery_item .attachments {
	padding					: 20px 0;
}

div.gallery_item .attachments a {
	display					: block;
	margin					: 0 0 5px 0;
	padding					: 1px 0 5px 20px;
	color					: #000;
	font-size				: 13px;
	background				: url(../images/attachment_link_bg.gif) no-repeat left center;
}

div.gallery_item .attachments a:hover {
	color					: #F577B6;
	text-decoration			: none;
}
