.gallery {
	padding: 10px 0px 0px 10px;
	background:#000000;
	width: 748px;
	/*background:url(img/gallery_bkg.gif) repeat-x;*/
	border: 1px solid #464646;
	/*height: 225px;*/
	float:left;
}

.gallery li {
	list-style:none;
	float: left;
	/*border: 1px solid red;*/
}

.gallery li span a{
	color: #dbe0e3;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border: 0;
	line-height:normal;
	float:left;
	margin-left: 5px;
}

.gallery li span a:hover{
	color: #f5ff88;
	width:auto;
	height:auto;
	padding:0;
	border: 0;

}

.gallery a {
	border: 1px #393939 solid;
	width: 150px;
	height: 150px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px;
}

.gallery .download a {
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	color: #88F0FF;
	/*padding-top: 10px;*/
	margin-top: 5px;
}
.gallery .download a:hover {
	border: none;
	color: #F5FF88;
}

.gallery a, .gallery img {
	display:block;
}

.gallery a:hover {
	border: 1px solid #f5ff88;
}
.text table, .text tr, .text td {
	padding: 0;
	margin:0;
}
.text td {
	border: 1px solid #464646;
	border-bottom: none;
	border-left: none;
	padding: 3px;
}
.text table {
border: 1px solid #464646;
}
.text th {
	padding: 5px;
}