/*slideshow*/

#slide {
	height:219px;
	width:478px;
	position:relative;
	background:#eee;
	border:1px solid #ccc;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
/*	overflow:hidden;*/
	margin-bottom:15px;
}

#slide .credit {display:none;}

#slideshow .figure a.slide_pic {
	float:left;
	width:300px;
	height:219px;
	overflow:hidden;
}

#slideshow .figure a.slide_pic img {height:219px;}

#slideNav span a { 	
	background-repeat:no-repeat;
	display:block;
	width:20px;
	height:48px;
	text-indent:-9000px;
	z-index: 11;
	position: absolute;
	top: 180px;
	outline:none;
}

#slideNav #prev2 {
	background:transparent url(../img/prev_cinza.gif) no-repeat scroll center;
	float:right;
	right: 90px;
}

#slideNav #next2 {
	background:transparent url(../img/next_cinza.gif) no-repeat scroll center;
	float:right	;
	right: 70px;
}

#slideshow .legend {
	height:185px;
	border-top:none;
	overflow:hidden;
	padding:5px 10px;
}

#slideshow .legend p {font-size:11px;color:#666;line-height:14px;}
#slideshow .legend p a {text-decoration:none;color:#666;}

#slideshow .legend h3 {font-size:16px;margin:5px 0 10px;line-height:17px;}

