/* ---- */
/* HOME */
/* ---- */

#slideshow-container {
	width : 985px;
	margin-left : auto;
	margin-right : auto;
	background : url('../images/home/bg-slideshow.gif') no-repeat center top;
	padding-top : 6px;
}

/* SLIDESHOW */
#slideshow { text-align : center; width : 948px; height : 422px; margin-left : auto; margin-right : auto; overflow : hidden; }

/* SLIDE CONTAINER */
#slideshow .container,
#slideshow .slide { width : 930px; height : 410px; margin-top : 4px; margin-left : auto; margin-right : auto; overflow : hidden; }
#slideshow .image { width : 930px; position : absolute; }

#slideshow .transparency { opacity:0.5; filter:alpha(opacity=50); -moz-opacity:0.5; background-color : #000000; width : 265px; height : 410px; position : absolute; }

/* SLIDESHOW CONTROLS */
#slideshow .button-prev, #slideshow .button-next { width : 35px; height : 44px; background-image : url('../images/home/slideshow-navigate.gif'); position : absolute; cursor : pointer; z-index : 10; }
#slideshow .button-prev { background-position : left top; margin-left : 20px; margin-top : 30px; }
#slideshow .button-next { background-position : right top;	margin-left : 57px;	margin-top : 30px; }

/* SLIDESHOW - PROJECT INFOS */
#slideshow .infos { width : 225px; margin-left : 20px; margin-top : 90px; float : left; color : #fff; text-align : left; z-index : 100; position : relative; }
#slideshow .infos a,
#slideshow .infos a:visited { color : #fff; text-decoration : none; }

#slideshow h3 { font-size : 24px; height : 54px; line-height : 1.0em; border-bottom : 1px solid #fff; font-weight: 500; }
#slideshow .description,
#slideshow .slide-read-more { font-size : 14px; margin-top : 14px; height : 75px; }
#slideshow .slide-read-more { font-size : 15px; height : 30px; margin-top : 20px; }
#slideshow .slide-read-more a,
#slideshow .slide-read-more a:visited { text-decoration : underline; }
#slideshow .slide-read-more a:hover { text-decoration : underline; }

/* BUTTON */
#slideshow .button { font-size : 19px; margin-top : 20px; text-align : center; overflow : hidden; }
#slideshow .button div {
	display : block;
	font-weight : bold;
	background : transparent url('../images/button-green-bg.gif') repeat-x center center;
	padding : 2px 0 5px 0;
  	-webkit-border-radius:6px; 
  	-moz-border-radius:6px; 
  	border-radius:6px;
}

/* FB LINK */
/*commented 24/02/2017 fb link 
#slideshow .socialize {padding-top : 12px; margin-top : 20px; border-top : 1px solid #ffffff; }
#slideshow .socialize .facebook { display : none; }*/
