#slider {
   /* padding: 0;
	margin: 0 auto;*/
	width: 945px;
	float:right;
	margin: 40px 0 0 0;
}

#wrapper {
	width: 945px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/papir_hor_941x523px.png) no-repeat top left;
}

#header {
	width: 840px;
	height: 225px;  /*140px*/
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background:url(../images/images_viv2.png) no-repeat bottom left;

}
#content {
	width: 820px;
	height: 490px;
	padding: 30px 0 0 60px;   /*30px 0 0 80px*/	
}

#social_box {
	clear: both;
	width: 820px;
	height: 85px;
	padding: 0 20px 0 0;
	text-align: right;
	background: url(../images/templatemo_followus.png) 220px center no-repeat
}

#social_box a {
	display: inline-block;
	margin-left: 30px;
	width: 60px; height: 60px;
}

#footer {
	width:938px;
	background:url(../images/viv_crta5.png) no-repeat bottom left;
	height:56px;
	color:#808080;	
	font-size: 12px;
}
.box3{
width: 400px;
height:56px;
line-height:56px;
float:right;
text-align:left;

}

#footer a {
	color:#cc6600;
	text-decoration: underline;
}
#footer a:hover {
	color:#cc6600;
	text-decoration: none;
}
.scroll {
    height: 440px;
    width: 820px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	
}

.scrollContainer div.panel {
    height: 390px;
    width: 780px;
	padding: 30px 20px 20px;
	overflow: hidden;
}
#menu {
	width: 800px;
	height: 46px;
	border-bottom: 1px solid #cccccc;
}
ul.navigation {
	width: 600px;
    list-style: none;
    float:left;
	padding:0;
	margin:0;
}

ul.navigation li {
    display: inline;
    float:left;
	
}

ul.navigation a {
	float: left;
	display: block;
	width: 120px;
	height: 46px;
	line-height:46px;

	color: #808080;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
	text-align: center;
	
}

ul.navigation a:hover, ul.navigation a.selected {
	color:#FF6600;
	
}

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

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -50px;
}

.scrollButtons.right {
    right: -50px;
}

.hide {
    display: none;
}