
/* SLIDESHOW ------------------------------------------------------------*/

div#slideshow
{
    overflow: hidden;
    position: relative;
    height: 350px;
    margin-bottom: 0px;
    width: 1000px;
}

div#slideshow ul#slides
{
    margin: 0 auto;
    width: 1000px;
    height: 350px;
    position: absolute;
    top: 0px;
    left: 0px;
}

div#slideshow span{
	
	width: 1000px;
	height: 350px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#slideshow-nav{
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 40px;
	right: 20px;
	z-index: 20;
}

#slideshow-nav a { 
	display: block;
	float: left;
	background: url(../img/slidebutton.png) no-repeat; 
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	margin-right: 5px;
}

#slideshow-nav a.activeSlide { 
	
}


/* FADE-SLIDE ------------------------------------------------------------*/

div.fade-slide{
	overflow: hidden;
	height: 345px;
	border: 2px solid white;
}



/* GALLERY ------------------------------------------------------------*/

ul.gallery{
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	width: 1000px;
}

ul.gallery li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 226px;
	height: 181px;
	float: left;
	margin: 0px 18px 10px 0px;
	background: url(../img/gallery-thumb-bg.png) no-repeat;
	text-align: center;
}

ul.gallery li img{
	margin: 1px 0px 0px 1px;
}

ul.gallery li a:hover span{
	display: block;
}

ul.gallery li span{
	display: none;
	position: absolute;
	top:1px;
	left: 1px;
	width:224px;
	height: 150px;
}

ul.gallery li.cat-images span{
	background: url(../img/over.png) no-repeat;
}

ul.gallery li.cat-video span{
	background: url(../img/over-video.png) no-repeat;
}

ul.gallery li.cat-flash span{
	background: url(../img/over-flash.png) no-repeat;
}



ul.gallery li em{
	display: block;
	color: #665d4e;
	font-size: 14px;
	font-style: normal;
	margin-top: 8px;
}

ul#portfolio-filter{
	display: block;
	overflow: hidden;
	width: 920px;
	height: 63px;
	padding: 12px 20px 5px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #665d4e;
	background: url(../img/filter-bg.png) no-repeat;
}


ul#portfolio-filter li{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 16px;
	font-size: 14px;
}

ul#portfolio-filter li:first-child{
	color: #606060;
	font-weight: bold;
}

ul#portfolio-filter li a{
	color: #999999;
	text-decoration: none;
}

ul#portfolio-filter li a:hover{
	 color: #606060;
}



/* MORE-GALLERIES ------------------------------------------------------------*/

ul.more-galleries{
	display: block;
	margin-left: 30px;
}

ul.more-galleries li{
	display: block;
	background: url(../img/bullet.png) no-repeat 0px 3px;;
	margin-bottom: 0.3em;
	text-indent: 18px;
}

ul.more-galleries li a{
	font-size: 14px;
	line-height: 1.5em;;
	color: #665d4e;
	margin-bottom: 1.5em;
	text-decoration: none;
	font-weight: bolder;
}

ul.more-galleries li a span{
	color: #909090;
	font-weight: lighter;
	font-size: 14px;
	
}

ul.more-galleries li a:hover,
ul.more-galleries li a.active{
	text-decoration: none;
}

ul.more-galleries li:first-child{
	/*list-style: none;
	background: none;
	margin-left: 0px;
	margin-top: 26px;
	margin-bottom: 1em;*/
}

