#titles{
	position: relative;
	float: left;
	width: 100%;
	/*height: 1024px;*/
	overflow-y: hidden;
}

#titles a{
	color: rgb(200, 50, 50);
}
#titles .titles_issue{
	text-align: center;
	font-size: 1em;
	padding: 5px 0px 10px 0px;
	font-family: Arial;
}
#titles .titles_issue_num{
	position: relative;
	float: left;
	width: 100%;
	height: 4%;
	font-size: 20px;
	text-align: center;
	color: rgb(111, 105, 105);
}

#titles .titles_issue_img{
	position: relative;
	float: left;
	width: 100%;
}

#titles .titles_issue_img .issue_img{
	position: relative;
	float: left;
	width: 100%;
	cursor: pointer;
}

#titles .titles_issue_img .issue_pdf{
	position: relative;
	float: left;
	width: 100%;
	font-size: 13px;
	text-align: center;
}

#titles .titles_issue_arts{
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
}

#titles .titles_issue_arts p{
	font-weight: bold;
}

#titles .titles_issue_arts > a{
	color: rgb(200, 50, 50);
	border-bottom: 1px solid rgb(43, 44, 47);
	/* margin: 1px; */
	cursor: pointer;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	/* margin-bottom: 10px; */
	position: relative;
	float: left;
	width: 100%;
}

#titles .titles_issue_arts > a:last-child{
	border-bottom: none;
}

#titles .left_arrow{
	background: url("../../images/controls/left.png") no-repeat center;
	width: 15px;
	height: 45px;
	position: relative;
	float: left;
	background-size: 10px;
}

#titles .right_arrow{
	background: url("../../images/controls/right.png") no-repeat center;
	width: 15px;
	height: 45px;
	position: relative;
	float: right;
	background-size: 10px;
}
