/* CSS Document */

.gallery_item {  
	height:150px;
	width:140px;
	/*background-color:#957f67;
	padding-bottom:20px;*/
	text-align:center;
	vertical-align:bottom;
	/*border:solid 2px #fff;*/
}

.gallery_item img {
	border:solid 2px #fff;
}

.gallery_title
{
	font-size:14px;
}

.gallery_title a {
	text-decoration:none;
}

.gallery_item2 {  
	height:130px;
	width:120px;
	text-align:center;
	vertical-align:middle;
}

.gallery_item2 img {

}

.gallery_title2
{
	font-size:14px;
	padding-top:5px;
}

.gallery_title2 a {
	text-decoration:none;
}

.lb_corn img {
border:none;
}

.lb_corn {
vertical-align:bottom;
text-align:left;
width:15px;
}

.lt_corn img {
border:none;
}

.lt_corn {
vertical-align:top;
text-align:left;
width:15px;
}

.rt_corn {
vertical-align:top;
text-align:right;
width:15px;
}

.rt_corn img { border:none; }

.rb_corn {
vertical-align:bottom;
text-align:right;
width:15px;
}

.rb_corn img { border:none; }

.b_left { background:url('../images/border.jpg') repeat-y left }
.b_right { background:url('../images/border.jpg') repeat-y right }
.b_top { background:url('../images/border.jpg') repeat-x top }
.b_bottom { background:url('../images/border.jpg') repeat-x bottom }

