/* Go Top Box styles */

#tabs_go_top {
	background: url('../img/separator.png') no-repeat 50% bottom;
	height:40px;
	margin-bottom:20px;
}

#tabs_go_top  .go_top {
	background: url('../img/up.png') no-repeat 50% 50%;
	cursor:hand;
	cursor:pointer;
	width:30px;
	height:30px;
	margin:auto;
	display: block;
	opacity: 0.2;
	
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#tabs_go_top  .go_top:hover {
	opacity: 1;
}