/* CSS Document */
/* I'm here to take care of all your gallery needs..

..Lets start with the default table*/

table.gall01 {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
td.gall01 {
	padding:10px;
	border:0px;
	position:center;
}
/*Two to line*/
td.gall02 {
	padding:10px;
	border:0px;
}
img.gall01 {
	position:center;
}
/*Two to line*/
img.gall02 {
	position:center;
}
p.gall01 {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#FF99CC;
	padding:0px;
}	
/* Second Phase */
img.gall03 {
	padding:20px;
}
table.gall03 {
	border:0px;
	width:100%;
}
td.gall03 {
	vertical-align:top;
}
td.galltop {
	padding:5px;
}
h2.galltop {
	text-align:center;
	padding:0px;
	display:block;
}
/*Previous and Next*/
.prev {
	width:50px;
	height:50px;
	background-image:url(../images/common/prev.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:100px;
}
.prev:hover {
	background-image:url(../images/common/prev_f2.gif);
}
.next {
	width:50px;
	height:50px;
	background-image:url(../images/common/next.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:100px;
}
.next:hover {
	background-image:url(../images/common/next_f2.gif);
}