/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5.x - Joomla 3.x
# ------------------------------------------------------------------------
# Copyright (C) 2011-2014 Ext-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Ext-Joom.com
# Websites:  http://www.ext-joom.com 
# Date modified: 11/01/2014 - 13:00
# ------------------------------------------------------------------------
*/

.mod_ext_roundabout_images {} 
.mod_ext_roundabout_images ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.mod_ext_roundabout_images li {
	text-align: center;
	cursor: pointer;
}
.mod_ext_roundabout_images li img {
	width: 100%;
}
.mod_ext_roundabout_images li.roundabout-in-focus {
	cursor: default;
}