/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {/*line-height: 1;*/}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}

#container {width: 1000px; max-width: 1000px;  height:380px; /*padding-top:20px;*/}

.slidebox{ width:1000px;  background:#252525; border-radius:3px; margin:0px auto; position:relative; box-shadow: 0px 0px 8px #050505 ;}/*slider container*/

.fcomments{
width:640px;
margin:40px auto;
}

a {
text-decoration: none; 
color: #427f9e;
}
