* {
 padding: 0;
 margin: 0;
 resize: none;
 outline: none;
}

html, body {
 height: 100%;
}

body {
 background: #fff url('../images/body_bg.png');
 color: #000;
 font-size: 12px;
 font-family: Arial, Verdana, Tahoma;
}

a {
 color: #578763;
}

a:hover {
 text-decoration: none;
}

input[type="text"], input[type="password"], textarea {
 background: #fff;
 border: 1px solid #dfdfdf;
}

input[type="button"], input[type="reset"], input[type="submit"], button {
 background: #578763;
 color: #fff;
 padding: 2px 16px;
 cursor: pointer;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 border: 0 none;
}

.clear {
 clear: both;
}

.wrap {
 width: 1000px;
 text-align: left;
}

#header {
 height: 159px;
}

#header #first_line {
 height: 123px;
 background: url('../images/header_first_line.png');
}

#header #first_line #logo {
 margin: 30px 0 0 0;
 float: left;
}

#header #first_line #logo a {
 color: #578763;
 font-size: 40px;
 text-decoration: none;
 letter-spacing: -0.05em;
}

#header #first_line #logo div {
 color: #fff;
 margin-top: -8px;
}

#header #first_line #profile {
 float: right;
 margin: 40px 0 0 0;
 color: #fff;
}

#header #first_line #profile #enter {
 padding-left: 21px;
 background: url('../images/sprite.png') -184px 0px no-repeat;
 color: #578763;
}

#header #first_line #profile #enter a {
 color: #578763;
}

#header #first_line #profile #info {
 padding: 0 0 7px 21px;
 background: url('../images/sprite.png') -184px 0px no-repeat;
}

#header #first_line #profile #messages {
 padding-left: 21px;
 background: url('../images/sprite.png') -133px -82px no-repeat;
}

#header #second_line {
 height: 36px;
 background: url('../images/header_second_line.png') top left repeat-x;
}

#header #second_line #menu {
 float: left;
 margin-top: 4px;
}

#header #second_line #menu ul {
 list-style: none;
}

#header #second_line #menu ul li {
 float: left;
 display: block;
 height: 27px;
 margin-right: 25px;
}

#header #second_line #menu ul li a {
 display: block;
 height: 27px;
 padding: 0 16px;
 line-height: 27px;
 text-decoration: none;
 color: #888;
}

#header #second_line #menu ul li a b {
 display: block;
 padding: 0 16px 0 12px;
 font-weight: normal;
}

#header #second_line #menu ul li:hover a {
 display: block;
 height: 27px;
 padding: 0 16px;
 line-height: 27px;
 text-decoration: none;
 color: #fff;
}

#header #second_line #menu ul li:hover a b {
 display: block;
 background: url('../images/sprite.png') right -27px no-repeat;
 padding: 0 16px 0 12px;
 font-weight: normal;
}

#header #second_line #search {
 float: right;
 margin-top: 4px;
}

#header #second_line #search a {
 display: block;
 float: left;
 margin-top: 3px;
 width: 21px;
 height: 21px;
 margin-right: 5px;
}

#header #second_line #search #rss {
 background: url('../images/sprite.png') -5px 0px no-repeat;
}

#header #second_line #search #twitter {
 background: url('../images/sprite.png') -26px 0px no-repeat;
}

#header #second_line #search #facebook {
 background: url('../images/sprite.png') -47px 0px no-repeat;
}

#header #second_line #search #vimeo {
 background: url('../images/sprite.png') -68px 0px no-repeat;
}

#header #second_line #search form {
 float: left;
 width: 185px;
 height: 27px;
 background: url('../images/sprite.png') 0px -55px no-repeat;
 margin-top: 1px !important;
}

#header #second_line #search form div {
 float: left;
 margin: 5px 0 0 7px;
 color: #727272;
}

#header #second_line #search form .queryField {
 float: left;
 width: 100px;
 margin: 5px 0 0 7px;
 background: #fff;
border: 0 !important;
}

#header #second_line #search form .searchSbmFl {
 float: left;
 width: 13px;
 height: 14px;
 background: url('../images/sprite.png') -171px 0px no-repeat;
 text-indent: -9999px;
 margin: 5px 0 0 7px;
 padding: 0;
 border: 0 none;
 cursor: pointer;
}

#main {
 padding: 40px 0;
}

#test{
 min-height: 100%;
}

