/*------css ctcollection-----*/
.EPortalGallery {
	background-color:#fff7e4;
	margin:0px;
}
.EPortalGallery .ctcollection{
	background-color:#fff7e4;
	margin:0px;
}
.EPortalGallery .Thumbimg{
	height:382px;
	width:302px; text-align:center;
	background:#ffffff;
	border-right:solid 1px #b16d6d;
}
.EPortalGallery .tb{
	height:242px;
}
.EPortalGallery .textleft{
	font-weight:bold;
	font-size:12px;
	padding-left:25px;
	text-align:left;
	line-height:18px;
	padding-top:20px;
	vertical-align:top;
	overflow:auto;
	height:auto;
	width:95%;
	*width:97%;
	height:280px;
	margin-bottom:10px;
	padding-right:10px;
}
.EPortalGallery .lk{
	color:#9a0815;
	text-align:left;
}
.EPortalGallery .im img
{
	border:none;
	margin:0 4px;
}
/*-----------------------css gioi thieu-----------------*/
.EPortalGallery .textct{
	font-weight:bold;
	font-size:12px;
	margin-left:25px;	margin-right:35px;
}
.EPortalGallery .textnormal{
	font-size:12px;
	font-family:tahoma;
	line-height:18px;
	margin:10px 35px 0px 25px;
	text-align:justify;
}
/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 101px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid .cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 0px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

