@charset "UTF-8";
@import url('styles.base.css');

/*Sliding Info Panel*/

.tabSliding {
	width:81px;
	height:162px;
	position:fixed;
	right:0px;
	top:290px;
	display:block;
	cursor:pointer;
	background: url(../../imagens/site/marq.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

a:hover.tabSliding{
	width:81px;
	height:162px;
	position:fixed;
	right:0px;
	top:290px;
	display:block;
	cursor:pointer;
	background: url(../../imagens/site/Rollover/marq.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	
}