/* Table
   ------------------------------ */
#main-images-table {
	width: 480px;
	min-width: 480px;
	padding-top: 20px;
	float: right;
	display: block;
	z-index: 4;
}   
   
#main-images-table td.miles-right {
color:#fff;
text-align: right;
width: 80px;
height:15px;
background-color: #666;
padding:2px 6px 2px 6px;
border-bottom-style: solid; 
border-bottom-color: #fff; 
border-bottom-width: 1px;
}

#main-images-table td.miles-left {
color:#fff;
text-align: right;
width: 80px;
height:15px;
background-color: #666;
padding:2px 6px 2px 6px;
border-bottom-style: solid; 
border-bottom-color: #fff; 
border-bottom-width: 1px;
border-right-style: solid; 
border-right-color: #fff; 
border-right-width: 1px;
}

#main-images-table td.heads {
color: #fff;
text-align: left;
width: 160px;
height:15px;
background-color: #666;
padding:2px 6px 2px 6px;
border-bottom-style: solid; 
border-bottom-color: #fff; 
border-bottom-width: 1px;
}

#main-images-table td.title {
color: #fff;
text-align: left;
width: 480px;
height:15px;
background-color: #666;
padding:2px 6px 2px 6px;
border-bottom-style: solid; 
border-bottom-color: #fff; 
border-bottom-width: 1px;
}
