/*!
 * 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-4{
    margin:10px;
    background:#000;
}

#ddblock-4 .node h2{
    display:none; /* to hide the block title, with display: none it does not take space */
}

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

#ddblock-4 .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-4 .slide-title {
    margin:0;
    padding:0;
}

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

#ddblock-4 .slide-text-left {
    background:transparent url(images/transparent_bg.png) repeat scroll 0 0!important;
    float: right;
    height:302px; /* image height - padding top and padding bottom in .slide-text-left*/
    margin: 0px 0 0 425px; /*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: 16px 0 0px 10px;
    position:absolute;
    width: 207px;
}


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

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

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

#ddblock-4 .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-4 .slide-read-more a:hover{
    background:url(images/readmore-hover.png) no-repeat;
    color:#fff!important;
    text-decoration:underline;
}

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

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

#page-inner{
    width: 100%;
}

#hdr_content {
    width: 635px;
}

ul.nice-menu-down li a {
    font-weight: bold;
    font-size: 16px;
}    

