﻿/*-----------------------------------------------------
    HOME
-----------------------------------------------------*/
.video_cont
{
	width: 390px;
	height: 330px;
	float: left;
}
.video_player
{
	width: 390px;
	height: 300px;
	float: left;
}
.viacard
{
	width: 670px;
	height: 100px;
	margin: 0 0 20px 0;
}

.msg50anos
{
	width: 670px;
	margin-bottom: 15px;
	text-align: center;
	color: #E82222;
	font-weight: bold;
	font-size: 19px;
}

.msg50anos_button
{
	width: 670px;
	margin-top: 15px;
	text-align: center;
	color: #E82222;
	font-weight: bold;
	font-size: 19px;
}

.slider
{
	width: 670px;
	height: 100px;
	margin: 0 0 20px 0;
}


.images_list
{
	list-style: none;
	width: 3900px;
	position: relative;
	margin: 0;
	padding: 0;
}


.btnPlay
{
	height: 61px;
	margin-left: 145px;
	margin-top: 90px;
	position: absolute;
	width: 86px;
	z-index: 10;
}

.divCtrols
{
	background-color: #000000;
	height: 35px;
	margin-top: 250px;
	position: absolute;
	width: 380px;
	z-index: 10;
}

.video_control_container
{
	padding: 5px 0 0 0;
}

.video_progress_bar
{
	width: 0px;
	height: 10px;
	background-color: #FFFFFF;
	margin: 7px 0 0 10px;
	float: left;
}

.sound_control
{
	float: right;
	margin: 0 10px;
}

.play_control
{
	margin: 0 0 0 10px;
	float: left;
}

