@charset "UTF-8";
/* CSS Document */

#balloons li {
	list-style: none;
	float: left;
	display: block;
	padding: 0px;
	padding-right: 15px;
	}

.frame {width:105px; height:96px; background:none; float:left; display:inline;}
.wrap {width:105px; height:92px; position:relative; overflow:hidden; font-family: Verdana, Arial, Helvetica, sans-serif; }
.wrap img {display:block;}
.wrap div {width:105px; height:126px; padding-top: 127px; position:absolute; left:0; top:0;}
.wrap div b { width:105px; height:126px; position:absolute; z-index:1; display:block;  background-image: url(../images/trans.png); }
.wrap div span {position:relative; z-index:99;}
.wrap div h1{font-size: 12px; color:#fc0; padding-left: 5px; font-weight: bold;position:relative; z-index:99;}
.wrap div p {font-size:12px; color:#fff; line-height:16px; padding-left:5px;position:relative; z-index:99;}
.wrap div a {color:#fc0; font-size:10px; margin-top: 15px; padding-left:5px;position:relative; z-index:99;}
.clear {clear:both;}

.carousel ul {
	margin:0;
	padding:0;
	zoom:1;
	}
.js ul li { 
	overflow:hidden;
	display:inline;
	float:left;
	width:300px;
	height:200px;
	text-align:center;
	margin-right: 4px;
	}
.carousel .carousel-control {
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:40px;
	cursor:pointer;
	line-height:10px;
	zoom:1;
	}
.carousel .carousel-next {
	background:url(http://thomlx.free.fr/numerized/styles/images/buttons/next.png) 0 0 no-repeat;
	}
.carousel .carousel-previous {
	background:url(http://thomlx.free.fr/numerized/styles/images/buttons/prev.png) 0 0 no-repeat;
	}
.carousel .carousel-control:hover {
	-moz-opacity:.7;
	opacity:0.70;
	filter:alpha(opacity=70);
	}
.carousel .disabled,#container .carousel .disabled:hover {
	-moz-opacity:.1;
	opacity:0.10;
	filter:alpha(opacity=10);
	cursor:default;
	}
.carousel div {
	margin:0;
	padding:0;
	border:0;
	}
.carousel ul {
	padding:0;
	list-style:none;
	}
.carousel ul li {
	position:relative;
	width:300px;
	}
.carousel ul li cite {
	position:absolute;
	bottom:3px;
	right:10px;
	line-height:19px;
	font-size:11px;
	}
.carousel ul li cite a img {
	vertical-align:middle;
	}
.carousel ul li cite a {
	color:#fff;
	text-decoration:none;
	}
