

/* General
***********************/
body {
	background: #333333;
	
}


#slider {margin: 0 0 10px!important;}
#carousel li {margin-right: 5px;}
#carousel img {display: block; opacity: .1; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}


/* Loading
***********************/
.loading aside {opacity: 0;}
aside {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}
aside h3 {float: left;}

/* Layout
***********************/
#top { position: relative; height:35px; padding: 5px 0; border-bottom: 1px solid #577794;


 }
#top  { text-align: center; }
#top .top-inner  { max-width: 900px; width: auto; }
#top img  { float: none; display: inline; margin-top: 12px; }
#container {padding: 0px 0px 0px;	border-top: 1px solid #333333;}
#main {margin-left: 25px; margin-right: 25px; overflow: hidden;}


