/*
// "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) --- */
.slide-inner img {border:none;
	width: 285px;
	overflow: hidden;
}

/* --- Slideshow Containers --- */
#fpss-container {
	background: *fff;
	clear:both;
	border-left:0px solid #ccc;
	border-right:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding:0px;
	margin:2px auto 4px auto;
	}
#fpss-slider {
		position:relative;

	overflow:hidden;
	background:none;
	clear:both;
	}

/* --- Slideshow Block --- */
.slide {

	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;
	}

/* --- Content --- */
.fpss_introtext {
	color: #000;
	width:230px;
	margin:0px;
	padding:4px;
	padding-right: 11px;
	position:absolute;
	bottom:0px;
	left:0px;
	top:0px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
/*background:url(transparent_bg.png) !important;*/
	background: #ffffff url(../images/wrapper_t.png) 0 0 repeat-x;
	}

/* --- Navigation Buttons --- */
#navi-outer {
	background: #fff;
	clear:both;
	margin:0px;
	padding:0;
	color:#000;
	height:17px !important;
	height:15px;
	}
#navi-outer ul {
	display:inline;
	margin:0px;
	padding:0px 16px 0px 30px;
	text-align:right;
	float:left;
	}
#navi-outer li {
	display:inline;
	background:none;
	line-height:17px;
	padding:0px;
	margin:0px;
	}
#navi-outer a {
	padding:0px 1px;
	font-size:10px;
	text-align:center;
	}
#navi-outer a:hover {
	font-size:10px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding:0px 1px;
	}
#navi-outer a.navi-active {

	color:#000;
	padding:0px 1px;
	}

/* Notice: Add custom text styling here to overwrite your template's CSS styles! */
.fpss_introtext a.readon{
	margin-top: -10px;
	display: block;
	}
.fpss_introtext h1 {
	font-family: tahoma;
	font-weight: normal;
	font-size:140%;
	margin:0px 0px 4px 0px;
	padding:0px;
	padding-bottom: 4px;
	text-align: right;
	}
.fpss_introtext h1 a {
	text-decoration: none;
	}
.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 --- */