/**
*
* DEFAULT IMAGES FOR COLUMNS
*


#content-col-kitchen {
	background: url(/public/images/content-col/home/default/kitchen.jpg) no-repeat;
}

#content-col-living {
	background: url(/public/images/content-col/home/default/living.jpg) no-repeat;
}

#content-col-dining {
	background: url(/public/images/content-col/home/default/dining.jpg) no-repeat;
}

#content-col-bedroom {
	background: url(/public/images/content-col/home/default/bedroom.jpg) no-repeat;
}

#content-col-accessories {
	background: url(/public/images/content-col/home/default/accessories.jpg) no-repeat;
}
**/