/*---------------------------------------------
@main
---------------------------------------------*/

#wrapper .box .left{
	float:left;
	width:444px;
	text-align:right;
	padding:0 6px 0 0;
	margin:8px 0 0 30px;
}
#wrapper .box .left .box_underline {
	border-top:2px dotted #bbb;
	padding:8px 0;
	border-bottom:2px dotted #bbb;
	margin:0 0 8px 2px;
}
	
#wrapper .box .right{
	float:left;
	width:444px;
	text-align:left;
	padding:0 0 0 6px;
	margin:8px 30px 0 0;

}
#wrapper .box .right .whats_new {
	width:100%;
	margin:0 0 1px 0;
	padding:4px 0;
	border-top:3px double #999999;
	border-bottom:3px double #999999;
}
#wrapper .box .right .whats_new_box {
	width:434px;
	margin:0 0 2px 0;
	padding:4px 5px 2px 5px;
	border-bottom:1px dotted #bbbbbb;
}
#wrapper .box .right .whats_new_box img{
	vertical-align:middle;
	margin:0 4px 0 0;
	padding:0 0 2px 0;
}
#wrapper .box .right .whats_new_box a:link       { color:#e74d4d;text-decoration:underline; }
#wrapper .box .right .whats_new_box a:visited    { color:#e74d4d;text-decoration:underline; }
#wrapper .box .right .whats_new_box a:hover      { color:#FFFFFF;text-decoration:none;background:#e74d4d; }
#wrapper .box .right .whats_new_box a:active     { text-decoration:underline; }




/* -------------------------------------

	2011/7/20

------------------------------------- */

#sliderBox {
	background: url(../images/bg_sliderbox.png) left bottom repeat-x;
	overflow:hidden;
	width:894px;
	margin:7px auto 5px auto;
	padding:0 0 13px 0;
}

/*next button*/
.bx-next {
	position:absolute;
	top:45%;
	right:15px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_next.png) no-repeat 0 0;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:45%;
	left:15px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_prev.png) no-repeat 0 0;
}
	
/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 -30px;
}

