#inner_slide {
	height: 333px;
    left: 0;
    position: absolute;
    top: 0;
}
#slide_container { 
	position:relative;
	width:965px;
	height:333px;
	overflow:hidden;
	margin-left:15px;
}
.slides {
	position:relative;
}
.prev, .next {
	position:absolute;
	top:0;
	z-index:99999;
}
.pagination {
	width:100px;
	position:absolute;
	left:35px;
	bottom:0px;
	z-index:200;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:14px;
	height:0;
	padding-top:14px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -15px;
}

#window {
	display:none;
    left: 50%;
    position: fixed;
    top: 170px;
	height: 334px;
	margin-left:-50px;
    width: 538px;
    z-index: 9999999;
}
#fog {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.dd_cos {
	display:none;
	text-align:center;
	color:#444;
	position:fixed;
	width:400px;
	height:50px;
	left:50%;
	top:50%;
	margin:-25px 0 0 -200px;
	line-height:50px;
	-webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	border:1px solid #ccc;
	background-color:#47d247;
	-webkit-box-shadow: 0px 0px 4px 0px #444; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 4px 0px #444; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 4px 0px #444;
	z-index:9999999;
}
a img {border:0}