/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 610px;
	background-color: #f5faf5; /*lightest gradient*/
	border: 1px solid #6d9db7; /*dark*/
	float: left;
	margin: 15px 0 0 160px;
	background-image: url(../images/portfolio-bg.jpg);
	background-repeat: repeat-x;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 610px;
}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
	width: 590px;
	float: left;
	padding: 20px;
	height: 320px;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background-color: #f5faf5; /*lightest gradient*/
	border-top: 2px solid #6d9db7; /*dark*/
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
	display: block;
	padding: 15px 16px;
	outline: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	background-color: #cfe0ea; /*darkest gradient*/
}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}

.js #slideshow .slides-nav li.on {
border-left: solid #6d9db7 1px; /*dark*/
border-right: solid #6d9db7 1px; /*dark*/
}




.image {
	width: 270px;
	float: left;
	height: 100%;
}
.slide-desc {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #444444;
	padding: 10px;
	margin: 0 0 0 25px;
	float: left;
	clear: right;
	width: 253px;
	border: solid #453321 1px;
}
.image img {
	border: 10px solid #453321;
}
.enlarge {
	/*	background-image: url(../images/enlarge3.png);
	background-repeat: no-repeat; */
	float: left;
	margin: 10px 0 0 25px;
	height: 30px;
	width: 42px;
}

.enlarge img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
