@charset "UTF-8";
/* CSS Document */
.slideshow { height: 335px; width: 622px; margin: auto }
/*.slideshow img { display: none }*/
.slideshow img.first { display: block }
.fade {
	display: block;
	height: 330px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-image:url(../images/bg_fade.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.left {
	float: left;
	width: 622px;
	margin-right: 4px;
}
.right {
	float: right;
	width: 296px;
}
#top {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#top .left {
	height: 335px;
}
#top .right {
	height: 335px;
}
#top .right #gift {
	padding-bottom: 10px;
}
#bottom {
	background-image: url(../images/bg_curved_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
#bottom .left {
	background-image: url(../images/bg_bottom_622.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	width: 602px;
}
#bottom .right {
	background-image: url(../images/bg_bottom_296.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	width: 276px;	
}
img.fltleft {
	padding-right: 10px;
	padding-bottom: 10px;
}
h3 a {
	color: #D71616;
}

