/** 
 * Slideshow style rules.
 */
#slideshowcreative {
	margin:0;
	width:940px;
	height:600px;
	position:relative;
	font:normal 11px Verdana, Geneva, sans-serif;
	color:#ccc;
}

#slideshowcreative a{
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
#slideshowcreative a:hover {
  text-decoration:underline;
}
#slideshowcreative #slidesContainercreative {
	margin:0 auto;
	width:940px;
	height:600px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshowcreative #slidesContainercreative .slidecreative {
	margin:0 auto;
	width:940px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:600px;
}
#topbarcreative{
	width:940px;
	height:50px;
	background-color:#1F1D1B;
}
/** 
 * Slideshow controls style rules.
 */
.controlcreative {
	display:block;
	width:21px;
	height:25px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControlcreative {
	top:15px;
	left:850px;
	background-image: url(../img/left_arr.png);
	background-repeat: no-repeat;
}
#rightControlcreative {
	top:15px;
	right:20px;
	background-image: url(../img/right_arr.png);
	background-repeat: no-repeat;
}

/** 
 * Style rules for Demo page
 */


#pageContainercreative {
	margin:0;
	width:940px;
	margin-top: 10px;
	height: 600px;
}
#pageContainercreative h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slidecreative h2, .slidecreative p {
  margin:15px;
}
.slidecreative h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slidecreative img {
	float:right;
	margin:0;
}

.intocreativity{
	width:940px;
	background-color: #121110;
	height: 320px;
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
}
.scheda_title{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 5px;
}
.scheda_url{
	font-size:11px;
	color: #08F9E5;
	;
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 5px;
}
.allinea_sx{
float:left;
}
.alline_dx{
float:right;
}

