/* CSS Document */
img{
	border: 0;
}

#gallery{
	margin: 15px 0 0 0;
	padding: 0 0 0 0px
}

.thumbnail{
	font-size: 10px;
	float: left;
	width: 125px;
	border: 1px solid #e2e2e2;
	margin: 0 5px 5px 0;
	padding: 4px;
	color: #000;
	background-color: #fff;
}

.thumbnail a{
	text-decoration: none;
}

.clearboth { clear: both; }

#toolTipBox {
	width: 120px;
	height: 15px;
    display: none;
    padding-left: 19px;
	font: 10px "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
    border: 1px solid #999;
    position: absolute;
    background: #fff url(../img/mg_thumbnail.gif) no-repeat 0 0;
    color: #535353;
 }
#col2 {padding:5px;width:420px;float:left;margin:5px;text-align:justify;}
