/* @group Scroller */

/*  ###########################  slider anf ##########################  */

.sg #container-news {
	width: 780px;
/*	text-align: right;  */ 
	border: 0px;
	height:80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background:#fff;
padding:0px;
	} 	

/*  ###########################  slider end ##########################  */

#scroller {
	width: 780px;
	height:80px;
/*	float: right;  */
	margin-top: 0px;
	border: 1px solid #a2afcf;
	background:#e5e9f2;
	padding:0px; margin:0px;
}

#scroller p {
	font-size:0.75em;
	line-height:1.5em;
	text-align:left;
	margin:0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*
#scroller .bunson {
	position: relative;
	width: 95px;
	height: 132px;
	background: url(images/bunson.png) no-repeat;
	float: left;
	text-indent: -5000px;
	bottom: 173px;
	z-index: 50;
	left: 427px;
}


#scroller .overtext {
	z-index: 10;
	position: relative;
	bottom: 57px;
	width: 480px;
	height: 48px;
	background: url(images/trans.png) repeat;
	float: left;
	padding-top: 7px;
}

#scroller .overtext .otitle {
	color: #e8effe;
	font-size: 18px;
	font-weight: bold;
	width: 470px;
	padding-left: 10px;
	float: left;
	margin-bottom: 2px;
}

#scroller .overtext .odes {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 470px;
	padding-left: 10px;
	line-height: 17px;
	float: left;
}

*/

#slideshow {
	margin-left: 24px;
}
pre code { background-color: #eee }

.pics { height: 50px; width: 735px; padding:0px; margin:0; overflow: hidden;}
.pics img { height: 70px; width: 735px; background-color: #eee; top:0; left:0;
	border-style: none;
}

#main { margin: 20px }

.snav {
	height: 24px;
}

.snav a span#prev {
	width: 14px;
	height: 27px;
	float: left;
	position: relative;
	top: 30px;
	text-indent: -5000px;
	left: 5px;
	background-image: url(../images/arrows_right.gif); /* org - arrows_left.gif */
	background-repeat: no-repeat;
}

.snav a:hover span#prev {
	background-position: 0 -27px;
}

.snav a span#next {
	width: 14px;
	height: 27px;
	float: right;
	position: relative;
	top: 30px;
	text-indent: -5000px;
	right: 4px;
	background-image: url(../images/arrows_left.gif);  /* org - arrows_right.gif */
	background-repeat: no-repeat;
}

.snav a:hover span#next {
	background-position: 0 -27px;
}
	#nav { position: relative;
	height: 25px;
	margin-top: 10px;
	margin-left: 333px;
}
	#nav li { float: left; list-style: none}
	#nav a { padding: 3px 5px; text-decoration: none;
	width: 30px;
	float: left;
	margin-right: 13px;
	height: 33px;
	text-indent: -5000px;
}
	#nav a:focus { outline: none; }



/* @end */

