#nslider {
    position: relative;
	width: 100%;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/body.jpg) no-repeat top center;
}

#social {
	width: 1000px;
	height: 50px;
}

#main {
	clear: both;
	width: 1000px;
	padding: 30px 0;
	height: 580px;
}

#sidebar {
	float: left;	
	width: 320px;
}

#content {
	float: right;
	width: 680px;
}

#header h1 { display: block; width: 315px; height: 55px; margin: 0 auto 80px; padding: 0 }
#header h1 a { float: left; margin-top: 30px; width: 315px; height: 55px; background: url(../images/logo.png); text-indent: -10000px; }

#menu {
	clear: both;
	float: right;
}

#footer {
	clear: both;
	float: right;
	width: 420px;
	margin: 20px 30px;
	padding: 10px;
	text-align: center;
	color: #66C;
	font-variant: small-caps;
	background: url(../addnews/img/tainbg1.png) fixed repeat #040208;
	border: 1px solid #14093B;
}
#footer a {
	color: #8080C0;
}

.scroll {
    width: 680px;
    height: 580px;
    overflow: auto;
    /* overflow-x: hidden; */
    position: relative;
    clear: left;

}

.scrollContainer div.panel {
    width: 600px;
    height: 500px;
	padding: 40px;
	overflow: hidden;
}

ul.navigation li {
    margin: 0;
	padding: 0;
	background: url(../images/rubyx.gif) no-repeat center right;
}

ul.navigation a {
	display: block;
	padding: 8px 15px;
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 400;
    text-decoration: none;
	color: #fff;
	text-align: right;
}

ul.navigation a:hover {
	background: #03020E url(../images/rubyx.gif) no-repeat bottom right;
}

ul.navigation a.selected {
	background: #03020E url(../images/rubyx.gif) no-repeat top right;
}

ul.navigation a:focus {
	outline: none;
	color: #FC9;
}


.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0
}

.scrollButtons.right {
    right: 0
}

.hide {
    display: none;
}
.mmk {
	color: #FC9;
}