/*********************************************************************************/
/* GALLERY2.CSS - Stylesheet for gallery2.php **************************************/
/*********************************************************************************/

h1.gal2_title {
	font-size:25pt;
}
h3.gal2_descbox_header {
	font-weight:bold;
	font-size:15pt;
	color:#666666;
	margin-bottom:10px;
}

/*********************************************************************************/
/* general tag section 															 */
/*********************************************************************************/
div#gal2_container_detailpic {
	width:660px; /* Total width of the available box */
	float:left;
	margin:10px 20px 20px 20px;
	text-align:center;
}
div#gal2_container_picdescbox {
	float:left;
	background-color:#FFFFFF;
	width:204px;
	height:470px;
	margin:10px 20px 0px 0px;
	padding:10px;
}
div#gal2_container_pagingpics {
	width:660px;
	margin-top:10px;
	padding-left:20px;
	text-align:right;
}
/*********************************************************************************/
/* general section 																 */
/*********************************************************************************/
div#gal2_container_previewpics {
	width:680px; /* Total width of the available box */
	float:left;
	margin:20px 20px 0px 0px;
}
ul#gal2_previewlist {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
}
ul#gal2_previewlist li {
	float:left;
	margin:0px 0px 20px 20px;
}
div#gal2_container_descbox {
	float:left;
	margin:20px 20px 40px 0px;
	width:204px;
	height:480px;
	background-color:#FFFFFF;
	padding:10px;
}
div#gal2_container_paging {
	width:680px;
	text-align:center;
	float:left;
	padding:10px;
}
