.RightNavBarNav
{
	/*margin: 5px 0;*/
	width: 10px;
	float: right;
}
.RightNavBarNav a
{
	width: 4px;
	height: 4px;
	background: #c9c9c9;
	display: block;
	margin-bottom:6px;
}
.RightNavBarNav a.activeSlide
{
	width: 4px;
	height: 4px;
	background: #ffb900;
}
.RightNavBarNav a:focus
{
	outline: none;
}

.RightNavBarPics
{
	width: 190px;
	height: 120px;
	z-index:1;
}
.RightNavBarPics img
{
	width: 100px;
	height: 120px;
}
.RightNavBarPics img
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.RightNavBarDesc
{
	z-index:1;
	text-align: right;
	width: 100%;
	height: 120px;
}
