.container {
width: 590px;
height:480px !important;
}
.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #DA4747;
	box-shadow: inset 0 2px #DA4747;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #DA4747;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: 1.24em;
	line-height: 1.4;
	padding: 0 0.8em;
	white-space: nowrap;
}
.tabs nav a span{
	width: 100%;
	float: left;
	font-size:0.7em;
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #DA4747;
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 0 1em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #DA4747;
}

.content section.content-current {
	display: block;
}
.hbar{
	float:left;
}
.icocar{
	text-align:center;
	margin:0px auto;
	float:left;
	width:100%;
}
.mediabox {
	float: left;
	padding: 0 22px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}
