/*
	AnythingSlider v1.7+ Default (base) theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID to match your slider */

/* Opera width restriction */
.anythingBase { max-width: 32766px; }

/*****************
  SET COLORS HERE
 *****************/
/**** Default state (no keyboard focus) ****/
/* slider window - top & bottom borders, default state */
div.anythingSlider .anythingWindow {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

ul.anythingBase {
    background: none repeat scroll 0 0 transparent;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}


ul.anythingBase li.panel {
    background: none repeat scroll 0 0 transparent;
    display: block;
    float: left;
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a.cur, div.anythingSlider .anythingControls ul a {
	background-position: center top;
}
/* start-stop button, stopped, default state */
div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
/* start-stop button, playing, default state */
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
/* start-stop button, default hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/**** Active State (slider has keyboard focus) ****/
/* slider window - top & bottom borders, active state */
div.anythingSlider.activeSlider .anythingWindow {
    overflow: hidden;
}
/* Navigation buttons, active state */
div.anythingSlider.activeSlider .anythingControls ul a.cur, div.anythingSlider.activeSlider .anythingControls ul a {

}
 div.anythingSlider.activeSlider .anythingControls ul a span{visibility:hidden;}
/* start-stop button, stopped, active state */
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
/* start-stop button, active slider hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	display: block;
	margin: 0 auto 35px;
	overflow: visible !important; /* needed for Opera and Safari */
	position: relative;
}
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
        margin-top: 75px;
}
/* anythingSlider base (original element) */
.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* all panels inside the slider */
.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 17px;
	position: relative;
	display: block;
        float: left;
}
div.anythingSlider .arrow a {
	display: block;
	width: auto;
	text-align: center;
	outline: 0;
}


.back span,
.back p,
.forward span {
    float: left;
    margin: 0 5px;
    display: inline-block;
    color: #afafaf;
    font-size: 11px;
    font-family: 'Georgia';
    text-shadow: #fff 0px 1px 0;
}

/* hide text, target the span so IE7 doesn't text-indent the link */
div.anythingSlider .arrow a span { display: block; }
/* back arrow */
div.anythingSlider .back { right: 0px; margin-left: 15px; }
div.anythingSlider .back a { background-position: left top; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: left -140px; }
div.anythingSlider .back.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
/* forward arrow */
div.anythingSlider .forward { right: 0; margin-right: 15px; }
div.anythingSlider .forward a { background-position: right top; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: right -140px; }
div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

/* Navigation Links */
div.anythingSlider .anythingControls {
    display: none;
    height: 46px;
    outline: 0 none;
    float: right;
    width: auto;
    background: url("../../../../eventor/script/anythingslider/img/bg-slider-nav.jpg") repeat-x top left;
     -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    position: absolute;
    right: 0;
    top: -75px;
}
div.anythingSlider .anythingControls ul {
    float: right;
    margin: 0 15px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    height: 46px;
    width: auto;
    z-index: 999;
    display: inline-block;
    
}

div.anythingControls ul.thumbNav li.anythingControls-left{
    width: 67px;
    height: 43px;
    background: url("http://www.financialcrimesconference.com/wp-content/themes/eventor/script/images/border-nav-left.png") no-repeat scroll center center transparent;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 17px;
}

div.anythingControls ul.thumbNav li.anythingControls-right{
    width: 56px;
    height: 43px;
    background: url("http://www.financialcrimesconference.com/wp-content/themes/eventor/script/images/border-nav-right.png") no-repeat;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 17px;
}

div.anythingControls ul.thumbNav li{
    display: inline-block;
    height: 14px!important;
    text-align: center;
    margin-top: 17px;
}

/*div.anythingSlider .anythingControls ul li {
    display: inline;
}*/
div.anythingSlider .anythingControls ul a {
    background-image: url("../../../../eventor/script/anythingslider/img/slider-pointer.png");
    background-position: center bottom;
    display: inline-block;
    height: 14px;
    margin: 0px 5px 0 0;
    outline: 0 none;
    text-align: center;
    text-decoration: none;
    width: 14px;
}
div.anythingSlider .anythingControls ul a:hover {
	background-position:top;
}
/* Navigation size window */
div.anythingSlider .anythingControls .anythingNavWindow { overflow: hidden; float: left; }

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .anythingControls ul { float: left; }    /* move nav link group to left */
div.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	background-image: url(http://www.financialcrimesconference.com/wp-content/themes/eventor/script/anythingslider/images/default.png);
	background-position: center -288px;
	background-repeat: repeat-x;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* hide cell shading on hover - makes the button appear to come forward */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

/* probably not necessary, but added just in case */
div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .anythingControls ul a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}




.slider-in-images-text{
    float: left;
    width: 980px;
    height: 374px;
}

.slider-in-images-text img{
    float: left;
    width: 974px;
    height: 368px;
    margin: 3px;
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.box-100 { width: 100%; }

.text-in-images{
    float: left;
    width: 949px;
    position: absolute;
    top: 0;
    margin: 15px 15px 0;
}

.text-in-images span{
    float: left;
    width: auto;
    display: block;
    background: #2F3236; 
    -webkit-border-radius: 4px 4px 4px 0;
    -moz-border-radius: 4px 4px 4px 0;
    -o-border-radius: 4px 4px 4px 0;
    -ms-border-radius: 4px 4px 4px 0;
    -khtml-border-radius: 4px 4px 4px 0;
    border-radius: 4px 4px 4px 0;
    color: #f0f0f0;
    font-size: 18px;
    font-family: 'Helvetica';
    font-weight: bold;
    padding: 10px;
    line-height: 20px;
}

.text-in-images a{
    float: left;
    width: auto;
    display: block;
    max-width: 929px;
    background: #2F3236;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: #f0f0f0;
    font-size:11px;
    font-family: 'Georgia';
    font-style: italic;
    padding: 10px;
}


.slider-wrap{ width: 980px; }

.images-slider {
    width: 370px;
    height: 350px;
    padding: 25px;
}

.text-slider {
    width: 470px;
    padding: 50px 0;
}

.video-text-slider{
    width: 385px;
    margin-right: 35px;
    margin-top: 10px;
}

.video-text-slider span,
.text-slider span {
    float: left;
    width: 100%;
    color: #313438;
    font-size: 38px;
    font-family: 'Helvetica';
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 15px;
}

.video-text-slider p,
.textSlide{
    float: left;
    width: 100%;
    color: #4e4d4c;
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 20px;
    margin: 10px 0;
}

.video-text-slider a,
.text-slider a { float: left; width: auto; margin-top: 10px; }

.slider-button-left{
    width: 6px;
    height: 36px;
    background: url(../../../../eventor/style/img/slider-button-left.png) no-repeat top left;
}

.slider-button-right{
    width: 6px;
    height: 36px;
    background: url(../../../../eventor/style/img/slider-button-right.png) no-repeat top left;
}

.slider-button-center{
    height: 26px;
    background: url(../../../../eventor/style/img/slider-button-center.png) repeat-x top left;
    color: #ffffff;
    font-size:13px;
    font-family: 'Helvetica';
    font-weight: bold;
    padding: 10px 17px 0;
}


.video-slider{
    width: 500px;
    height: 355px;
    margin-right: 8px
}

.video-slider-content { 
    width: 505px;
    height: 285px;
    margin-top: 25px;
    -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
}

.text-img-slider-panel {
    width: 435px;
    padding: 50px 0;
}