﻿/* Banner Page */

#slideshow {
	position:relative;
	width:680px;
	margin:auto;
}

#controls {
	z-index:1000;
	position:absolute;
	width:680px;
	height:200px;
	display:none;
	margin:auto;
	padding:10px 0px 10px 0px; 
	top:150px;
	
}

#controls span {
	margin:auto;
}

.pics {
	height:350px;
	width:680px;
	padding:0;
	margin:0;
	overflow:hidden;
}

.pics img {
	width:680px;
	height:350px;
	top:0;
	left:0;
}

.Img_Controle {
	background:#333333;
}
.Img_Controle:hover {
    background:#f56600;
}

