.column-title {
    background: url(../images/title-bg.png) center center;
    text-align: left;
    height: 24px;
    margin: 35px auto;
    width: 1160px;
}

.column-title span {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 33px;
    color: #1369c0;
    background: #fff;
    margin-top: -15px;
}




/* flexslider */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 1200px;
    height: 450px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

.flexslider li .img {
    width: 260px;
    height: 195px;
    float: left;
    margin: 12px 0 12px 31px;
}

.red {
    color: #dc0120 !important;
}

#timeline {
    width: 1100px;
    overflow: hidden;
    margin: 50px auto;
    position: relative;
    background: url('../images/dot.gif') left 45px repeat-x;
}

#dates {
    width: 800px;
    height: 60px;
    overflow: hidden;
}

#dates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    background: url('../images/biggerdot.png') center bottom no-repeat;
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
    font-family: Georgia, serif;
}

#dates .selected {
    font-size: 38px;
}
a.selected {
		color:#dc0120 ;
	}
#issues {
    margin: 0 auto 50px;
    overflow: hidden;
}

#issues li {
   	width: 1100px;
   	height: 470px;
   	list-style: none;
   	float: left;
}
#issues li .content{
	margin: 50px 150px;
	overflow: auto;
	height: 420px;
}

#issues li.selected img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#issues li img {
    float: left;
    margin: 10px 30px 10px 50px;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    /* IE 6 & 7 */
    zoom: 1;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}

#issues li h1 {
    color: #ffcc00;
    font-size: 48px;
    margin: 20px 0;
    text-shadow: #000 1px 1px 2px;
}

#issues li p {
    margin-right: 70px;
    font-weight: normal;
    line-height: 34px;
    font-size: 14px;
    color: #5f5f5f;
    padding-left: 20px;
    background: url(../images/i.jpg) no-repeat left 14px;

}

#grad_left,
#grad_right {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 0;
}

#grad_left {
    left: 0;
    /*background: url('../images/grad_left.png') repeat-y;*/
}

#grad_right {
    right: 0;
    /*background: url('../images/grad_right.png') repeat-y;*/
}

#next,
#prev {
    position: absolute;
    top: 0;
    font-size: 70px;
    top: 252px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#next:hover,
#prev:hover {
    background-position: 0 -76px;
}

#next {
    right: 0;
    background-image: url('../images/next.png');
}

#prev {
    left: 0;
    background-image: url('../images/prev.png');
}

#next.disabled,
#prev.disabled {
    opacity: 0.2;
}