/*
// "Frontpage Slideshow" for Joomla! 1.0.x - Version 1.3 (Default Template)
// 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: March 20th, 2007***
*/


/* --- Generic Styling (highly recommended) --- */
#fpss-container img {border:none;}

/* --- Slideshow Containers --- */
#fpss-container { width:770px; margin-top:15px;   }
#fpss-slider { float:left; width:505px; margin-left:10px; padding:0px; }
*html #fpss-slider { float:left; width:505px; margin-left:5px; padding:0px; }

/* --- Slideshow Block --- */



.slide {position:absolute; width:505px; }
#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;width:505px; height:207px; background-color:#316b99;}

/* --- Content --- */
.fpss_introtext {}

/* --- Navigation Buttons --- */
#separatethumpnail {
	float:right;
	width:229px;
	margin:0px 1px 0px 10px;
	padding:0px 0px 0px 0px;

	background-image: url(../../../images/Title-ClickThumbnail.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
*html #separatethumpnail { float:right; width:229px;  margin:0px 0px 0px 20px;padding:0px;background-image: url(../../../images/Title-ClickThumbnail.jpg);
	background-repeat: no-repeat;
	background-position: center top   }
/*#separatethumpnail ul#thumbnail{  padding:10px 5px 0px 0px; margin-top:30px;  text-align:center;}
#separatethumpnail ul#thumbnail li {border:2px solid #296695; width:46px; height:30px; padding:0px 0px 0px 0px;list-style-image:none; list-style:none; list-style-type:none;}



*html #separatethumpnail ul#thumbnail li { border:2px solid #296695; width:46px; height:30px; padding:0px 0px 0px 0px;list-style-image:none; list-style:none; list-style-type:none; margin:0px;}*/
#ul_container{ padding:10px 0px 0px 0px; margin-top:30px;  text-align:right;width:229px; text-align:center;}

#ul_container a:link{ border:2px solid #296695; width:46px; display:block; float:left; height:30px; margin-left:21px;  margin-bottom:10px;  }
#ul_container a:visited{ border:2px solid #296695; width:46px;display:block; float:left;height:30px; margin-left:21px; margin-bottom:10px; }
#ul_container a:hover{ border:2px solid #296695; width:46px;display:block; float:left;height:30px; margin-left:21px; margin-bottom:10px; }
#ul_container a:active{ border:2px solid #296695; width:46px;display:block;float:left; height:30px; margin-left:21px; margin-bottom:10px;  }

*html #ul_container{ padding:10px 5px 0px 0px; margin-top:30px;  text-align:right;width:224px; text-align:center;}
*html #ul_container a:link{ border:2px solid #296695; width:46px; display:block; float:left; height:30px; margin-left:13px; margin-right:6px; margin-bottom:10px;  }
*html #ul_container a:visited{ border:2px solid #296695; width:46px;display:block; float:left;height:30px; margin-left:13px; margin-right:6px;margin-bottom:10px; }
*html #ul_container a:hover{ border:2px solid #296695; width:46px;display:block; float:left;height:30px; margin-left:13px; margin-right:6px;margin-bottom:10px; }
*html #ul_container a:active{ border:2px solid #296695; width:46px;display:block;float:left; height:30px; margin-left:13px; margin-right:6px;margin-bottom:10px;  }


/* 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;color:;}
.fpss_introtext a.readon:hover {margin:4px;padding:0px;border:none;background:none;color:;}

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