/* media navigator */

#media_navigator {
	position:			relative;
	height:				606px;
	padding:			0 0 0 10px;
	margin:				0;
	width:				546px;
	overflow:			hidden;
}

.media_navigator_background
{
	background: 		url(../images/skin/border_middle.png) repeat-y;
}

#media_navigator_top {
	height:				40px;
	width:				556px;
	background: 		url(../images/skin/border_top.png) no-repeat;
}

#media_navigator_bottom1
{
	width:				534px;
	height:				20px;
	padding:			0 22px 0 0;
	text-align:			right;
}

#media_navigator_bottom2 {
	width:				556px;
	height:				10px;
	background: 		url(../images/skin/border_bottom.png) no-repeat;

	font-size:			0;
	line-height:		0;
}

#media_navigator .description,
#media_navigator .bottom_dots
{
	width: 386px;
	margin: 0;
}
