.descripton em{
	font-size: 150%;
}

.descripton ul{
	margin-left: 15px;
}

.descripton ul li{
	list-style-type: none;
	list-style-image: url(images/li.gif);
}

.pic{
	width: 100%;
	height: 100%;
}
.pic_tl {
	background-image: url(images/pic_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 6px;
	height: 6px;
}

.pic_tr {
	background-image: url(images/pic_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 6px;
	height: 6px;
}

.pic_bl {
	background-image: url(images/pic_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 6px;
	height: 6px;
}

.pic_br {
	background-image: url(images/pic_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 6px;
	height: 6px;
}

.pic_l{
	background-image: url(images/pic_l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.pic_r{
	background-image: url(images/pic_r.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.pic_b{
	background-image: url(images/pic_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.pic_t{
	background-image: url(images/pic_t.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.prev {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
}

.prev table{
	width: 100%;
	height: 100%;
}
