#aba_novidades{
	background:url(../skin/abas_videos.gif) top left no-repeat;
	width: 73px;
	height: 41px;
	display: inline-block;
	border-bottom: solid 1px #CCC;
	margin-left: 65px;
}
	#aba_novidades:hover{
		background-position: bottom left;
	}
	
#aba_pvp{
	background:url(../skin/abas_videos.gif) -73px 0px no-repeat;
	width: 65px;
	height: 41px;
	display: inline-block;
	margin-left:10px;
	border-bottom: solid 1px #CCC;
}
	#aba_pvp:hover{
		background-position: -73px -41px;
	}
	
#aba_hunts{
	background:url(../skin/abas_videos.gif) -138px 0px no-repeat;
	width: 115px;
	height: 41px;
	display: inline-block;
	margin-left:10px;
	border-bottom: solid 1px #CCC;
}
	#aba_hunts:hover{
		background-position: -138px -41px;
	}
	
#aba_cinematics{
	background:url(../skin/abas_videos.gif) -253px 0px no-repeat;
	width: 77px;
	height: 41px;
	display: inline-block;
	margin-left:10px;
	border-bottom: solid 1px #CCC;
}
	#aba_cinematics:hover{
		background-position: -253px -41px;
	}
	
#aba_tutoriais{
	background:url(../skin/abas_videos.gif) -330px 0px no-repeat;
	width: 121px;
	height: 41px;
	display: inline-block;
	margin-left:10px;
	border-bottom: solid 1px #CCC;
}
	#aba_tutoriais:hover{
		background-position: -330px -41px;
	}
	
#aba_outros{
	background:url(../skin/abas_videos.gif) -451px 0px no-repeat;
	width: 61px;
	height: 41px;
	display: inline-block;
	margin-left:10px;
	border-bottom: solid 1px #CCC;
}
	#aba_outros:hover{
		background-position: -451px -41px;
	}
	
#abas_bar{
	border-bottom: solid 1px #CCC;
	height: 41px;
}

.aba_selected{
	border-bottom: none !important;
}

.video_content{
	float: left;
	width: 721px;
	margin: 5px 2px 5px 2px;
	cursor: pointer;
}

	.video_content:hover{
		border:solid 2px #FF9500;
		margin: 5px 0px 5px 0px;
	}
	
.video_mask{
	width:130px;
	height: 76px;
	margin: 5px;
	margin-right: 10px;
	float:left;
}

.text_video_content{
	float:left;
	width: 560px;
	margin: 5px;
	margin-right: 10px;
}

	
#novidades_window{
	background:url(../imagens/downloads/videos/novidades.jpg) center center no-repeat;
	width: 171px;
	height: 122px;
	position: absolute;
	bottom: 0px;
	left: -50px;
}

#pvp_window{
	background:url(../imagens/downloads/videos/pvp.jpg) center center no-repeat;
	width: 171px;
	height: 122px;
	position: absolute;
	bottom: 0px;
	left: -50px;
}

#hunts_window{
	background:url(../imagens/downloads/videos/hunts.jpg) center center no-repeat;
	width: 171px;
	height: 122px;
	position: absolute;
	bottom: 0px;
	left: -25px;
}

#cinematics_window{
	background:url(../imagens/downloads/videos/cinematics.jpg) center center no-repeat;
	width: 171px;
	height: 122px;
	position: absolute;
	bottom: 0px;
	left: -50px;
}

#tutoriais_window{
	background:url(../imagens/downloads/videos/tutoriais.jpg) center center no-repeat;
	width: 171px;
	height: 122px;
	position: absolute;
	bottom: 0px;
	left: -25px;
}

#outros_window{
	background:url(../imagens/downloads/videos/outros.jpg) center center no-repeat;
	width: 171px;
	height: 122px;
	position: absolute;
	bottom: 0px;
	left: -50px;
}

#video_content{
	text-align: center;
}