body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/main2_01.gif);
	background-repeat: repeat-x;
}
.marquee  {
background-image:url(images1/images/layout__41.jpg);
background-repeat:no-repeat;
}
.download {
font-family:Tahoma, "Times New Roman", Verdana, "Bookman Old Style";
font-size:11px;
font-weight:bold;
color:#FFFFFF;
padding-left:60px;
}
.description {
font-family:Georgia, "Times New Roman", Times, serif
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-align:justify;
}
.img_pad_first {
padding:0px 18px 0px 0px;
}
.img_pad {
padding:0px 19px 0px 0px;
}
.img_pad_last {
padding:0px 0px 0px 0px;
}
.img2_pad_first {
padding:17px 18px 0px 0px;
}
.img2_pad {
padding:17px 19px 0px 0px;
}
.img2_pad_last {
padding:17px 0px 0px 0px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 1px;
left: -1000px;
border: 1px dashed white;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

