@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
li{ list-style:none;}
.roll{
	width:540px;
	height:350px;
	padding:4px;
	background:#FFF;
	border:#e9e9e9 solid 1px;
	position:relative;
	overflow:hidden;
	float:right;
	}
.roll img{
	width:540px;
	height:350px;
	border:0;
	}
.rTit{
	width:540px;
	height:30px;
	background:#000;
	color:#FFF;
	font-size:12px;
	line-height:30px;
	position:absolute;
	left:5px;
	bottom:4px;
	filter:alpha(opacity=70);
	opacity:0.7;
	overflow:hidden;
	}
.rTit li{
	padding-left:10px;
	}
.rNum{
	width:96px;
	position:absolute;
	right:10px;
	bottom:8px;
	}
.rNum li{
	width:20px;
	height:20px;
	color:#FFF;
	background:#6C6;
	text-align:center;
	line-height:20px;
	float:left;
	margin:0 2px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	_display:inline;
	cursor:pointer;
	}
.rNum .current{background:#F60;}/**/