
#timeline {
	width: 100%;
	height:  auto;
	overflow: hidden;
	margin: 20px auto;
	position: relative;
	background: url('../img_theme/dot.gif') left 93px repeat-x;
}
#dates {
	width: 100%;
	height: 115px;
	overflow: hidden;
}

#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 99px;
	font-size: 15px;
	text-align: center;
	background: url('../img_theme/biggerdot.png') center bottom no-repeat;
}

#dates a {
	list-style: none;
	float: left;
	width: 100px;
	height: 102px;
	line-height: 63px;
	font-size: 12px;
	color:#fff;
	text-align: center;
	background: url('../img_theme/current-line2.png') center top no-repeat;
}

#dates a.selected  {
	margin-top:0px;
	margin-left:0;
	line-height: 53px;
	font-size: 13px;
	color:#fff;
}
#dates .selected {
	list-style: none;
	float: left;
	width: 100px;
	height: 102px;
	font-size: 14px;
	text-align: center;
	background: url('../img_theme/current-line.png') center top no-repeat;
}


#issues {
	border-bottom:1px solid #dddada;
	position: relative;
	width: 100%;
	height:  auto;
	padding:10px 0;
	overflow: hidden;
	display:block;
	float:left
}	

#issues li {
	width: 700px;
	height: auto;
	list-style: none;
	padding:0;
	margin:0;
	display: inline-block;
	float: left;
}
#issues li h1{
	font-family:'ThaiSansNeue';
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #26b3d6;
	font-size:32px;
	color:#28abcc;
}

#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);
}

#issues li .img {
	float:left;
	max-width:350px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:15px;
	width:100%;
	background-color:#fff;
}

#issues li img {
	float: left;
	width:350px;
	background-color:#fff;
	padding: 0px;
	background-color:#fff;
	-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);
}

#next,
#prev {
	position: relative;
	font-size: 2px;
	width: 36px;
	height: 26px;
	margin-top:5px;
	background-position: 0 -52px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#next:hover,
#prev:hover {
	background-position: 0 -26px;
}
#next {
	float:right;
	background-image: url('../img_theme/next.png');
}
#prev {
	float:left;
	background-image: url('../img_theme/prev.png');
}
#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

#issues li .content{
	float:left;
	width:28%;
}


@media only screen and (max-width:767px){
	

#issues {
	border-bottom:1px solid #dddada;
	position: relative;
	width: 100%;
	height:  auto;
	padding:10px 0;
	overflow: hidden;
	display:block;
	float:left
}	

#issues li {
	width: 767px;
	height:  auto;
	list-style: none;
	padding:0;
	margin:0;
	display: inline-block;
	float: left;
}

#issues li h1{
	clear:both;
	display:block;
	padding-top:20px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:18px;
	color:#28abcc;
}

#issues li p{
	padding:0 10px;
}


#issues li .content{
	float:left;
	width:95%;
}


#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);
}

#issues li .img {
	float:left;
	max-width:100%;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:15px;
	width:100%;
	text-align:center;
	background-color:#fff;
}

#issues li img {
	float:none;
	width:80%;
}
	
}


@media only screen and (max-width:479px){

	#issues li {
		width: 350px;
		height:  auto;
		list-style: none;
		padding:0;
		margin:0;
		display: inline-block;
		float: left;
	}

}