#flashContent {
float:left;
border:1px solid #3F3F3F;
margin-top:10px;
position:relative;
}

#flashModel {
float:left;
border-bottom:1px solid #3F3F3F;
position:relative;
margin-bottom:10px;
}

#flashContent a, #flashModel a {
text-decoration:none;
}


#flashContent ul {
	width:670px;
	height:442px;
}


#flashModel ul {
	width:670px;
	height:336px;
}

ul.slideshow {
	list-style:none;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
	z-index:0;
}

ul.slideshow li.show, ul.slideshow li:first-child {
	z-index:500;	
}

ul img {
	border:none;	
}

#flash-controls {
	width:670px;
	height:40px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1000;
}



#flash-dots {
	position:absolute;
	margin-left:63px;
	height:40px;
	display:inline-block;
	bottom:0;
	width:600px;
	z-index:1100;
}

#flash-dots span {
	display:inline-block;
	height:15px;
	width:15px;
	float:right;
	margin:13px 5px 0px 0px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

.flash-dot-off {
	background-image:url(../images/flash-dot-off.gif);
}

.flash-dot-on, .flash-dot-current {
	background-image:url(../images/flash-dot-on.gif);
}

#flash-scroll {
	height:40px;
	position:absolute;
	/* display:inline-block; */
	display:none;
	bottom:-40;
	left:0;	
}

#flash-back {
	width:670px;
	height:40px;
	position:absolute;
	display:inline-block;
	bottom:-40;
	left:0;	
	/*background:#fff;*/
}

#flash-scroll span {
	display:inline-block;
	height:20px;
	width:20px;
	float:left;
	margin:10px 0px 0px 12px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.flash-scroll-left-off {
	background-image:url(../images/flash-scroll-left-off.png);
}

.flash-scroll-left-on {
	background-image:url(../images/flash-scroll-left-on.png);
}
.flash-scroll-right-off {
	background-image:url(../images/flash-scroll-right-off.png);
}

.flash-scroll-right-on {
	background-image:url(../images/flash-scroll-right-on.png);
}
