/*========（数字报）=======*/
.content {
	BACKGROUND-COLOR: #ffffff;
}
#best-seller-content {
	POSITION: relative;
	HEIGHT: 430px! important;
	width: 300px;
}
#best-seller--labels {
	RIGHT: 0px;
	WIDTH: 34px;
	POSITION: absolute;
	TOP: 0px;
	height: 428px;
	border:solid 1px #d7d7d7;
}
#best-seller--labels OL LI {
	VERTICAL-ALIGN: bottom;WIDTH:34px;HEIGHT:107.5px; 
}
#best-seller--labels OL LI A {
 DISPLAY: block; FONT-SIZE: 12px; OVERFLOW: hidden; WIDTH:14px! important; margin:0 auto; LINE-HEIGHT:1.2em;HEIGHT:107.5px! important; TEXT-ALIGN: right; TEXT-DECORATION: none;margin-top:20px;
}
#best-seller--labels OL LI#current-label{
	WIDTH:34px;HEIGHT:107.5px; background-color: #e93636; color: white;
}
#best-seller--labels OL LI#current-label A {
	BACKGROUND-POSITION: right top;
	color: white;
}
#best-seller--labels OL LI A:hover {
	BACKGROUND-POSITION: right top; COLOR: #4D4D4D
}
.view {
	OVERFLOW: hidden;
	WIDTH: 250px;
	POSITION: relative;
	HEIGHT: 428px;
	 border: solid 1px #dadada;
}
.products {
	WIDTH:100%;
	HEIGHT: auto;
	POSITION: absolute;
	
}
.products UL {
	FLOAT: left;
	WIDTH: 250px;
	HEIGHT: 430px;
}
.products UL LI {
	FLOAT: left; WIDTH: 250px;  HEIGHT: 430px;FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.products UL LI A IMG {
	FLOAT: left;WIDTH: 250px; HEIGHT:430px;
}
/*轮播*/

/*--------------SLIDER----------------*/

#slider {
	width: 100%;
}


/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
	top: 50%;
	margin-top: -50px
}

.controls li:nth-child(1) {
	left: 0;
}

.controls li:nth-child(2) {
	right: 0;
}




/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	display: block;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* film_focus */
.film_focus {
	width:300px;
	height:430px;
	overflow:hidden;
	position:relative;
}
.film_focus .film_focus_imgs_wrap {
	display: block;
	width: 248px;
	height: 428px;
	overflow: hidden;
	margin-right: 15px;
}
.film_focus ul.film_focus_imgs {
	width: 250px;
	height:9999em;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
.film_focus ul.film_focus_imgs li {
	border: 1px solid #dadada;
	height:428px;
	overflow:hidden;
}
.film_focus ul.film_focus_imgs li img {
	height:430px;
	width:250px;
}

.film_focus ul.film_focus_nav {
	width:35px;
	height:428px;
	position:absolute;
right:0;
	top:0;
	z-index:100;
		border: 1px solid #dadada;
}
.film_focus ul.film_focus_nav li {
	position:relative;
	width:35px;
	cursor: pointer;
	cursor: hand;
	color:#333;
	font-weight:bold;
	font-size:14px;
	overflow:hidden;
	height: 107.5px;
	text-align: center;
}
.film_focus ul.film_focus_nav li a{

    DISPLAY: block;
    FONT-SIZE: 12px;
    OVERFLOW: hidden;
    WIDTH: 14px! important;
    margin: 0 auto;
    HEIGHT: 107.5px! important;
    TEXT-ALIGN: right;
    TEXT-DECORATION: none;
    margin-top: 20px;
    line-height: 16px;
}
.film_focus ul.film_focus_nav li.cur {
    WIDTH: 35px;
    HEIGHT: 107.5px;
    background-color: #e93636;
    color: white;
}
