#center {
background: none;
border: 1px solid transparent;
}
#center a:hover {
	background: none;
	text-decoration: none;
	}

.tabs {
    position: relative;
	margin: 1px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	font-family: 'News Cycle', Helvetica, arial, serif;
	}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: 210px;
	height: 20px;
	left: 0px;
	top: 30px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
	}
.tab-label-1:hover {
	background: #2BEAFF;
	}
.tab-selector-1:hover{
	background: #2BEAFF;
	}
#tab-1 {
	top: 35px;
	}
#tab-2{
	top: 95px;
	padding: 10px;
	}
#tab-3{
	top: 145px;
	padding: 10px;
	}
#tab-4{
	top: 195px;
	padding: 10px;
	}
#tab-5{
	top: 237px;
	padding: 10px;
	}
.tabs label {
	background: none;
	font-size: 15px;
	line-height: 40px;
	height: 45px;
	position: relative;
	padding: 0 12px;
	display: block;
	width: 200px;
	color: #fff;
	margin:0 0 5px 0;
	top: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	float: left;
	clear: both;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
	cursor: pointer;
	border-bottom: 5px solid rgba(0,0,0,0.6);
	border-top: 5px solid rgba(0,0,0,0.6);
	}
.tabs label:after {
    content: '';
	background: none;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	color: #fff;
	}
.tabs input:hover + label {
	background: #32044F;
	color: #fff;
	border-bottom: 5px solid rgba(0,0,0,0.6);
	border-top: 5px solid rgba(0,0,0,0.6);
	}
.tabs label:first-of-type {
    z-index: 5;
    margin-bottom: 15px;
	}
.tab-label-5 {
	border-bottom: 2px solid #fff;
	}
.tab-label-2 {
    z-index: 4;
	}
.tab-label-3 {
    z-index: 3;
	}
.tab-label-4 {
    z-index: 2;
	}
.tab-label-5 {
    z-index: 1;
	}
.tabs input:checked + label , .tabs input:hover + label{
    background: #00E9FF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32044F', endColorstr='#0F0107'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#32044F), to(#0F0107)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #32044F,  #0F0107); /* for firefox 3.6+ */ 
	z-index: 5;
	color: #fff;
	border-bottom: 5px solid rgba(255, 255, 255, 0.9);
	border-top: 5px solid rgba(255, 255, 255, 0.9);
	}
.clear-shadow {
	}
.content {
    background: rgba(46, 4, 80, 0.4);
    width: auto;
	height: 525px;
	margin: 15px 15px 15px 0px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
	border: 5px solid rgba(0,0,0,0.6);
	}
.content div {
    position: absolute;
	top: 0;
	padding: 10px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    transition: all linear 0.5s;
	overflow-y: auto;
	}
.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5  {
    -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.3s 0.3s;
    -moz-transition: all ease-out 0.3s 0.3s;
    -o-transition: all ease-out 0.3s 0.3s;
    -ms-transition: all ease-out 0.3s 0.3s;
    transition: all ease-out 0.3s 0.3s;
	}
.content div h2,
.content div h3{
	color: #398080;
	}
.content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
	}
.content div ul{
	position: relative;
	width: 100%;
	padding: 5px;
	margin: 10px 0 0;
	background: none;
	height: 540px;
	}
.content div ul li{
	list-style: none;
	display: inline;
	overflow: hidden;

	}
.content div ul li:hover{
	background: none;
	}
.content div li img{
	width: 100px;
	border: 3px solid rgba(255, 255, 255, 0.7);
	margin: 10px;
	position: relative;
	box-shadow: 3px 4px 3px rgba(0,0,0,0.6);
	}
.content div li img:hover{
	border: 3px solid #ffffff;
	}
