.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px solid black;
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: -175px;
left: -31px; /*position where enlarged image should offset horizontally */

}


#rateThisProductButton{
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;

}


#rateThisProductButton2{
	position: relative;
	left: 30px;
	top: 0px;
}

#rateThisProductButton3{
	position: relative;
	left: 30px;
	top: 0px;
	clear: both;
}

#rateThisProductButton4{
	position: relative;
	left: -195px;
	top: -13px;

}

#rateThisProductButton5{
	position: relative;
	left: 40px;
	top: 0px;

}

#rateThisProductButton6{
	position: relative;
	left: 40px;
	top: 0px;
}

#rateThisProductButton7{
	position: relative;
	left: 35px;
	padding-left: 5px;
	padding-bottom: 5px;

}

#rateThisProductButton8{
	position: relative;
	left: 35px;
	padding-left: 5px;
	padding-bottom: 5px;

}

.browserPaddingFix{
	line-height: 5px!important;
}

.brLineHeightFix{
	line-height: 10px;
}

.brLineHeightFix2{
	line-height: 3px;
}

