@charset "utf-8";
/* 
Last Modified: October 31st, 2007
(c) Copyright 2007 Ayan Ray. All Rights Reserved.
Credits: None
*/



.gallery_single a .galleryPreview {
	float: left;
	font-family: Verdana, Arial, sans-serif;
	position: relative;
	display: block;
	text-align: left;
	width: 320px;
	padding: 5px;
	text-decoration: none;
}
.gallery_single a .galleryPreview img {
	position: relative;
	top: 3px;
	left: -20px;
}
.gallery_single a .galleryPreview p{
	display: inline;
	padding-left: 0px;
	position: absolute;
	top: 10px;
	left: 67px;
	font-weight: bold;
	font-size: 11px;
}
.gallery_single a .galleryPreview p i{
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	position: relative;
	top: -9px;
	left: 26px;
}
.gallery_single a:hover .galleryPreview {
	background: #FFFF33;
	color: #660066;
}


.currentThumb {
	border: 5px solid red;
}
#blog_content .gallery .post h1 {
	font-size: 12px;
}
#blog_content .gallery .post {
	width: 500px;
	font-size: 11px;
	font-family: Arial
}
#blog_content .gallery a:hover .post,
#blog_content .gallery a .post  {
	width: 537px;
	display: block;
	float: none;
	position: relative;
	left: 18px;
}
#blog_content .gallery em {
	display: block;
}
#blog_content .gallery .images {
	text-align: center;
	width: 640px;
	margin: 0 auto;
}
#blog_content .gallery .images a img {
	margin: 7px;
	float: left;
}
#blog_content .gallery .images a:hover img{
	border: 4px solid #FF6600;
	padding: 0px;
	margin: 3px;
}
#blog_content .gallery .images a .currentThumb,
#blog_content .gallery .images a:hover .currentThumb {
	border: 4px solid #FF00FF;
	padding: 0px;
	margin: 3px;
}
#blog_content .gallery .galleryNav {
	clear: both;
	margin-bottom: 10px;
	width: 650px;
	font-weight: bold;
	height: 35px;
	border-bottom: 1px solid #666;
	height: 55px;
}
#blog_content .gallery .galleryNav .next {
	float: right;
	text-align: right;
	position: relative;
	top: 10px;
}
#blog_content .gallery .galleryNav .prev {
	float: left; 
	text-align: left;
	position: relative;
	left: -25px;
	top: 10px;
}
