/* image thumbnail styles */
.img_topleft{
	border : 0px;
	background-image: url(../images/gallery_borders/img_topleft.gif);
	background-repeat: no-repeat;
	width:13px;
	height: 13px;
}
.img_top{
	border : 0px;
	background-image: url(../images/gallery_borders/img_top.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.img_topright{
	border : 0px;
	background-image: url(../images/gallery_borders/img_topright.gif);
	background-repeat: no-repeat;
	width:13px;
	height: 13px;
}
.img_left{
	border : 0px;
	background-image: url(../images/gallery_borders/img_left.gif);
	background-repeat: repeat-y;
	width:13px;
}
.img_right{
	border : 0px;
	background-image: url(../images/gallery_borders/img_right.gif);
	background-repeat: repeat-y;
	width:13px;
}
.img_bottomleft{
	border : 0px;
	background-image: url(../images/gallery_borders/img_bottomleft.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.img_bottom{
	border : 0px;
	background-image: url(../images/gallery_borders/img_bottom.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.img_bottomright{
	border : 0px;
	background-image: url(../images/gallery_borders/img_bottomright.gif);
	background-repeat: no-repeat;
	width:13px;
	height: 13px;
}