body {margin: 0 auto; padding: 0px; background: #FDFCF9 url(/Files/images/main_bg.jpg) top repeat-x;}

.button.selected {background: url('/Files/images/menu-li-tail-bg.gif') repeat-x; float: left;}
.button.selected .right {background: url('/Files/images/menu-li-right-bg.gif') right no-repeat}
.button.selected .left {background: url('/Files/images/menu-li-left-bg.gif') no-repeat; height: 30px; padding-top:11px; padding-left: 16px; padding-right: 16px; font-size: 14px; color: #FFFFFF; text-align: center; font-family: Tahoma;}

.button {background: none; float: left;  text-decoration: none}
.button .right {background: none;  text-decoration: none}
.button .left {background: none; height: 30px; padding-top:11px; padding-left: 16px; padding-right: 16px; font-size: 14px; color: #242323; text-align: center; font-family: Tahoma; font-weight: bold; text-decoration: none}

.button:hover {background: url('/Files/images/menu-li-tail-bg.gif') repeat-x; float: left;}
.button:hover .right {background: url('/Files/images/menu-li-right-bg.gif') right no-repeat}
.button:hover .left {background: url('/Files/images/menu-li-left-bg.gif') no-repeat; height: 30px; padding-top:11px; padding-left: 16px; padding-right: 16px; font-size: 14px; color: #FFFFFF; text-align: center; font-family: Tahoma;}

#content {}
#content p {font-family: arial; color: #504D3B; font-size: 15px; line-height: 19px;}
#content h1 {font-weight: normal; margin-top: 4px; color: #323130; font-weight: 400; font-size: 27px;}
#content h2 {font-weight: normal; margin-top: 4px; color: #323130; font-size: 27px;}

#content ul {}
#content ul li {margin-bottom: 14px; font-family: arial; font-size: 13px; color: #504D3B; line-height: 18px;}

#content_inside img {border: 1px solid #999; padding: 3px;}

a {border:none; color: #7bab00;}

img {border: none}



a img {
    border: 0;
}

.prev, .next {
	background-image: url(/Files/images/ico_arrows.gif);
	background-repeat: no-repeat;
	display: block;
	width: 10px;
	height: 38px;
	margin-top: 25px;
	overflow: hidden;
	text-indent: -9999px;
}
.prev {
	background-position: 0 0;
}
.next {
	background-position: -10px 0;
}

/* {{{  preview with links */
#preview {
	position: relative;
	margin: 10px 0;
}



/* {{{  preview with table */
.slider1 {
	position: relative;
	margin: -2px 2px;
	width: 940px;
}
.slider1 .prev, .slider1 .next {
	position: absolute;
	top: 5px;
}
.slider1 .prev {
	left: 0;
}
.slider1 .next {
	right: 0;
}
.slider1 .panel {
	width: 900px;
	overflow: hidden;
	height: 100px;
	margin: 0 20px;
	position: relative;
}
.slider1 table {
	left: 0;
	height: 100px;
	position: relative;
	width: 900px;
	table-layout: fixed;
}
.slider1 td {
    width: 127px;
    background: orange;
    padding: 0;
}



.panel-content a {
    width: 123px;
    background: orange;
    height: 92px;
}
/* }}}  preview with links */