* html #test {
 height: 100%;
}

#test2 {
 margin-top: -333px;
}

#test3 {
 height: 333px;
}

#middle {
 border-top: 1px solid #cecece;
 border-bottom: 1px solid #cecece;
 background: #fff;
 margin: 10px 0;
 padding: 30px 0;
}

#middle #image {
 float: left;
}

#middle #image img {
 width: 234px;
 height: 200px;
 border: 1px solid #ccc;
}

#middle #description {
 margin-left: 260px;
 min-height: 200px;
}

#middle #description h2 {
 font-size: 29px;
 font-weight: normal;
 padding: 0 0 10px;
 color: #262626;
}

#middle #description p {
 padding: 10px 0;
 color: #777;
 line-height: 200%;
}

#last {
 padding: 60px 0 50px 0;
}

#last #top {
 font-size: 28px;
 color: #595959;
 margin-bottom: 30px;
}

#last #top #all {
 float: right;
 display: block;
 width: 60px;
 height: 18px;
 line-height: 18px;
 font-size: 11px;
 color: #fff;
 text-decoration: none;
 background: #578763;
 text-align: center;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 text-transform: uppercase;
}

#last #entries {
 min-height: 260px;
}

#last #entries .entry {
 float: left;
 width: 25%;
}

#last #entries .entry img {
 width: 234px;
 height: 200px;
 border: 1px solid #ccc !important;
 margin: 0 0 15px 5px !important;
}

#last #entries .entry div {
 margin-left: 5px;
 color: #777;
}

#last #entries .entry a {
 margin-left: 5px;
 display: block;
 margin-top: 15px;
 width: 50px;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 text-transform: uppercase;
 font-size: 11px;
 height: 18px;
 line-height: 18px;
 color: #fff;
 text-decoration: none;
 background: #17acc9;
 text-align: center;
}

#last #entries .entry b {
 color: #262626;
 text-transform: uppercase;
}

#content {
 float: left;
 text-align: left;
 max-width: 720px;
 min-width: 720px;
}

#content .entry {
 margin-bottom: 50px;
}

#content .entry .title {
 padding-bottom: 20px;
}

#content .entry .title a {
 text-decoration: none;
 font-size: 28px;
 color: #262626;
}

#content .entry .image {
 float: left;
}

#content .entry .image img {
 width: 234px;
 height: 200px;
 border: 1px solid #ccc;
}

#content .entry .brief {
 margin-left: 266px;
 width: 450px;
 min-height: 210px;
}

#content .entry .brief .top {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
 color: #777;
}

#content .entry .brief .top .rate {
 float: right;
}

#content .entry .brief .top .info a, #content .entry .brief .top .info b {
 color: #578763;
 font-weight: bold;
 text-decoration: none;
}

#content .entry .brief .text {
 color: #777;
 max-height: 107px;
 overflow: hidden;
}

#content .entry .links {
 padding-left: 266px;
 margin-top: -25px;
}

#content .entry .links a {
 padding: 2px 4px;
 text-decoration: none;
 color: #fff;
 background: #578763;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 font-size: 11px;
 text-transform: uppercase;
}

#content .entry .links a.fix {
 background: #000 !important;
 -webkit-border-top-right-radius: 0px !important;
 -webkit-border-bottom-right-radius: 0px !important;
 -moz-border-radius-topright: 0px !important;
 -moz-border-radius-bottomright: 0px !important;
 border-top-right-radius: 0px !important;
 border-bottom-right-radius: 0px !important;
}

#content .entry .links a.num {
 -webkit-border-top-left-radius: 0px !important;
 -webkit-border-bottom-left-radius: 0px !important;
 -moz-border-radius-topleft: 0px !important;
 -moz-border-radius-bottomleft: 0px !important;
 border-top-left-radius: 0px !important;
 border-bottom-left-radius: 0px !important;
}

#comments {
 
}

#comments #title {
 font-size: 19px;
 color: #262626;
}

#comments #title b {
 color: #578763;
}

#comments #body {
 
}

#comments #body .post {
 margin: 20px 0;
 padding: 20px;
 background: #fff;
 border: 1px solid #dfdfdf;
 color: #777;
}

#comments #body .post .info {
 padding-left: 20px;
}

#comments #body .post .info #edit {
 float: left;
 display: block;
 width: 16px;
 height: 16px;
 margin-left: -20px;
 background: url('../images/sprite.png') -150px 0px no-repeat;
}

