@charset "utf-8";
#g_img {
	position: relative;
	height: 500px;
}
#g_img img {
	position: absolute;
	left: 0;
	top: 0;
}
#g_thumbs_con {
	height: 100px;
	width: 960px;
	overflow: hidden;
	position: relative;
}
#g_thumbs {
	position: absolute;
	left: 0px;
	top: 0px;
}
#g_thumbs div {
	text-align: center;
	height: 100px;
	width: 100px;
	overflow: hidden;
	float: left;
}

#g_thumbs div img {
	height: 100px;
}
#leftarrow, #rightarrow {
	height: 100px;
	width: 20px;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	cursor: pointer;
}
#leftarrow {
	position: absolute;
	left: -20px;
	background-image: url(../layout/arrowleft.png);
}
#rightarrow {
	left: 960px;
	background-image: url(../layout/arrowright.png);
}
#arrows {
	height: 100px;
	width: 960px;
	position: relative;
}
