/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

/***This css file is usually used by Joomla,
however we structure our templates a little
differently for optimized use, for example:
We have seperated the template into 2 main css docs,

**For STRUCTURAL CSS, please see, layout.css 
(this contains the dimensions and main page
layout, only to be edited if you want to change
the page structure)

**For all graphical elements, typography, colors,
fonts and main joomla styles, edit this document
***/

/*TIP
**Use this (template_css.css) css document to add 
styles that will be used in the backend editor when
adding or editing content, this will help you maintain
a consistent look and feel throughout your website 
for more information, please email info@joomlajunkie.com*/

/**
*** CSS per il modulo Simple Image Rotator (jw_sir)
**/

ul#jw-sir {position:relative;list-style:none;list-style-image:none;margin:0px auto;padding:0px;overflow:hidden;border:none;background:none;}
ul#jw-sir li {list-style:none;margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir li a {margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir li a img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir li img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir li#jw-sir-loading {background:#fff url(loading.gif) no-repeat center;}
ul#jw-sir li#jw-sir-loading-black {background:#000 url(loading_black.gif) no-repeat center;}
