div.os_container {
	height: 260px;
	width: 100%;
	background: #000000;
	position: relative;
	z-index: 100;
}


/*-- Slider background image --*/
div.os {
	width: 100%;
	height: 100%;
	background: #000000 no-repeat center top;
	margin: 0 auto;
	position: absolute;
	top: 0;
}

div.os_click {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 120;
}
/*-- End of slider background image --*/


/*-- Slider navigation button --*/
div.os_nav {
	height: 50px;
	position: absolute;
	z-index: 150;
	overflow: hidden;
	float: left;
	top: 187px;
	left: 35px;
}

div.os_nav_btn {
	height: 22px;
	width: 30px;
	z-index: 155;
	float: left;
	display: inline;
	background: transparent url('../g_slider.png') no-repeat -50px 0;
	cursor: pointer;
}

div.os_nav_btn: hover {
	background-position: -80px 0;
}

div.os_nav div.active {
	background-position: -110px 0;
}

div.os_nav_info {
	width: auto;
	height: 12px;
	margin: 30px 0 7px 3px;
	color: #cdcdcd;
	text-shadow: 1px 1px 1px #333;
}
/*-- End of slider navigation button --*/