img {		/* Disable border line to all images */
	border-style: none;
}
img.pos {	/* Relative position of CongDoan Logo */
	position:relative;
	top:10px;
	left:10px;
}
img.prev {	/* Relative position of Previous arrow for slide show */
	width:50px;
	position:relative;
	top:250px;
	right:360px;
}
img.next {	/* Relative position of Next arrow for slide show */
	width:50px;
	position:relative;
	top:250px;
	left:360px;
}
img.shows { 	/* Slide show style */
	filter:revealTrans(duration=2,transition=23); 
	height:500px;
	border-radius:30px; 
	-moz-border-radius:30px;
	box-shadow: 5px 5px 5px #888888;
}
.tphoto {	/* Relative position for the number of photos */
	text-align:center;
	background-image:url('../images/bg.gif'); 
	padding:5px 5px 5px 5px; 
 
	font-size: 9pt;
	font-family: arial, "Times New Roman";
	color: blue;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #888888;

	position:relative;
	top:7px;
}