#comments #body .post .message {
 padding-top: 15px;
}

#comments .comm_add {
 border: 1px solid #dfdfdf;
 background: #fff;
 padding: 15px;
 margin: 20px 0;
}

#comments .comm_add_title {
 font-size: 19px;
 color: #262626;
 padding: 20px 0 0;
}

.commTable td {
 padding: 5px;
}

#blocks {
 float: right;
 width: 255px;
 text-align: left;
}

.block {
 background: #fff;
 border: 1px solid #dfdfdf;
 margin-bottom: 20px;
 padding: 15px;
}

.block .title {
 color: #262626;
 font-size: 18px;
 padding: 7px 0 15px;
}

.last_news {
 margin: 7px 0 20px;
}

.last_news .last_desc {
 color: #777;
 padding: 3px 0;
}

.last_news .last_link a {
 text-decoration: none;
 font-weight: bold;
}

#footer #first_line {
 height: 272px;
 background: url('../images/footer_first_line.png') top left repeat-x;
}

#footer #first_line .column {
 float: left;
 width: 25%;
 margin-top: 50px;
 height: 165px;
}

#footer #first_line .line {
 border-right: 1px solid #bee7f0;
 margin-left: -1px;
}

#footer #first_line .title {
 text-transform: uppercase;
 font-size: 14px;
 color: #fff;
 padding: 0 30px 25px;
}

#footer #first_line .fix {
 padding-left: 0px !important;
}

#footer #first_line .fix a {
 padding-left: 15px;
 background: url('../images/sprite.png') -194px -58px no-repeat;
 display: block;
 height: 18px;
 line-height: 18px;
 font-size: 11px;
 text-decoration: none;
 color: #fff;
}

#footer #first_line .content {
 padding: 0 0 0 30px;
 color: #fff;
}

#footer #first_line .content p {
 font-size: 11px;
 margin: 3px 0;
}

#footer #first_line .content p b {
 
}

#footer #first_line .content p b a {
 text-decoration: none;
 font-weight: bold;
 color: #fff;
}

#footer #second_line {
 height: 61px;
 background: #000;
}

#footer #second_line #info {
 line-height: 61px;
 color: #fff;
}

#footer #second_line #info a {
 color: #fff;
 text-decoration: none;
}

.calTable {
 width: 100%;
 border-spacing: 0 !important;
}

.calTable td {
 color: #777;
}

.calMonth {
 text-align: left;
 padding-bottom: 15px;
 text-transform: uppercase;
}
#calend .calMonthLink {
 color: #777777;
}

.calMonthLink {
 font-weight: bold;
 text-decoration: none;
}

.calMday {
 padding: 5px 0;
 text-align: center;
}
.calWLine td {
 bottom: 7px;
 position: relative;
}

.calWday, .calWdaySu, .calWdaySe {
 border-top: 1px solid #ccc !important;
 border-bottom: 1px solid #ccc !important;
 padding: 3px;
 font-weight: bold;
 text-align: center;
}

.calWdaySe, .calWdaySu {
 color: #262626 !important;
}

.calMdayIsA, .calMdayIs, .calMdayA {
 text-align: center;
}

.calMdayIs, .calMdayA {
 padding: 5px 0;
}

.calMdayA {
 background: #578763;
 color: #fff !important;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

.calWday {
 color: #578763 !important;
}

#calend {
 float: right;
 margin-bottom: -14px;
}

#calend a {
 margin-right: 6px;
 text-decoration: none;
 font-weight: bold;
 color: #666;
}

.tit_blo {
 color: #262626;
 font-size: 30px;
 margin-bottom: 10px;
}

.mes_blo {
 color: #777777;
 line-height:19px;
 margin: 25px 0 65px 0;
 padding: 0 !important;
}

.fb_tit {
 color: #777777;
 margin-bottom: 7px;
}

.fb_inp, .fb_text {
 color: #262626;
 border: 1px solid #dfdfdf;
 width: 437px;
 height: 23px;
 padding: 0 5px;
 margin-bottom: 11px;
}

.fb_text {
 height: 109px;
 padding: 5px;
}

.fb_send {
 border: 0 none;
 text-transform: uppercase;
 font-size: 10px;
}

.tweet_data {
 margin-bottom: 7px !important;
}

