#footer {
	margin-top: 120px;
}

/*
// "Frontpage Slideshow" for Joomla! 1.0.x - Version 1.6
// 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: May 16th, 2007***
*/

/* --- Generic Styling (highly recommended) --- */
#fpss-container 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:11px;text-align:left;}
#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:#505050;}

/* --- Content --- */
.fpss_introtext {width:auto !important;width:100%;font-size:11px;margin:0px;padding:0px;position:absolute;bottom:0px !important;bottom:-1px;left:0px;right:0px;background:url(transparent_bg.png) !important;background:#303030;}

/* --- Navigation Buttons --- */
#navi-outer {	
	clear:both;
	margin:30px 0;
	padding:0px;
	color:#fff;
   overflow-x:auto;
	overflow-y:hidden;
	height:70px;
   white-space:nowrap;
	
}


#navi-outer ul {
	width: 762px;
	margin: 0 auto;
	padding:0px 0 0 0px;
	list-style: none;
}
#navi-outer li {
	background:none;
	padding:0px;
	display: inline;
   white-space:nowrap;
}

#navi-outer li a,#navi-outer li a:hover,#navi-outer li a.navi-active {
	display: block;
	float: left;
	height: 65px;
	line-height: 65px;
	width: 82px;
	margin: 0 10px;
	text-align:center;
	text-decoration:none;
	overflow: hidden;
}

#navi-outer li a img,#navi-outer li a:hover img,#navi-outer li a.navi-active img {height:auto;width:82px;display:block;margin-top: 8px;}
#navi-outer li a img {opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);}
#navi-outer li a:hover img {opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);}
#navi-outer li a.navi-active img {opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);}

#navi-outer li.noimages a {border:none;text-align:center;margin:0px;background:none;}
#navi-outer li.noimages a:hover {border:none;text-align:center;margin:0px;background:none;color:#FF9900;}

span.fpss_key {display:none;}
span.fpss_keytitle {display:none;}


#navi-outer #fpss-container_prev {
	width: 22px;
	height: 68px;
	text-indent: -5000px;
	background: transparent  url(gallery_prev.jpg) no-repeat left top;
}

#navi-outer #fpss-container_next {
	width: 22px;
	height: 68px;
	text-indent: -5000px;
	background: transparent  url(gallery_next.jpg) no-repeat left top;
}

#navi-outer #playButton {
	width: 50px;
}


/* Notice: Add custom text styling here to overwrite your template's CSS styles! */
.fpss_introtext {}
.fpss_introtext h1 {font-size:14px;margin:4px;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:4px;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 */

.fpss_introtext a.readon {margin:4px;padding:0px;border:none;background:none;}
.fpss_introtext a.readon:hover {margin:4px;padding:0px;border:none;background:none;}

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