#jb02-timeline a {
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#jb02-timeline a:hover,
#jb02-timeline a.selected {
	color: #ffcc00;
}

#jb02-timeline h1,#jb02-timeline h2,#jb02-timeline h4,#jb02-timeline h5,#jb02-timeline h6 {
	text-align: center;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}
#jb02-timeline h1 {
	font-size: 18px;
	border-bottom:none;
}
#jb02-timeline h2 {
	font-size: 14px;
}
#jb02-timeline .sociales {
	text-align: center;
	margin-bottom: 20px;
}

#jb02-timeline {
	
	overflow: hidden;
	margin: 5px auto;
	position: relative;
	background: url('../images/dot.gif') left 45px repeat-x;
}
#jb02-timeline #dates {
	width: 100%;
	height: 15%;
	overflow: hidden;
}
#jb02-timeline #dates li {
	list-style: none;
	float: left;
	height: 50px;
	margin:0;
	text-align: center;
	background: url('../images/biggerdot.png') center bottom no-repeat;
}
#jb02-timeline #dates a {
	line-height: 38px;
	padding-bottom: 10px;
	text-decoration:none;
	background: transparent;
}
#jb02-timeline #dates .selected {
  
}
		
#jb02-timeline #issues {
	width: 100%;
	height: 100%;
	overflow: hidden;
}	
#jb02-timeline #issues li {
	height: 100%;
	list-style: none;
	float: left;
	margin-left:0;
}
#jb02-timeline #issues li.selected img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
#jb02-timeline #issues li img {
	float: left;
	margin: 2% 30px 2% 50px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out; 
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}
#jb02-timeline #issues li h1 {
	color:#ffcc00;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
}
#jb02-timeline #issues li p {

	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #000 1px 1px 2px;
}
		
#jb02-timeline #grad_left,
#jb02-timeline #grad_right {
	width: 10.5%;
	height: 100%;
	position: absolute;
	top: 0;
}
#jb02-timeline #grad_left {
	left: 0;
}
#jb02-timeline #grad_right {
	right: 0;
}
		
#jb02-timeline #next,
#jb02-timeline #prev {
	position: absolute;
	top: 0;
	font-size: 70px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#jb02-timeline #next:hover,
#jb02-timeline #prev:hover {
	background-position: 0 -76px;
}
#jb02-timeline #next {
	right: 0;
	background:transparent;
	background-image: url('../images/next.png');
}
#jb02-timeline #prev {
	left: 0;
	background:transparent;
	background-image: url('../images/prev.png');
}
#jb02-timeline #next.disabled,
#jb02-timeline #prev.disabled {
	opacity: 0.2;
}