
#myjQuery {
	background:#F1F1F1;
	padding:5px;
	overflow: hidden;
	width: 488px;
	position: relative;
	height: 275px;
}
#myjQueryContent {
	border: #ffffff 1px solid;
	width: 486px;
	height: 224px;
	overflow:hidden;
}
#myjQueryContent DIV {
	position: absolute;
	height: 224px;
	left:6px;
	top:6px;
}
#myjQueryContent .smask {
	z-index: -1
}
#myjQueryContent IMG {
	width: 486px;
	height: 224px;
}
#myjQueryNav {
	border-top: #ffffff 2px solid;
	display: block;
	overflow: hidden;
	width: 488px;
	height: 47px;
}
#myjQueryNav li {
	display: block;
	float: left;
	width: 122px;
	cursor: pointer;
	padding-top: 7px;
	height: 30px;
	text-align: center;
	overflow:hidden;
}
#myjQueryNav .nbg {
	background: none transparent scroll repeat 0% 0%
}
#myjQueryNav a {
	display: block;
	z-index: 12;
	margin: 0px auto;
	text-transform:uppercase;
	width: 85px;
	color: #F6821E;
	line-height: 16px;
	position: relative;
	height: 30px;
	overflow:hidden;
}
#myjQueryNav .current {
	background: none transparent scroll repeat 0% 0%
}
#myjQueryNav .current a {
	color: #F6821E
}
#myjQuery #flow {
	margin-top: -47px;
	z-index: 10;
	background: url(../images/fcurrent.gif);
	left: 5px;
	width: 122px;
	position: absolute;
	height: 47px
}
