body
{ margin:0;
  font-family:Arial, Helvetica, sans-serif;
  
}

<style type="text/css">
.text_two
{ color:#333333;
  font-size:10px;
  padding-left:20px;
padding-top:1px;
padding-right:35px;
padding-bottom:25px;
}
.text_3
{ color:#333333;
  font-size:10px;
  padding-left:20px;
padding-top:1px;
padding-right:35px;
padding-bottom:25px;
}
.title_two
{ color:#333333;
  font-size:12px;
  font-weight:bold;
  padding-bottom:5px;
  padding-top:10px;
}
.title_3
{ color:#333333;
  font-size:12px;
  font-weight:bold;
  padding-bottom:5px;
  padding-top:10px;
}

.title_one
{ color:#333333;
  font-size:12px;
  font-weight:bold;
  padding-left:0px;
padding-top:10px;
padding-bottom:5px;
}
.text_one
{ color:#333333;
  font-size:10px;
  padding-left:15px;
padding-top:1px;
padding-right:55px;
padding-bottom:25px;
}
.bitsper{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.bitsper ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #000000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000
}

.bitsper ul li{
display: inline;
}

.bitsper ul li a{
	float: left;
	color: #FFFFFF;
	padding: 13px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.bitsper ul li a:visited{
color: #FFFFFF;
}

.bitsper ul li a:hover, .bitsper ul li .selected{
	color: #FFFFFF !important;
	padding-top: 13px;
	padding-bottom: 13px;
	background: #FF0000;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{

margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -150px;
left: -510px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

<!--[if IE]>
<style type="text/css" media="screen">
#v_mnu_01 ul,#v_mnu_01 ul li a{ height: 1%}
</style>
<![endif]-->


