/* images.css */

#img_heads {
		
	width: 500px;
	
	height: 300px;
	
	position: relative;

	left: 0px;

	top: 50px; 
	
}


#img_combos {

	width: 250px;
	
	height: 219px;
	
	position: relative;
	
	left: 530px;
	
	top: -50px;

}

.img_index{

	text-align: center;

}

.img_accessories {

	text-align: center;

}