/*
// "Frontpage Slideshow" for Joomla! 1.0.x - Version 1.1
// Copyright (c) 2006 - 2007 JoomlaWorks.gr - http://www.joomlaworks.gr
// This code cannot be redistributed without permission from http://www.joomlaworks.gr/
// More info at: http://www.joomlaworks.gr/
// Developers: Fotis Evangelou - George Chouliaras
// ***Last update: February 9th, 2007***
*/

/* --- Generic Styling (highly recommended) --- */
img {border:none;

/*	left:260px;
	position:absolute; */

}

/* --- Slideshow Containers --- */
#fpss-container {
	clear:both;
/*	border-top:1px solid #ffffff;*/
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	padding:0px;
	margin:0px auto 4px auto;

	}
#fpss-slider {
	position:relative;

	overflow:hidden;
	background:none;
	clear:both;

	}

/* --- Slideshow Block --- */
.slide {
	background: #E7F4FA;
	position:absolute;
	overflow:hidden;
	}

#slide-wrapper {
	display:none;
	font-size:11px;
	}
#slide-loading 
{
	background:#fff url(loading.gif) no-repeat center;
	text-align:center;}
#slide-outer .slide-inner {
	position:relative;
	margin:0px;
	color:#fff;
	overflow:hidden;
	background: #FFDDB8; 
	}

/* --- Content --- */
.fpss_introtext {
	color: #000;
	width:380px;
	margin:0px;
	padding:4px;
	position:absolute;
	bottom:0px;
    right:0px;
/*	left:310px; */
	top:0px;
/* background:url(transparent_bg.png) !important;*/
	background: #FFDDB8; 
	
/*	border:1px solid #ff0000; */
	
	}

/* --- Navigation Buttons --- */
#navi-outer {
	background:#E7F4FA;

	clear:both;
	margin:0px;
	padding:0;
	border-top:1px solid #ccc;
	color:#fff;
	height:17px !important;
	height:15px;
	}
#navi-outer ul {
	display:inline;
	margin:0px;
	padding:0px 16px 0px 30px;
	text-align:right;
	background:#E7F4FA;
	float:left;
	}
#navi-outer li {
	display:inline;
	background:none;
	line-height:17px;
	padding:0px;
	margin:0px;
	}
#navi-outer a {
	padding:1px 2px;
	font-size:10px;
	font-family: verdana;
	text-align:center;
	text-decoration:none;
	}
#navi-outer a:hover {
	padding:1px 2px;
	font-size:10px;
	font-family: verdana;
	text-align:center;
	text-decoration:underline;
	color:#ff0000;

	}
#navi-outer a.navi-active {

	color:#ff0000;
	padding:1px 2px;
	}

/* Notice: Add custom text styling here to overwrite your template's CSS styles! */
.fpss_introtext {
	font-family: verdana;
	}
.fpss_introtext h1 {
	font-size:12px;
	margin:0px 0px 4px 0px;
	padding:0px;
	}
.fpss_introtext h1 a {
	}
.fpss_introtext h1 a:hover {
	}
.fpss_introtext h2 {
	font-size:12px;
	margin:0px 0px 4px 0px;
	padding:0px;
	}
.fpss_introtext h3 {
	font-size:11px;
	margin:0px 0px 4px 0px;
	padding:0px;
	}
.fpss_introtext p {
	margin:0px 0px 4px 0px;
	padding:0px;
	}
.fpss_introtext img {
	display:none;
	} /* this will hide images inside the introtext */
.fpss_introtext p img {
	display:none;
	} /* this will hide images inside the introtext */

/* --- End of stylesheet --- */