* {
	outline: none;
	padding: 0;
	margin: 0;
}

body {
	background-color:;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4e4e;
}

#wrapper {
	width: 277px;
	margin: 0 auto;
}


/* #### BOX 1 #### */
.box {
	position: absolute;
	top: 140px;
	left: 130px;
}

.box .top {
	background-image: url(../images/box-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 277px;
	height: 69px;
}

.box .hidden {
	display: none;
}

.box .back {
	position: absolute;
	top: 205px;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

.box .next {
	position: absolute;
	top: 205px;
	right: 0;
	cursor: pointer;
	z-index: 1;
}

.box .middle {
	background-image: url(../images/box1-middle.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 277px;
	height: 186px;
}

.box .slider_content {
	width: 239px;
	margin: 0 0 0 19px;
}

.box .slider {
	position: relative;
}

.box .image_frame {
	background-image: url(../images/box-image-frame.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 239px;
	height: 126px;
}

.box .image_frame img {
	margin: 4px 0 0 15px;
}

.box .image_frame a img {
	border: none;
}

.box .text {
	position: absolute;
	top: 115px;
	left: 13px;
	width: 217px;
	height: 70px;
	font-size: 11px;
	color: #4f4e4e;
}

.box .text a {
	color: #0e62a8;
	text-decoration: none;
}

.box .bottom {
	background-image: url(../images/box-bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 277px;
	height: 35px;
}

/* #### BOX 2 #### */
.box2 {
	position: absolute;
	top: 140px;
	left: 465px;
}

.box2 .top {
	background-image: url(../images/box2-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 277px;
	height: 69px;
}

.box2 .hidden {
	display: none;
}

.box2 .back {
	position: absolute;
	top: 205px;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

.box2 .next {
	position: absolute;
	top: 205px;
	right: 0;
	cursor: pointer;
	z-index: 1;
}

.box2 .middle {
	background-image: url(../images/box1-middle.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 277px;
	height: 186px;
}

.box2 .slider_content {
	width: 239px;
	margin: 0 0 0 19px;
}

.box2 .slider {
	position: relative;
}

.box2 .image_frame {
	background-image: url(../images/box-image-frame.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 239px;
	height: 126px;
}

.box2 .image_frame img {
	margin: 4px 0 0 15px;
}

.box2 .image_frame a img {
	border: none;
}

.box2 .text {
	position: absolute;
	top: 115px;
	left: 13px;
	width: 217px;
	height: 70px;
	font-size: 11px;
	color: #4f4e4e;
}

.box2 .text a {
	color: #0e62a8;
	text-decoration: none;
}

.box2 .bottom {
	background-image: url(../images/box-bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 277px;
	height: 35px;
}
/* #### BOX 3 #### */
.box3 {
	position: absolute;
	top: 140px;
	right: 120px;
}

.box3 .top {
	background-image: url(../images/box3-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 277px;
	height: 69px;
}

.box3 .hidden {
	display: none;
}

.box3 .back {
	position: absolute;
	top: 205px;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

.box3 .next {
	position: absolute;
	top: 205px;
	right: 0;
	cursor: pointer;
	z-index: 1;
}

.box3 .middle {
	background-image: url(../images/box1-middle.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 277px;
	height: 186px;
}

.box3 .slider_content {
	width: 239px;
	margin: 0 0 0 19px;
}

.box3 .slider {
	position: relative;
}

.box3 .image_frame {
	background-image: url(../images/box-image-frame.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 239px;
	height: 126px;
}

.box3 .image_frame img {
	margin: 4px 0 0 15px;
}

.box3 .image_frame a img {
	border: none;
}

.box3 .text {
	position: absolute;
	top: 115px;
	left: 13px;
	width: 217px;
	height: 70px;
	font-size: 11px;
	color: #4f4e4e;
}

.box3 .text a {
	color: #0e62a8;
	text-decoration: none;
}

.box3 .bottom {
	background-image: url(../images/box-bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 277px;
	height: 35px;
}
