/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: inline_elements (Drupal module) style
author: Wayne Taylor
created: 19/02/10
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
	inline_images style */

ul.images_l, ul.images_r {
	display: block;
	padding: 0 10px;
	border: 0;
	margin: 0;
	float: right;
	list-style: none;
}

ul.images_l {
	float: left;
	padding-left: 0;
}

ul.images, ul.images_r {
	float: right;
	padding-right: 0;
}

ul.images_l li, ul.images_r li {
	padding: 0;
	border: 0;
	margin: 0;
	list-style: none;
	clear: both;
}

/* -----------------------------------------------------------------------------
	media */

div.inline_elements {
	overflow: hidden;
}
	
body ul.inline_elements {
	overflow: hidden;
	padding-left: 0;
	clear: both;
	margin: 5px auto;
}

ul.inline_elements li {
	list-style: none;
}
	
/* -----------------------------------------------------------------------------
	end style sheet */