/*
  slideshow.css
  ==
  This is the essential CSS markup that is required for jSlide to work properly.
*/

#layers { 
width:360px;
white-space:normal;
}

.pointer {
  cursor: pointer;
}


/*
div.showcase {
    position: relative;
    }

div.showcase ul.layers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    }

    div.showcase ul.layers li {
        float: left;
        position: absolute;
        }

div#example {
    position: relative;
    }

div#example ul.layers {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    }

    div#example ul.layers li {
        float: left;
        position: absolute;
        }

        
.active {
    color: #000;
    text-decoration: none;
    }
    
.loading {
    background: url(../images/ajax-loader.gif) no-repeat center #DDD !important;
    }
	*/

	/*
  style.css
  ==
  These CSS markups are for styling purposes only.
*/

/*
div.showcase {
    float: left;
    width: 310px;
	padding:20px;
    }

div.showcase ul.indexwork {
    margin: 0px;
    padding: 0px;
    }

div.showcase ul.indexwork li {
    float: left;
    padding: 4px 8px 4px 8px;
    list-style: none;
    }
    
div.showcase div.caption {
    float: right;
    padding: 4px 14px 4px 4px;
    }

div.showcase a.prevwork { float:left; padding:4px; }
div.showcase a.nextwork { float:left; padding:4px; }

div.showcase ul.layers {
    width: 310px;
    height: 260px;
    background: #FFF;
    }

    div.showcase ul.layers li {
        width: 300px;
        height: 260px;
        }

    div.showcase ul.layers li { margin-right:5px; }

    div#showcase3 ul.layers li { margin-left:5px; margin-right:0; }

div#example {
    width: 1000px;
    background: #888;
    margin-bottom: 50px;
    }

div#example ul.indexwork {
    margin: 0px;
    padding: 0px;
    }

div#example ul.indexwork li {
    float: left;
    padding: 4px 8px 4px 8px;
    list-style: none;
    }

div#example a.prevwork { float:left; padding:4px; }
div#example a.nextwork { float:left; padding:4px; }

div#example ul.layers {
    width: 1000px;
    height: 460px;
    background: #FFF;
    }

    div#example ul.layers li {
        width: 1000px;
        height: 460px;
        background: #DDD;
        }
    div#example ul.layers li div.container { padding:20px; }

    div#example ul.layers li { margin-right:5px; }



*/
