#menuInfo {
	/*width: 765px;*/
    min-width: 385px;
    width: 82%;
	margin: 30px auto;
    height: auto;
}
#menuInfo .item{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #EAEAEA 0%, #D9D9D9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #B1B1B1 #B1B1B1 #999999;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px #FFFFFF inset;
    color: #868686;
    font: 20px/20px OgloboCondensedMedium,"Times New Roman",Times,serif;
    padding: 4px 20px 7px;
    text-align: center;
    text-shadow: 0 1px 1px #F9F9F9;
    width: 132px;
    /*float: left;*/
    cursor: pointer;
    /*margin-bottom: 15px;*/
    display: inline-block;
    margin-left: -4px;
}
#menuInfo .item.ativo{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #E6E6E6 0%, #F7F7F7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #B1B1B1 #B1B1B1 #999999;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px #FFFFFF inset;
    color: #1C314D;
    font: 20px/20px OgloboCondensedMedium,"Times New Roman",Times,serif;
    padding: 4px 20px 7px;
    text-align: center;
    text-shadow: 0 1px 1px #F9F9F9;
    width: 132px;
    /*float: left;*/
}
#frames {
	/*width: 940px;
	height: 600px;*/
	overflow: hidden;
    margin-bottom: 30px;
}/*
#container_frames{
	overflow: hidden;
	width: 3760px;
	height: 600px;
	position: absolute;
	left: 0;
}*/
#frames .frame{
	display: none;
}
#frames .frame.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
#frames .frame.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}