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

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

/* -----------------------------------------------------------------------------
ul.images-l, -c, -r style */

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

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

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

#content ul.images_l li, #content ul.images_r li {
	width: auto;
	padding: 0;
	border: 0;
	margin: 0;
	list-style: none;
	clear: both;
	background-image: none;
}

#content ul.images_l li img, #content ul.images_r li img	{
	padding: 4px; 
	background: #fff;
	}
	
#content ul.images_l li a:hover img, #content ul.images_r li a:hover img	{
	padding: 4px; 
	background: #4FA7CC;
	}

/* -----------------------------------------------------------------------------
	end style sheet */