@charset "utf-8";
/* CSS Document */

/* style reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

h1
{
	font-family:Arial;
	font-size: 25px;
	color:#848381;
	font-weight:normal;
	letter-spacing:normal;	
}

.ManImgDiv
{
	width:600px; height:450px;
	display:inline;
}

.MainImg
{
	width:600px; height:450px;

}

.PrevImg
{
	width:160px; height:120px;
	float:left;
	cursor:pointer; cursor:hand;
	border:solid 1px #848381;
	margin-bottom:5px
}

.ScrollDiv
{
	width:594px; height:140px;
	overflow:scroll	
}
