﻿/* CAROUSEL */

.carousel{
	margin:  0 0 0 0;
	position:relative;
	height: 204px;
	width: 581px;
	overflow:hidden;
	border: 1px solid #999;
}

.carousel h2{
	color: #fff;
}	


.carousel .backgrounds{
    height: 204px;
}

.carousel .backgrounds .bgitem {
    width: 581px;
    height: 204px;
    float:left;
    position:relative;
    z-index:0;
}

 .carousel .backgrounds .item_1{	
	background-color: transparent;
	background-position: 0 0;	
	background-image: url(/PublishingImages/ticker-images/corrections-strategic-plan.jpg);
}

.carousel .backgrounds .item_2{
	background-image: url(/publishingimages/ticker-images/cssi-creating-and-sustaining-positive-school-climate.jpg);	
}

.carousel .backgrounds .item_3{
	background-image: url(/publishingimages/ticker-images/pt-nij-report-generic.jpg);
	}

.carousel .panel{
    background: #8dbcd0;
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 204px;
    width: 230px;
    z-index:10;
}

.carousel .panel .paging{
	font-size:12px;
	position:absolute;
	bottom: 0px;
	width: 230px;
	text-align:center;
	height: 24px;
	background-color: #10315c;
	padding-top: 4px;
}

.carousel .panel .paging a{
	color: #999999;
	font-size: 1.1em;
	border: 1px solid #3ba6ca;
	margin-right: 4px;
	margin-left: 4px;
	padding: 2px;
}

.carousel .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/publishingimages/ticker-images/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .play{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/publishingimages/ticker-images/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}


.carousel .panel .paging .next{
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/publishingimages/ticker-images/carousel_next_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging .previous{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(/publishingimages/ticker-images/carousel_previous_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging #numbers a {
    padding: 0 5px 0 5px;
}

.carousel .panel .paging #numbers a.selected {
    color: #fff;
}

.carousel .panel .details_wrapper {
	position:absolute;
	top:5px;
	left:5px;
	width: 220px;
	overflow:hidden;
	height: 184px;
}

.carousel .panel .details_wrapper .details{
    height: 184px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 220px;
    height: 200px;
    float:left;
    
}

.carousel .panel .details_wrapper .details h2{
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

.carousel .panel .details_wrapper .details a.more{
    color: #fff;
    font-size:1.1em;
}   

/* END CAROUSEL */
.featured_video {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #093A6E;
	font-weight: bold;
}
.carousel p.featured_video_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px /*13px;*/; /*nij*/
	color: #10315C; /*#ffffff*/; /*nij*/
	font-weight: bold;
}

.featured_video_author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px /*12px*/; /*nij*/
	color: #093A6E;
	font-weight: bold;
}
.featured_video_conference {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px /*11px*/; /*nij*/
	color: #353A35;
}
.featured_video_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353A35;
}

.featured_video_links a:visited, .featured_video_links a; .featured_video_links a:hover {
	color: #093a6e;
	}