.ser_tit {
 margin-bottom: 8px !important;
}

.con_inf p {
 margin-bottom: 5px !important;
}


/* ===== forum Start ===== */

/* General forum Table View */
.gTable { margin-top: 10px; background:#dfdfdf;}
.gTableTop {padding:2px;background:#578763;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-weight:bold;height:28px;font-size:10pt; }
.gTableSubTop {padding:2px;background: url('../images/header_second_line.png') top left repeat-x;color:#000000;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#FAFAFA;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom hover {border: 0px; padding: 5px; text-align: center; font-size: 10px; margin: 0px; width: auto; background: #4E78B7; color: #ffffff; cursor: pointer; letter-spacing: 0px; font-family: verdana;}
.gTableBottom {border: 0px; padding: 5px; text-align: center; font-size: 10px; margin: 0px; width: auto; background: #456AA2; color: #D6F7FF; cursor: pointer; letter-spacing: 0px; font-family: verdana;}
.gTableLeft {padding:2px;background:#F2F2F2;font-weight:bold;color:#6E6E6E}
.gTableRight {padding:2px;background:#F8F9FA}
.gTableError {padding:2px;background:#FAFAFA;color:#FF0000;}
/* ------------------------ */

.fNavLink {
 background: #578763;
 color: #fff;
 text-decoration: none;
 padding: 2px 5px;
 margin: 0 2px;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 box-shadow: 1px 1px 1px #999;
 -moz-box-shadow: 1px 1px 1px #999;
 -webkit-box-shadow: 1px 1px 1px #999;
}

.fNavLink:hover {
 box-shadow: 1px 1px 1px #eee;
 -moz-box-shadow: 1px 1px 1px #eee;
 -webkit-box-shadow: 1px 1px 1px #eee;
}

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#F2F2F2}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#fff;}
a.catLink:visited {text-decoration:none; color:#fff;}
a.catLink:hover {text-decoration:none; color:#fff;}
a.catLink:active {text-decoration:none; color:#fff;}

.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#FFFFFF;height: 17px;}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#000000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#504f4f;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#504f4f;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:none; color:#504f4f;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:none; color:#504f4f;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#6E6E6E;}
a.forumBarA:active {text-decoration:underline; color:#6E6E6E;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#DADADA;}
.fastNavCat {background:#EFEFEF;}
.fastNavCatA {background:#EFEFEF;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#CCCCCC;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E0E0E0;font-weight:bold;color:#6E6E6E;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#FFFFFF}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AAAAAAheight:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px; }
.threadsDetails {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}
.forumOnlineBar {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}

a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}

a.threadLink:link {text-decoration:none; color:#000000;}
a.threadLink:visited {text-decoration:none; color:#000000;}
a.threadLink:hover {text-decoration:none; color:#0069a9;}
a.threadLink:active {text-decoration:none; color:#0069a9;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable td {border:1px solid #fff;}
.postPoll {background:#F1F2F3;text-align:center;}
.postFirst {border-bottom:3px solid #787878;}
.postRest1 {background:#000000;}
.postRest2 {background:#000000;}
.postSeparator {height:3px;background:#578763;}

.postTdTop {background:#f3f3f3;padding:5px;}
.postBottom {background:#E0E0E0;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#F2F2F2;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#787878;}
.posttdMessage {padding:5px; background:#FFFFFF; background-repeat: no-repeat; background-position: right bottom;}
.posttdMessage1 padding:5px; background:#000000; background-image: url(/img/postd.jpg); background-repeat: no-repeat; background-position: right bottom;}

.pollQuestion {text-align:center;font-weight:bold;}
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.bbQuoteName {color: #000; !important; background: #f5f5dc url(/img/quote.png) no-repeat right; font-size: 5pt; !important; font-weight: bold; margin: 0 auto 0 auto; border: 1px solid #000000; border-bottom: 0; border-left: 4px #8394B2 solid; padding-top: 7px; padding-bottom: 7px;}
.bbCodeName {color: #000; !important; background: #f5f5dc url(/img/code.png) no-repeat top right; font-size: 10pt; !important; font-weight: bold; margin: 0 auto 0 auto; border: 1px solid #000000; padding-top: 5px; padding-bottom: 5px;}
.codeMessage {color: #465584; background: #f5f5dc; border: 1px solid #000000; font-size: 10px;}
.quoteMessage {color: #465584; background: #f5f5dc; font-size: 10px; border: 1px #000 dotted !important; border-left: 4px #8394B2 solid !important; border-top: 0 !important; padding: 3px;}
/* ---------------- */


.signatureView {font-size:7pt;}
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/img/18.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/img/18.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.codeButtons {font-size:7pt;background:#FCFCFC;border:1px solid #6E6E6E;}
.codeCloseAll {font-size:7pt; color:#6E6E6E;font-weight:bold;background:#FCFCFC;border:1px solid #6E6E6E;}
.postNameFl,.postDescrFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postPollFl,.postQuestionFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postResultFl {background:#FCFCFC;border:1px solid #6E6E6E;width:50px}
.postAnswerFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}
.postTextFl {background:#FCFCFC;border:1px solid #6E6E6E;width:550px;height:150px}
.postUserFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */

/* ====== Select Code from phpBB3 to uCoz ~ ====== */
div.bbCodeName {margin-bottom:3px;}
div.codeMessage code {font-size:12px;}
/* ====================================================================== */

/* ---- Slider ---- */
.slider {
 position: relative;
 z-index: 5;
 width: 503px !important;
 height: 387px !important;
 background: url(/images/slider_bg.png) no-repeat;
}
.slide_con {
 width: 413px !important;
 height: 311px !important;
 overflow: hidden;
 position: absolute;
 top: 38px;
 left: 45px;
}
.custom-item{
 width: 413px !important;
 height: 311px !important;
 position: relative;
}
.slider-box{
 left: 0;
 overflow: hidden;
 position: absolute;
 top: 0;
}
.slider-box .slider-item{
 border: none;
 float: left;
 z-index: 1;
 text-align: left;
 position: relative;
}
.slider-item img {
 width: 413px;
 height: 311px;
 position: absolute;
 top: 0;
 bottom: 0;
 z-index: 1;
}
.color_w {
 position: absolute;
 z-index: 2;
 bottom: 10px;
 left: 30px;
 width: 360px;
 height: 58px;
 oveflow: hidden;
 color: #fff;
 text-align: right;
}
.color_b {
 position: absolute;
 z-index: 2;
 bottom: 10px;
 left: 30px;
 width: 360px;
 height: 58px;
 oveflow: hidden;
 color: #191817;
}
.slider-item h3 {
 font-size:24px;
 font-weight: normal;
}
.mes_slide {
}
.slider-nav, 
.slider-control {
 bottom: 10px;
 overflow: hidden;
 padding: 7px 10px;
 position: absolute;
 z-index: 10;
}
.slider-nav {
 right: 10px;
}
.slider-nav a:link, .slider-nav a:visited, .slider-nav a:active {
 float: left;
 display: block;
 margin: 0 5px;
 outline: none;
 width: 8px;
 height: 8px; 
}
.slider-nav a:hover{}
.slider-nav a.slider-nav-focus{}
.slider-control {
 left: 10px;
}
.slider-control a:link, .slider-control a:visited, .slider-control a:active {
}
.slider-control a:hover {
}
.slider-play, .slider-stop {
 display: block;
 float: left;
 margin: 0 5px;
 outline: none;
}
.slider-play {
 width: 0;
 height: 0;
}
.slider-stop {
 height: 8px;
 width: 7px;
}
.slider-arrow {
 display:block !important;
 outline: none;
 position: absolute;
 z-index: 10;
}
.slider-prev, .slider-next {
 height: 53px;
 top: 45%;
 width: 53px;
}
.slider-prev{
 background: url(/images/slider_arrow.png) left top no-repeat;
 left: -105px;
}
.slider-next{
 background: url(/images/slider_arrow.png) right top no-repeat;
 right: -105px;
}
.slider-up, .slider-down {
}
.slider-up {
}
.slider-down {
}
.slide_info {
 width: 615px;
 margin: 0 auto;
 font-style: italic;
 color: #777777;
 line-height: 19px;
 position: relative;
 margin: 50px 0 40px 0;
}
#mn3 a {
 font-size:12px !important;
}
#header #second_line #menu ul li:hover .umn-ml {
 background:url(/images/menu_c.png) repeat;
}
#header #second_line #menu ul li:hover .umn-mc {
 background:url(/images/menu_l.png) no-repeat left top;
}
#header #second_line #menu ul li:hover .umn-mr {
 background:url(/images/menu_r.png) no-repeat right top;
}