/* 

jFlow Plus Demo CSS 

*/
.sfondoCenterHome{
	background: url("../images/pm/sfondo_home_center.png") repeat top left transparent;
}
.readmoreLink {
	text-decoration:none;
}
.readmoreLink:hover {
	text-decoration:none;
}

.bgdColor {
	background: url("../images/pm/contentBg.png") repeat top left transparent;
}
#container {
	width: 960px;
	height: 300px;
	position: relative;
	margin: 0px auto;
}
.slide {
	text-align:center;
}
.linkSlide{
	text-decoration:none;
}
.linkSlide:hover{
	text-decoration:none;
}
.slide img{
	border:0px solid #ffffff;
}

.slide span {
	position: absolute;
	top: 50px;
	right:0px;
	padding:4px 10px;
	margin-right:0px;
	text-align:left;
	width:350px;
}

.slide h3 {
	font-family:arial,Tahoma, helvetica, verdana;
	color: #FFF;
	font-size: 35px;
	font-style: italic;
	margin: 10px 0 10px 0;
	padding-bottom:5px;
	line-height:36px;
}

.slide p {
	background: url("../images/pm/contentBg.png") repeat top left transparent;
  font-family:arial,Tahoma, helvetica, verdana;
	color: #FFF;	
	margin: 5px 0px 0px;
	font-size: 14px;
	line-height:18px;
	padding:5px;
	font-style:normal;
}

.jFlowSlideContainer a {
	color: #F90;
	text-decoration: none;
	font-style: italic;
}

.jFlowSlideContainer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
}

.jFlowSlideContainer a:focus {
	position: relative;
	top: 1px;
}
#myController{
  padding:0px 0px;
  
   
}

.jFlowControl{
  
  font-family:arial;
  font-size:26px;
  color:#cccccc;
  cursor:pointer;
  padding:0px 2px;
  font-weight:bold;
 
}
.jFlowSelected{
	padding:0px 1px;
	color:#ffffff;
}
.jFlowNext div {
  background:url("../images/pm/arrow_right.png") no-repeat  1px 2px transparent;
	height:25px;	
	width:17px;
	cursor:pointer;
}

.jFlowPrev div {
	background:url("../images/pm/arrow_left.png") no-repeat  1px 2px transparent;
	height:25px;	
	width:17px;
	cursor:pointer;
}

.jFlowPrev div:hover {
	background:url("../images/pm/arrow_left.png") no-repeat  1px 2px transparent;
	height:25px;	
	width:17px;
}

.jFlowNext div:hover {
	background:url("../images/pm/arrow_right.png") no-repeat  1px 2px transparent;
	height:25px;	
	width:17px;
}