.Scroller-Container {
	position: relative;
	background-image: url(/images/phoniran-bg.jpg);
	background-attachment: fixed;
	padding: 6px;
	border: 1px solid #333333;
	width: 550px;
	font-size:12px;
}
.Scrollbar-Up {
	position: relative;
	width: 10px;
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
	margin-bottom: 5px;
	display: none;
}
.Scrollbar-Track {
	width: 10px;
	height: 160px;
	position: relative;
	border: 1px solid #666666;
	cursor: crosshair;
}
.Scrollbar-Handle {
	position: relative;
	width: 10px;
	height: 30px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	cursor: default;
}
.Scrollbar-Down {
	position: relative;
	width: 10px;
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
	margin-top: 5px;
	display: none;
}
#Scrollbar-Container {
	position: relative;
}

#Container {
	height: 380px;
}
#description, #driver, #manual {
	position: relative;
	overflow: hidden;
	width: 550px;
	display: none;
	height: 380px;
}
#Navigation {


}
#Navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CCFF;
	text-decoration: none;
	float: left;
	letter-spacing: 1px;
	background-image: url(/images/bg-div.gif);
	height: 18px;
	padding-top: 3;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: repeat-x;
}
#Navigation a:hover {

}
#Navigation a.current {
	margin-top: 0px;
	color: #FFFFFF;
	font-weight: bold;
}

