/*!
 * Dynamic display block module - basic slideshow with extra info - Cascading Style Sheet 
 * Copyright(c)  2009 P. Blaauw All rights reserved. 
 * Version 1.1 (06-NOV-2009) 
 */ 
#ddblock-1 .node h2{
  display:none; /* to hide the block title, with display: none it does not take space */
}

#ddblock-1 .ddblock-container{
  height:450px!important; /* to make space for block title and posted by information */
}

#ddblock-1 .slides{
  background:#cccccc;
/*  height:400px; /* same a image height setting in config page*/
  position:relative; /* keep this to relative */
/*  width:592px; /* same a image width setting in config page*/
}

#ddblock-1 .slide-title {
  margin:0;
	padding:0;
}

#ddblock-1 .slide-title h2 {
	color: #fff;
	font-weight:bold;
  visibility:visible;
}
#ddblock-1 .slide-title h2 a {
	color: #fff!important;
}
#ddblock-1 .slide-title h2 a:hover {
	color: #fff!important;
}

#ddblock-1 .slide-text-left {
  background:transparent url(images/transparent_bg.png) repeat scroll 0 0!important;  
	float: left;
  height:280px; /* image height - padding top and padding bottom in .slide-text-left*/
  left:10px;
	margin: 3px 0 0 3px; /*3px 0 0 3px to adjust for border and padding from javascript,  put margin to 0 if borders and padding from javascript are not used*/
	padding: 10px 0 10px 10px;
  position:absolute;
	width: 150px;
}


#ddblock-1 .slide-text{
  margin:0;
	padding:0;
}

#ddblock-1 .slide-text ul {
  margin:0!important;
}

#ddblock-1 .slide-text li {
	color: #fff;
}
#ddblock-1 .slide-text p {
  font-family:verdana,arial,sans-serif;
	font-size: 9pt;
	line-height: 15px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#ddblock-1 .slide-read-more a{
  background:url(images/readmore.png) no-repeat;
  border:none;
  bottom:5px;
  color:#fff!important;
  font-size:14px;
  font-family:times New Roman;
  margin:0;
  padding:4px 0 4px 19px;
  position:absolute;
  text-decoration:none!important;
  text-align:left;
  width:100px;
  right:0px;
}

#ddblock-1 .slide-read-more a:hover{
  background:url(images/readmore-hover.png) no-repeat;
  color:#fff!important;
  text-decoration:underline;
}

#ddblock-1 .slide-image {
	margin: 0;
	padding: 0;
  /*border-left: 1px solid #B0B0B0;*/
}

#ddblock-1 .slide-image img {
	border: 0;
	margin: 0;
}
