#photo_wrapper {
width: 460px;
height: 900px;
clear: left;
float: left;
/*background-color: #000;*/
text-align: left;
margin: 0 10px 0 20px;
_margin: 0 5px 0 7px;
}
#news_wrapper {
width: 465px;
}

#column1_photo {
	width: 450px;
	min-height: 200px;
	height: auto;
	float: left;
	text-align:left;
	padding: 10px 0 30px 0;
}

* html #column_text1 {
height: 200px;
}

.photo_text {
float: left;
}

#space2 {
width: 500px;
height: 20px;
clear: both;
}
#column2_photo {
	width: 306px;
	min-height: 400px;
	height: auto;
	text-align: left;
}
* html #column_text2 {
height: 200px;
}

.gallerycontainer{
	position: relative;
	min-height: 400px;
	width: 400px;
	padding-top:20px;
	padding-left:20px;
	/*background-color: #fff;*/
}

.thumbnail img{
	border: 0;
	margin: 1px 1px 0px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: 10px;
	border: 0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	left:-65px; /*position where enlarged image should offset horizontally */
	top: 200px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 300px;
	left: 60px; 
	/*position where enlarged image should offset horizontal */
	z-index: 30;
}




/* thumb 2*/

.thumbnail2 img{
	border: 0;
	margin: 1px 1px 0px 0;
}

.thumbnail2:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 0;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: 10px;
	border: 0;
	visibility: hidden;
	color: black;
	text-decoration: none;
	left:35px; /*position where enlarged image should offset horizontally */
	top: 10px;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 300px;
	left: -5px; 
	/*position where enlarged image should offset horizontal */
	z-index: 30;
}
