/*
// "Frontpage Slideshow" Module for Joomla! 1.5.x - Version 2.0.0
// Copyright (c) 2006 - 2008 JoomlaWorks. All rights reserved.
// This code cannot be redistributed without permission from JoomlaWorks - http://www.joomlaworks.gr.
// More info at http://www.joomlaworks.gr and http://www.frontpageslideshow.net
// Designed and developed by the JoomlaWorks team
// ***Last update: September 1st, 2008***
*/

/* --- Slideshow Containers --- */
#fpss-outer-container {/*clear:both;*/width:595px;border:1px solid #ccc;padding:2px;margin:4px auto;}
#fpss-container {position:relative;width:595px;}
#fpss-slider {overflow:hidden;background:none;/*clear:both;*/width:595px;height:190px;}
#slide-loading {background:#000 url(loading_black.gif) no-repeat center;text-align:center;width:595px;height:190px;}
#slide-wrapper {display:none;font-size:11px;text-align:left;width:595px;height:190px;}
#slide-wrapper #slide-outer {height:190px;}
#slide-wrapper #slide-outer .slide {position:absolute;overflow:hidden;right:0;width:595px;height:190px;}
#slide-wrapper #slide-outer .slide .slide-inner {position:relative;margin:0;color:#fff;overflow:hidden;background:#444;height:190px;}
#slide-wrapper #slide-outer .slide .slide-inner a.fpss_img span span span {background:none;}

/* --- Content --- */
.fpss-introtext {font-size:11px;margin:0;padding:0;position:absolute;top:0;bottom:0;left:40px;width:38%;height:100%;background:url(transparent_bg.png);}
.fpss-introtext .slidetext {margin:0;padding:12px 8px;}

/* --- Navigation Buttons --- */
#navi-outer {position:relative;margin:0;padding:0;text-align:right;}
#navi-outer ul {position:relative;margin:-28px 8px 0 0;padding:0;/*clear:both;*/float:right;height:16px;}
#navi-outer li {display:none;background:none;padding:0;margin:0;}
#navi-outer li.noimages {display:inline;margin:0;padding:0;}
#navi-outer li.noimages a#fpss-container_next {display:block;width:45px;height:45px;background:url(/images/slideshow-button-right.png) no-repeat;border:none;float:right;margin:0 0 0 0;padding:0;position:relative;top:-15px;}
#navi-outer li.noimages a#fpss-container_playButton {display:none;}
#navi-outer li.noimages a#fpss-container_prev {display:block;width:42px;height:45px;background:url(/images/slideshow-button-left.png) no-repeat;border:none;float:right;margin:0 0 0 0;padding:0;position:relative;top:-15px;}
#navi-outer li.clr {float:none;/*clear:both;*/}

/* --- Notice: Add custom text styling here to overwrite your template's CSS styles! --- */
.fpss-introtext .slidetext h1 {font-family: Arial, Helvetica, Sans-Serif;font-size:24px;line-height:24px;margin:0;padding:0;color:#9c0;}
.fpss-introtext .slidetext h1 a {font-family: Arial, Helvetica, Sans-Serif;font-size:24px;margin:0;padding:0;color:#9c0; text-decoration:none;}
.fpss-introtext .slidetext h1 a:hover {font-family: Arial, Helvetica, Sans-Serif;font-size:24px;margin:0;padding:0;color:#fff; text-decoration:none;}
.fpss-introtext .slidetext h2 {display:none;}
.fpss-introtext .slidetext h3 {font-family: Arial, Helvetica, Sans-Serif;font-size:11px;margin:2px 0;padding:1px;color:#ccc;}
.fpss-introtext .slidetext p {font-family: Arial, Helvetica, Sans-Serif;margin:4px 0 12px 0;padding:0px;color:#fff;}
.fpss-introtext .slidetext a.readon {background:transparent url('/images/donut-white.png') no-repeat scroll right center;color: #fff;font-family: Arial, Helvetica, Sans-Serif;font-size: 8pt;font-weight:bold;padding-right:15px;text-decoration:none;display:inline-block;}

/* --- Generic Styling (highly recommended) --- */
a:active,a:focus {outline:0;}
#fpss-container img {border:none;}
.fpss-introtext .slidetext img,
.fpss-introtext .slidetext p img {display:none;} /* this will hide images inside the introtext */
.fpss-clr {/*clear:both;*/height:0;line-height:0;}

/* --- End of stylesheet --- */