/* ******************************************************************
 * TOP STORIES SLIDER
 * ****************************************************************** */

@import "base.less";

#top-story-carousel-container {
	background-color: @smokey;
	margin: auto .25em;
}

#top-story-carousel {
    max-height: 410px;
    width: 694px;
    margin: 0 auto;
    }

#top-stories-nav {
    margin-right: 0;
    float: left;
    width: 92px;
    }

#top-stories-main {
	background-color: black;
    margin: 0;
    float: left;
    position: relative;
    width: 600px;
    }

#top-stories-nav ul {
    padding: 0;
    margin: 0;
    }

#top-stories-nav li {
    border: 1px solid black;
    list-style: none;
    }

#top-stories-nav li:last {
    border: none;
    }

#top-stories-nav-tabs li {
    //margin-bottom: 4px;
    }


.top-stories-nav-tabs-item img {
    width: 100%;
    height: 390px / 5;
    }
    
.top-stories-main-item {
	overflow: hidden;
}

.top-stories-main-item-caption {
	background-color: @smokey;
	border: 1px solid black;
	bottom: 0;
	color: white;
	font-size: 1.25em;
	font-weight: bolder;
	padding: 2px;
	position: absolute;
	text-align: center;
	z-index: 2;
	width: 100%;
	.transparency(.75);
}

.top-stories-main-item img {
	border: 1px solid black;
    height: 400px;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    }