/*

!!!!!!!!!!! NOTE: All style sheets which are commented could be customized by you. The other should not be touched, if you dont know how to handle it!!!!!!!!!!!!!!
 
*/


/* the box of the preview */
.fn-newsPreview	{
	position: absolute;
	cursor: pointer;
}

/* the thumbnail of each preview */
.fn-newsPreviewThumb	{
	display:none;
}

/* the text box of each news preview */
.fn-newsPreviewText	{
	display: block;
	padding: 5px 0 60px 0px; /* Set here the padding for the preview text */
	color:#e9e3dc;
}

/* the title of each news preview */
.fn-newsPreviewText h3	{
	margin:0;
	font-size:13px;
	height:20px;
	overflow:hidden;
}

.fn-newsPreviewText h3:hover	{
	color: #ef8128;
}


/* the date of each news preview */
.fn-newsPreviewText h4	{
	margin: 0px;
	margin-bottom: 50px;  /* Set here the offset between date and text */
	font-size:11px;
	position:absolute;
	font-style:italic;
}

/* the news view box */
#fn-newsView	{
	position: absolute;
	z-index: 1000;
	visibility: hidden;
	
}

/* title box of the news view */
#fn-newsViewTitle	{
	position:absolute;
	margin-top: 15px; /* Set here the offset between title and the top side */
	margin-left: 20px; /* Set here the offset between title and the left side */
}

/* text box of the news view */
#fn-newsViewHtml	{
	position: absolute;
	overflow: auto;
	outline: none;
	margin: 40px 0px 0px 20px; /* Set here the margin of the text */	
}

/* footer bar with rounded corners */
#fn-newsFooterBar	{
	display:none !important;
}

/* close button for the news view */
#fn-newsViewClose	{
	display:none;
}

/* text margin of the footer bar */
#fn-newsFooterBar span	{
	display:none;
}

/* next/previous button */
#fn-previousButton, #fn-nextButton	{
	position: absolute;
	bottom: 7px; /* Set here the offset between skip buttons and the bottom side */
	cursor: pointer;
}

#fn-previousButton	{
	background: url('../images/fancyNews/previous.png'); /* Set here the path to the previous.png */
	width: 22px; /* Same width as the previous.png width */
	height: 15px; /* Same height as the previous.png height */
	right: 40px; /* Set here the offset between previous button and the right side */
}

#fn-nextButton	{
	background: url('../images/fancyNews/next.png'); /* Set here the path to the previous.png */
	width: 22px; /* Same width as the next.png width */
	height: 15px; /* Same height as the next.png height */
	right: 10px; /* Set here the offset between next button and the right side */
}

#fn-preloader	{
	position: absolute;
	background: url('../images/fancyNews/preloader.gif'); /* Set here the path to the preloader.gif */
	width: 31px; /* Same width as the preloader.gif width */
	height: 31px; /* Same height as the preloader.gif height */
}

#fn-newsViewHtml a	{
	text-decoration: none;
	padding: 0 5px;
	color: #5c5a58;
}

#fn-newsViewHtml a	:hover{
	color: #ef8128;
}

#fc-error {
	color:red; /* Set here the color of the error text */
}


