.row-top { 
	position:relative; 
	z-index:1;
	background:url(../images/row-top.gif) 0 0 repeat-x #fff;
}
.row-bottom {background:url(../images/row-bottom.gif) 0 bottom repeat-x; position:relative;}
.row-left {background:url(../images/row-left.gif) left 0 repeat-y; position:relative;}
.row-right {background:url(../images/row-right.gif) right 0 repeat-y; position:relative;}
.row-top-left {background:url(../images/row-top-left.gif) 0 0 no-repeat; position:relative;}
.row-top-right {background:url(../images/row-top-right.gif) right 0 no-repeat; position:relative;}
.row-bottom-left {background:url(../images/row-bottom-left.gif) 0 bottom no-repeat; position:relative;}
.row-bottom-right {background:url(../images/row-bottom-right.gif) right bottom no-repeat; position:relative;}


* {
	padding:0;
	margin:0;
}
.slider-wrapper {
	width:630px;
	height:443px;
	position:relative;
	padding:0; 
	background: none;
}

.slider {
	width:630px;
	height:443px;
	position:relative;
	background: none;
	padding:0px;
}

.items {
	display:none;
}

	
.paginations {
	position:absolute;
	bottom:20px;
	left:20px;
	background:none;
	padding:0;
	z-index:999;
}

.paginations li {
	float:left;
	width:190px;
	height:78px;
	position:relative;
	margin-right:10px;
	background: url(../images/bg-pagination.png) left bottom no-repeat;
	padding:0;
}
.paginations li:hover, .paginations li.current{
	background-position: left top;
}
.paginations li a {
	font-size:14px;
	line-height:17px;
	position:relative;
	display:block;
	padding:19px 18px 10px 12px;
	color:#fbd590;
}

.paginations li:hover a, .paginations li.current a{
	color:#fbd590;
}
.titles{
	font-size:14px;
	line-height:1.2em;
	color:#fff;
	width: 120px;
}
.titles span {display:block; margin-top:-5px;}
.more {
	display:inline-block;
	width:25px;
	height:36px;
	float:right;
	background:url(../images/more.png) 0 0 no-repeat;
}

.more:hover{
	background-position:left bottom;
}
.paginations li em {
	display:inline-block;
	cursor:pointer;
	position:absolute;
	z-index:999;
	bottom:100%;
	left:0;
	width:190px; 
	height:0px;
	background:url(../images/corner.png) center top no-repeat;
}
.paginations li.current em {display:inline-block; height:10px !important;}

.play.paused {
	color:#f00;
}

.progbar{
	display:none;
}

.numStatus{
	display:none;
}
