
.carousel{
	   background: #626262;
	   font-family: "Geogrotesque Medium",Helvetica,Arial,sans-serif;
	   font-size:1.2em;
}
.carousel h3{
	color:#fff;
	font-size:1em;
	text-transform: uppercase;
	margin:0;
	padding:5px 0 0 8px;
}
.carousel a{
	color:#fff;
} 
.carousel > .window {
    overflow: hidden;
    position: relative;
    height: 278px;
 
    }
.carousel .btn-veuretots:link, .carousel .btn-veuretots:visited{
	background:#ddd;
	text-transform: uppercase;
	color:#000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin:4px 0 0 4px;
	font-size:0.65em;
	padding:4px 10px;
}
.carousel .btn-veuretots:hover, .carousel .btn-veuretots:active{
	background:#fff;
	color:#000;
}
/*
    This is the item wrapper,
    it will be animated.
*/
.carousel ul {
    list-style: none;
    height: 10000px;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0px;
}

/*
    These are the items
*/
.carousel li {
    margin:0;
    background-color: #444;
    overflow:hidden;
    height:93px;
}
.carousel li .media-body{
    padding:10px;
    border-bottom:1px solid #8b8b8b;
}
.carousel li  img{border-left:4px solid #fff; border-bottom:4px solid #fff;}
.carousel li .media-right, .carousel li .media > .pull-right { padding-left: 0;}

a.prev, a.next {
    font-size: 22px;
    color:#6dc0ff;
    cursor:pointer;
    line-height:1em;
    
}
.carousel li:first-child {
    margin: 0;
}

.carousel li.item .media-right a{
	display:block;
	overflow:hidden;
	width:165px;
	height:93px;
}

.carousel li.item .media-right img{
	width:100%;
	height:auto;
}