


#main {
    width: 740px;
    padding: 15px 15px 0 15px;
    margin: 50px auto 0 auto;
    background-color: #E8F0FF;
    border: 1px solid #808ea8;
}

#container {
    border: 1px solid #808ea8;
}



a img {
    display: block;
}


.carousel {
    overflow: hidden;
}

.carousel .inner {
    
}

.carousel .middle {
    overflow: auto;
}


.clearer {
  clear: both;
  }

/* Example 2 ---------------------------------- */

#carousel-1 {
    background-color: #FFF;
    border: 1px solid #AAC8FF;
    width: 715px;
    height: 175px;
    margin-top: 15px;
}

/*the div that will show or hide the scroll bars */
#carousel-1 .middle {
    float: left;
    width: 715px;
    height: 175px;
}

#carousel-1 .slide {
    width: 142px;
    height: 150px;
    padding: 0px;
    float: left;
	
	
}

#carousel-1 .slide .imagewrapper{
	
	border:1px solid #666;
	width: 122px;
	height:74px;
	background-color:#eee;
	overflow:hidden;
	margin:5px;
}

#carousel-1 .inner .slide .imagewrapper img {
	cursor:pointer;
	border:1px solid #fff;
	
}

#carousel-1 .inner .slide a{
	background-color: #000;

}

#carousel-1 .inner .slide .info {
    width: 130px;
	padding-left: 5px;
	padding-right: 5px;

}

#carousel-1 .inner .slide .info .video_title{
	color:#466c9e;
	font-size:.8em;
	font-weight:bold;
}


#carousel-1 .inner .slide .info .presenter {
	color:#666;
	font-size:.7em;
}

#carousel-1 a {
    float: left;
    width: 41px;
    height: 175px;
    background-color: #AAC8FF;
    text-align: center;
    text-decoration: none;    
    font-size: 36px;
    line-height: 120px;
	cursor:pointer;
}

#carousel-1 a.next {
    float: right;
}

#carousel-1 a:hover {
    color: #000;
}


.video-time {
	text-align:right;
	margin-top:-16px;
	margin-right:1px;
	font-family:Arial, sans-serif;
	white-space:nowrap
}
.video-time span {
	padding:0 4px;
	font-weight:bold;
	font-size:11px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#000;
	color:#fff;
	height:14px;
	opacity:.75;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	*display:inline-block;
	

}
