/*
// "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;}

/* --- Slideshow Containers --- */
#fpss-container {
	clear:both;
}

#fpss-slider {
	overflow:hidden;
	background:none;
	clear:both;
}

/* --- Slideshow Block --- */
.slide {
	position:absolute;
	overflow:hidden;
}

#slide-wrapper {
	display:none;
	font-size:12px;
}

#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:#fff;
}

/* --- Content --- */
.fpss_introtext {
	width:auto !important;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:4px;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background:url(transparent_bg.png) !important;
	background:#333;
	color:#fff;
	display:none;
}

.fpss_introtext a, a:visited {
	color:#FFE400;
	font-weight:bold;
	font-style:normal;
}

.fpss_introtext a:hover {
	color:#fff;
}

/* --- Navigation Buttons --- */
#navi-outer {
	clear:both;
	margin:0px;
	padding:0;
	color:#fff;
	height:17px !important;
	height:15px;
	position: relative;
	top:-42px;
	left:30px;
	z-index:1000;
}

#navi-outer ul {
	display:inline;
	margin:0px;
	padding:0px 16px 0px 30px;
}

#navi-outer li {
	float:left;
	background:none;
	line-height:17px;
	padding:0px;
	margin:0px;
	list-style-type: none;
}

#navi-outer a {
	display:block;
	padding:0;
	height:23px;
	width:23px;
	line-height:23px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align:center;
	text-decoration:none;
	color:#fefde8;
	background: rgba(255,255,255,0.4);
	margin-right:5px;
}
#navi-outer a:hover {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	color:#fefde8;
	background:none;
}

#navi-outer a.navi-active {
	color:#fefde8;
	background:none;
}

/* Notice: Add custom text styling here to overwrite your template's CSS styles! */
.fpss_introtext {
	font-size:12px;
	font-weight:normal;
}

.fpss_introtext h1 {
	font-size:16px;
	margin:0px 0px 4px 0px;
	padding:0px;
	color:#FFE400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fpss_introtext h1 a {}

.fpss_introtext h1 a:hover {}

.fpss_introtext h2 {
	font-size:11px;
	margin:0px 0px 4px 0px;
	padding:0px;
	color:#FFE400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fpss_introtext h3 {
	font-size:11px;
	margin:0px 0px 4px 0px;
	padding:0px;
	color:#FFE400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.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 */

#navi-outer #playButton {
	display: none;
}

/* --- End of stylesheet --- */
