@charset "UTF-8";

.list{ list-style:none; margin:0; padding:0;}
ul.list li div{ margin:0; padding:0;}
@-moz-document url-prefix() {
    ul.list li div {
        margin:0; padding:0; margin-top:-5px;
    }
}

.sliderBox{
	background:#FFF;
	width:727px;
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	position: relative;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-color: #FFF;
}
.sliderBox h2{ text-shadow:0 0 5px #039; text-align:center; line-height:2.5em; font-size:1.2em; color:#EEE; margin:0; border-radius:10px 10px 0 0;
	background:#09C;
	background:-moz-linear-gradient(#09C, #6CF);
	background:-webkit-linear-gradient(#09C, #6CF);
	background:-o-linear-gradient(#09C, #6CF);
	background:-ms-linear-gradient(#09C, #6CF);}

.slider{
	width:650px;
	height:120px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
.slider ul{
	overflow:hidden;
	width:6000px;
	position:absolute;
	left:0;
}
.slider li{
	float:left;
	text-align:center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 4px;
}
.slider a{
	display:inline-block;
	width:115px;
	height:92px;
	padding:2px;
	overflow:hidden;
	border:solid 1px #CCC;
	margin-bottom:5px;
}
.slider a:hover{ border-color:#C00; }
.slider a img{ border:0;}

.status{ text-align:center; margin-top:5px; position:relative\9; *margin-left:435px;}
.status li{
	cursor:pointer;
	background:#FFF;
	display:inline-block;
	text-indent:-9999px;
	border:2px solid #CCC;
	width:8px;
	height:8px;
	border-radius:100%;
	margin:0 3px;
*float:left; }
.status li.now{
	border-color:#999;
	background-color: #C00;
}

.dIcon{
	text-indent:-9999px;
	position:absolute;
	top:40px;
	display:block;
	width:20px;
	height:20px;
	background:url(../images/allgame/all.png) no-repeat;
	width:38px;
	height:47px;
}
.next{
	background-position:-44px -2px;
	right: -2px;
}
.prev{
	left:0px;
	background-position:0 -2px;
}
.next:hover{ background-position:-44px -55px;}
.prev:hover{ background-position:0 -55px;}
