@charset "UTF-8";

.marquee_panels { display: none; }
#marquee_outer_container { width: 100%; max-width: 336px; height: 100%; max-height: 189px; overflow: hidden; border-radius: 6px; }

.marquee_container { width: 100%; max-width: 336px; height: 100%; max-height: 189px; }
.marquee_photos { position: absolute; top: 0px; left: 0px; display: none; }
.marquee_photos img {
	width: 100%;
	max-width: 336px;
	height: auto;
}

#partners-photo-marquee .marquee_photos img {
	width: 100%;
	max-width: 250px;
	height: 110px;
}

.marquee_nav { display: none; }

p.marquee_navigator { /* Side Nav */
    font-size: 40px;
    color: #fff;
    background-color: #606060;
    padding: 5px;
    opacity: 0;
    line-height: 40px;
	transition: all 0.3s ease;
	border-radius: 6px;
}

p.marquee_nav_hover {
    opacity: 0.8;
}

p.nav_over {
    background-color: #888;
    cursor: pointer;
    opacity: 1;
}

#marquee_left_navigator {
    position: absolute;
    left: 0;
    top: 59px;
    /*top: 80px;
    /*left: 0;
    top: 214px;*/
    z-index: 3;
    height: 100%;
}

#marquee_right_navigator {
    position: absolute;
    right: 0;
    top: 59px;
    z-index: 3;
    height: 100%;
}

#activity-photo-marquee p.marquee_navigator {
    height: 100%;
    line-height: 190px;
	border-radius: 6px;
	padding: 0;
	margin: 0 !important;
}

#activity-photo-marquee #marquee_left_navigator {
    position: absolute;
    left: 0;
    top: 0;
}

#activity-photo-marquee #marquee_right_navigator {
    position: absolute;
    right: 0;
    top: 0;
}

#activity-photo-marquee #marquee_left_navigator p.marquee_navigator {
    border-radius: 6px 0 0 6px;
}

#activity-photo-marquee #marquee_right_navigator p.marquee_navigator {
    border-radius:  0 6px 6px 0;
}

#partners-photo-marquee .container {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

#partners-photo-marquee .marquee_container {
    position: relative;
    left: 8.33%;
    width: 83.33%;
    max-width: 83.33%;
    height: 110px;
    max-height: 110px;
    overflow: hidden;
}

#partners-photo-marquee p.marquee_navigator {
	height: 110px;
	line-height: 110px;
	color: #d9d9d9;
	background: #f2f2f2;
	opacity: 1;
	text-align: center;
}

#partners-photo-marquee #marquee_left_navigator {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
	width: 8.33%;
}

#partners-photo-marquee #marquee_right_navigator {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
	width: 8.33%;
}

#partners-photo-marquee p.nav_over {
	background: #a6a6a6;
	opacity: 1;
	transition: all 0.3s ease;
}