@charset "utf-8";
.detail-share
{
	text-align:right;
	float:right;
	margin-top:10px;
}
.title-chitiet h3, .title-chitiet h2
{
	margin:0;
	float:left;
}
.name-photo
{
	background:url(../images/album-icon.png) no-repeat;
	padding-left:50px;
	font-size: 18px;
	line-height: 35px;
	margin-bottom:-10px;
	margin-top:5px;
}
.out-photo
{
	float:left;
	width:290px;
	height:260px;
	margin:14px 20px 15px 20px;
	background:#FFF;
}

.out-photo a
{
	text-decoration:none;
}
.out-photo .pt-name
{
	text-align:center;
	width:100%;
	height:40px;
	margin-top:5px;
	font-size:16px;
}
.out-photo .pt-name a
{
	color:#333;
}

.out-photo .pt-khung1
{
	width:290px;
	height:236px;
	background:url(../images/khung1.png);
}
.out-photo .pt-khung1 img
{
	width:257px;
	height:193px;
	position:relative;
	top:22px;
	left:17px;
}

.out-photo .pt-khung2
{
	width:290px;
	height:236px;
	background:url(../images/khung2.png);
}
.out-photo .pt-khung2 img
{
	width:257px;
	height:193px;
	position:relative;
	top:22px;
	left:6px;
}

.out-photo .pt-khung3
{
	width:290px;
	height:236px;
	background:url(../images/khung3.png);
}
.out-photo .pt-khung3 img
{
	width:257px;
	height:193px;
	position:relative;
	top:22px;
	left:26px;
}

.out-photo .pt-khung4
{
	width:290px;
	height:236px;
	background:url(../images/khung4.png);
}
.out-photo .pt-khung4 img
{
	width:257px;
	height:193px;
	position:relative;
	top:36px;
	left:27px;
}

.out-photo .pt-khung5
{
	width:290px;
	height:236px;
	background:url(../images/khung5.png);
}
.out-photo .pt-khung5 img
{
	width:257px;
	height:193px;
	position:relative;
	top:18px;
	left:11px;
}


.out-image-view
{
	float:left;
	width:190px;
	height:197px;
	margin:14px 13px 15px 17px;
	background:#FFF;
}
.out-image-view .pt-img
{
	width:190px;
	height:169px;
	
	-webkit-transform:scale(1); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform:scale(1); /*Mozilla scale version*/
	-o-transform:scale(1); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 1; /*initial opacity of images*/
	margin: 0 10px 5px 0; /*margin between images*/
}
.out-image-view .pt-img:hover
{
	-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.1); /*Mozilla scale version*/
	-o-transform:scale(1.1); /*Opera scale version*/
	box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
	-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
	-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
	opacity: 1;
}
.out-image-view .pt-name
{
	text-align:center;
	width:100%;
	height:40px;
	margin-top:5px;
	font-size:16px;
	overflow:hidden;
}
