.ovrlCont{
background-color: #FFFFFF;
    display: block;
    left: 20%;
    max-width: 1200px;
    position: fixed;
    top: 20%;
    width: 100%;
    z-index: 9999;
}
.inFadImgCont{
width:100%;
max-height:550px;
overflow:hidden;
}
.inFadImgCont img{
width:100%;
}
.modDate{
font-size:11px;
color:#666;
}
.evContent{
margin:10px auto;
text-align:justify;
}
.evHeader{
  height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
  /*  padding-top: 30px;*/
    position: relative;
	
}
.evHeader img{
width:100%;
}
.evHeader iframe, .evHeader object, .evHeader embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.timeWrapper{
bottom: 0;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
}
#timeline {
    height: 403px;
    margin: 0 auto 0;
    padding: 0 0 0 50px;
    position: absolute;
    top: 30px;
	left:0;
    vertical-align: top;
    white-space: nowrap;
}
#more {
    color: #FFFFFF;
    display: block;
    font: 9px/28px sans-serif;
    height: 28px;
    letter-spacing: 0.5px;
    padding: 0 0 0 15px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    width: 85px;
    z-index: 2001;
}
#more:hover {
    color: #FFFFFF;
}
#more.openMe:after {
    border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 4px 4px 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 0;
    margin: -3px 0 0 -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    z-index: 1000;
}
#more.closeMe:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
    border-style: solid;
    border-width: 0 4px 4px;
    content: "";
    cursor: pointer;
    display: block;
    height: 0;
    margin: -3px 0 0 -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    z-index: 1000;
}
#controlsWrapper {
    bottom: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font: 10px/40px sans-serif;
    height: 40px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000;
}
#controlsWrapper p {
    font: 10px/40px sans-serif;
    margin: 0 15px;
}
.sidebarTime {
    bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 49px;
    z-index: 1000;
}
#leftSmall:before {
    border-color: rgba(0, 0, 0, 0) #F12E2E rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#leftSmall:before {
    border-width: 8px 8px 8px 0;
    margin: -7px 0 0 -4px;
}

#rightSmall:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #F12E2E;
}
.eventInfo .readMore{
  background-color: #F12E2E;
    color: #fff;
    padding: 5px 10px;
    display: block;
    position: absolute;
    right: 0;
	text-decoration: none;
    bottom: 53px;
}
#rightSmall:before {
    border-width: 8px 0 8px 8px;
    margin: -7px 0 0 -4px;
}
#rightSmall:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
}
#rightSmall {
    right: -50px;
}
#rightSmall:before, #leftSmall:before {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1000;
}
#leftSmall:after {
    border-color: rgba(0, 0, 0, 0) #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#leftSmall {
    left: -50px;
}
.sidebarSmall {
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: -16px;
    width: 50px;
}
#right.sidebarTime {
    cursor: url("../images/arrow_right.png"), e-resize;
    right: 0;
}
#left.sidebarTime {
    cursor: url("../images/arrow_left.png"), w-resize;
    left: 0;
}
#timelineWrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.event {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 400px;
    margin: 0 15px 0 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.event img {
    display: block;
    height: 350px;
    width: auto;
}
.event iframe {
    display: block;
    height: 350px;
}
.eventDetails {
    height: 400px;
    left: 0;
    position: absolute;
    top: 350px;
    white-space: normal;
    width: 100%;
}
.eventDetails h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: block;
    font: bold 11px/50px sans-serif;
    height: 50px;
    margin: 0;
    overflow: hidden;
	background-color: #fff;
    padding: 0 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.eventDetails h2:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
}
.eventDetails h2:before {
    border-style: solid;
    border-width: 7px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: -14px;
    width: 0;
    z-index: 100;
}
.eventDetails .eventInfo {
    height: 300px;
    overflow: auto;
    padding: 25px;
    text-align: justify;
    width: auto;
	background-color: #f9f9f9;
}
.noImg {
    width: 350px;
}
.noImg .eventDetails {
    top: 0;
}
.noImg .eventDetails h2 {
    cursor: default;
}

.divider:first-child:after, #hoverInfo:after, #markerInfo:after, .divider:after {
    border-color: #F12E2E rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.divider {
    color: #FFFFFF;
    display: inline-block;
    font: bold 11px/28px sans-serif;
    height: 28px;
    left: 0;
    letter-spacing: 1px;
    margin: 0 -85px 0 0;
    position: relative;
    text-align: center;
    top: -28px;
    width: 81px;
    z-index: 1000;
}
#wrapper {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.divider:first-child {
    margin-left: 0;
}
#controls {
    display: none;
    left: 50px;
    margin: 0 auto;
    padding: 16px 0 0;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 1000;
}
.event img {
    display: block;
    height: 350px;
    width: auto;
}
#referenceWrapper {
    position: relative;
}
#reference {
    background: none repeat scroll 0 0 #E96E6E;
    border-radius: 10px;
    cursor: pointer;
    height: 9px;
    margin: 0 auto;
}
#marker {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 30px;
    border-style: solid;
    border-width: 7px;
    cursor: url("https://mail.google.com/mail/images/2/openhand.cur"), default !important;
    height: 7px;
    left: 0;
	color:#F12E2E;
    position: absolute;
    top: -3px;
    width: 7px;
    z-index: 10;
}
#marker.ui-draggable-dragging {
    cursor: url("https://mail.google.com/mail/images/2/closedhand.cur"), default !important;
}
.widget_tag_cloud a, #cancel-comment-reply-link, .reply a, .nextPrevItem > a, .navigation .pagenav a, #crumbs, #commentform input[type="submit"], input[type="submit"], .widget > h2, #copyright, #more, .logo, #progress, #hoverInfo, #markerInfo, .divider, #infoBtn {
    background: none repeat scroll 0 0 #F12E2E;
}
#hoverInfo, #markerInfo {
    color: #FFFFFF;
    display: inline-block;
    font: bold 11px/28px sans-serif;
    height: 28px;
    left: -39px;
    letter-spacing: 1px;
    position: absolute;
    text-align: center;
    top: -44px;
    width: 85px;
    z-index: 1000;
}
#hoverInfo {
    margin-left: -43px;
    opacity: 0;
    top: -43px;
    z-index: 2000;
}
.eventInfo a{
color:#F12E2E;
}
.post-893{
min-height: 500px;
position: relative;
}
#hoverInfo:after, #markerInfo:after {
    border-style: solid;
    border-width: 10px;
    bottom: -18px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 0;
}
#controls:hover #markerInfo {
    opacity: 1;
}
#progress {
    border-radius: 10px;
    bottom: 0;
    left: 0;
    padding-right: 7px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}
.referenceDivider {
    cursor: pointer;
    display: none;
    height: 10px;
	background-color:#fff;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: 0;
}
#referenceWrapper > div:nth-child(5) {
    visibility: hidden;
}