#slider {
    width: 986px;
    margin: 0;
    position: relative;
	background-color:#333;
}

.scroll {
    width: 970px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #333;
    margin:0;
	padding:0;
}

.scroll p, .scroll h2 a {color:#eee;}
.scroll a {color:#fff}
.scroll h2 a:hover {color:#fff}
.scroll p.byline,.scroll p.byline a  {margin-bottom:20px;color:#fff;text-decoration:none}

/*
REMOVIDA ESTA PROPRIEDADE DO ITEM ABAIXO:
height: 395px;
*/
.scrollContainer div.panel {
    padding: 20px;
    width: 928px;
}

#shade {
}

.video-wrap {padding-right:30px}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	position:relative;
}

/*ul.navigation {
	bottom:0;
	left:50%;
	list-style: none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:999;
}*/


ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 2px 6px;
    color:#ccc;
    text-decoration: none;
	
	outline:none;
/*
	background-image:url(images/btn_nav.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
*/
}

ul.navigation a:hover {
/*
   background-image:url(images/btn_nav.jpg);
   background-repeat:no-repeat;
   background-position:-20px 0;
   width:20px;
*/
   outline:none;
}

ul.navigation a.selected {
/*
	background-image:url(images/btn_nav.jpg);
    background-repeat:no-repeat;
    background-position:-20px 0;
*/
	font-weight:bold;
	color:#F9B700;
    outline:none;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 10px;
    cursor: pointer;
	position:absolute;
	background-repeat:no-repeat;
	width:18px;
	height:14px;
	z-index:101;
	margin:0;
	border:0 !important;
	outline:none !important;
	color:#252525 !important;
}

.scrollButtons.left {
    left: 20px;
	background-image:url(images/seta_e.jpg);
	border:0 !important;
	outline:0 !important;
	color:#252525 !important;
	border-color:#252525 !important;
}

.scrollButtons.right {
    right: 20px;
	background-image:url(images/seta_d.jpg);
	border:0 !important;
	outline:0 !important;
	color:#252525 !important;
}

.hide {
    display: none;
}

.attachment-medium {
float:left;
padding:0 24px 12px 0;
}

a.button { position:absolute;right:0;display: block;width: 341px;height:40px;text-decoration: none;background-image:url(images/btn_vejaMais.gif);background-repeat:no-repeat; background-color:#333 !important; bottom:20px; *bottom:40px;}
a.button:hover {color:#fff;background:url(images/btn_vejaMais.gif) no-repeat 0px -50px;}

#sub_slider { background:#252525; width:100%; height:36px; line-height:36px; margin-bottom:30px; text-align:center; position:relative; z-index:1; }

