		/*slide 6*/
		
.photoref{
	margin-left :20px;
	margin-top : 20px;
	padding : 0px;
	width : 568px;
	height : 369px;
	border-bottom : 10px solid #1FC7FF;
	border-top : 0px;
	border-left: 0px;
	border-right : 0px;
}
.ptype, .nplace{
	margin-top:10px;
	margin-left:20px;
	font-family: 'AllerBold', Arial, sans-serif;
	font-size: 20px;
	color: #1A1A1A;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
}
.others{
	margin-top:100px;
	margin-left:20px;
	font-family: 'AllerBold', Arial, sans-serif;
	font-size: 20px;
	color: #1FC7FF;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
}
.others p{
	margin-top:50px;
}
@media screen and (max-device-width: 480px) and (orientation:landscape),(max-device-width: 568px) and (orientation:landscape)
	{

		.photoref{
			height:170px;
			width:262px;
			margin-top : 5px;
			margin-left : 50px;
			border-bottom : 5px solid #1FC7FF;
		}
		.others{
			margin-top:30px;
			margin-left:20px;
			width : 345px;
			font-family: 'AllerBold', Arial, sans-serif;
			font-size: 20px;
			color: #1FC7FF;
			text-align: left;
			font-weight: normal;
			font-style: normal;
			line-height: 1.0;
		}
		.others p{
			margin-top:25px;
		}
	}
	
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape)
{
	.photoref{
		margin-left :105px;
		margin-top : 60px;
		padding : 0px;
		width : 568px;
		height : 369px;
		border-bottom : 10px solid #1FC7FF;
		border-top : 0px;
		border-left: 0px;
		border-right : 0px;
	}
	.ptype, .nplace{
		margin-top:40px;
		margin-left:105px;
		font-family: 'AllerBold', Arial, sans-serif;
		font-size: 20px;
		color: #1A1A1A;
		text-align: left;
		font-weight: normal;
		font-style: normal;
		line-height: 1.0;
	}
	.others{
		margin-top:200px;
		margin-left:-210px;
		font-family: 'AllerBold', Arial, sans-serif;
		font-size: 20px;
		color: #1FC7FF;
		text-align: center;
		font-weight: normal;
		font-style: normal;
		line-height: 1.0;
	}
	.others p{
		margin-top:50px;
	}
}