/********** CAROUSEL **********/

#carousel-wrap {
	width:445px; 
	height:250px;
	float:right;
	background-color:#FFF; 
	/*margin:-35px 0px 25px 25px; */
	clear:none; 
	/*background-image:url(images/video-shadow.png); 
	background-repeat:no-repeat; */
	background:#fff;
	position: relative;
	margin-bottom:30px;
	border:1px solid #dcdcdc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px;
}

/*remove outline (firefox) from carousel items*/
#carousel-wrap a,#carousel-wrap a:active, #carousel-wrap object, #carousel-wrap embed { outline:none; }

/* **** Styles for all *** */
.carousel-item {
	margin: 0 0;
	width: 445px;
	height: 250px;
	/*overflow: hidden;*/
	position: absolute;
	display:none;
	}
	
.carousel-item-content { overflow:hidden; }
	
.carousel-item img, .carousel-item a {outline:none; border:none; overflow:hidden;}

.carousel-item h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 7px 0 0 0;
    }

.carousel-item p {
	font-size: 0.9em;ß¨
	margin: 0;
    }

/*.carousel-caption { width:445px; margin:0; padding:14px 0 0 0; height:45px; position:absolute; left:0px; bottom:-10px; font-size:13px; color:#444; background:#fff; }*/

.carousel-caption { width:300px; margin:0; padding:0 0 0 0; height:45px; position:absolute; left:0px; bottom:-60px; font-size:13px; color:#444; background:none; /*background:#fff;*/ /*border:1px solid #939;*/ }

ul#flipper {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.8em;
	position: absolute;
	right: 0px;
	bottom: -45px;
    }

#flipper li {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	background-image:none;
    }
#flipper li a {
	display: block;
	width: 31px;
	height: 31px;
	border: none;
    }

#flipper li.back a {
	background: transparent url(../img/carousel-nav-sprite.png) no-repeat left top;
	margin-right: 5px;
    }
#flipper li.next a {
	background: transparent url(../img/carousel-nav-sprite.png) no-repeat right top;
	margin-left: 5px;
    }
#flipper li.back a:hover  {
	background-position: left bottom;
    }
	
#flipper li.next a:hover { 
	background-position:right bottom; 
}

#flipper li span {
	position: absolute;
	top: -1000em;
	left: -1000em;
	}
	