/*
CSS for the Slideshow
*/

img {
	border: none;
	outline: none;
}


a{
	outline: none;
}

/*
div.showcase {	
    position: relative;

    float: left;
    width: 940px;
    margin: 0px;
	padding: 0px;
    }*/

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

div.gallery ul.indexwork li {
    float: left;
	padding: 0px;
    list-style: none;
    }
    
div.gallery div.caption {
    }
	
/*	div.gallery div.caption_title {
		z-index: 100;
		position: absolute;
		top: 15px;
		left: 0px;
		background-color: #66cc00;
	}*/
	
	div.gallery div.caption_text {
	}

/*
div.gallery a.prevwork { 
	position: absolute;
	left: 0px;
	top: 0px;
	padding:0px; 
	z-index: 50;
	}
	
div.gallery a.nextwork { 
	position: absolute;
	right: 0px;
	top: 0px;
	padding:0px;
	z-index: 50; 
}
*/
div.gallery ul.layers {	/* Image Box */
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    position: relative;
    top: 0;
    left: 0;


    width: 940px;
    height: 528px;
    background: #FFF;
    }

    div.gallery ul.layers li {
        float: left;
        position: absolute;	
	
        width: 940px;
        height: 528px;
        padding: 0px;
        }

    div.gallery ul.layers li { margin-right:0px; }

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


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