@charset "utf-8";
#slidemain {
	width: 200px;
	height: auto;
}
#slidetop {
	height: 86px;
	width: 195px;
}
#slidepg {
	width: 195px;
	background-image: url(../images/slidebg.png);
	background-repeat: repeat-y;
	height: auto;
}
#slidebtm {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 185px;
	clear: both;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}
#prd {
	height: 107px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#sliderDiv {
	height: 300px;
}
.hideInitially {
display: none;
}

