#product_thumbnail_list { /*for video camera packages */
	margin-top			: 20px;
	margin-bottom			: -40px;
height: 105px; /*adjust distance bn h3 and pics */
position: relative;
float: left;
top:0;
left:0px;
}


#product_thumbnail_list a img {
	height			: 50px;
	width			: 50px;
	margin			: 8px 2px;
	padding			: 4px;
	background 		: transparent url(../../../images/project/pic_frame_xs.gif) no-repeat 0 0px;
position: relative;
float: left;
top:0;
left:0px;
}

#product_thumbnail_list a {
text-decoration: none; /*hides link underline bn images */
}

#product_thumbnail_list a:hover img {
z-index : 5; /* gets infront of img */
width : 80px; 
height : 80px; 
position: relative;
float: left;
margin: 0px -13px; /* stops shudder on hover */
top: -15px;
left: 0px;
background : transparent url(../../../images/project/pic_frame_xs_hover.gif) no-repeat 0 0px; 

}

.product_thumbnail_list_package img {
	height			: 50px;
	width			: 50px;
	margin			: 8px 2px;
	padding			: 4px;
	background 		: transparent url(../../../images/project/pic_frame_xs.gif) no-repeat 0 0px;
	text-decoration:none;
}

.product_thumbnail_list_package img a {
	text-decoration:none;
}

