#hotboxes {
	float:right;
}


#hotboxes .hotbox
{
  width: 135px;
  
  height:91px;
  
  margin: 0px 0px;
  
  display: inline-table;
  float:left;
  margin-left:3px;
}

#hotboxes .hotbox a {
	display:block;
	width:135px;
	height:91px;	
}

#hotboxes .hotbox a span {
	display:none;	
}

#hotboxes .hotbox,
#hotboxes .hotbox .img
#hotboxes .hotbox .title
{
  width: 135px;
  height:91px;
}


#hotboxes .hotbox .first
{
  margin-left: 0px;
}


#hotboxes .hotbox .last
{
  margin-right: 0px;
}


#hotboxes .hotbox .img
{
  height: 91px;
}


#hotboxes .hotbox .img img
{
  border: 0px;
}


#hotboxes .hotbox:hover .img img
{
}


#hotboxes .hotbox .title,
#hotboxes .hotbox .active
{
  height: 20px;
  text-align: center;
}


#hotboxes .hotbox .title a,
#hotboxes .hotbox .active a
{
  text-decoration: none;
}


#hotboxes .hotbox .title a
{
  color: #667bb4;  
}

#hotboxes .hotbox .title a span {
	display:none;	
}


#hotboxes .hotbox .active a
{
  color: #969594;
}


#hotboxes .hotbox:hover .title a
{
  text-decoration: underline;
}