



#demo_container {
	width: 600px;
	height: 440px;
	position: relative;
	border: 1px solid black;

}



#items_container {
	width: 600px;
	height: 440px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #333333;
}

#controls {
	width: 550px;
	height: 30px;
}

#controls a {
	display: block;
	position: absolute;
	left: 518px;
	top: 429px;
	width: 20px;
	height: 20px;
	background: #666;
	line-height: 27px;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	color:#eee;
	border: 1px solid #222;
	z-index: 301;
}

#controls a:hover {
	background: #999;
}


#prevbtn {

}

#playbtn {
margin-left: 27px;
}

#nextbtn {
margin-left: 54px;
}

div.slide_item {
	width: 600px;
	height: 440px;
	position: absolute;
	left: 501px;
	top: 0px;
	background-color:#888;
}

div.first_item {
	left: 0;
}




.slider_trans {
	padding: 10px;
	text-align: left;
	width: 540px;
	height: 225px;
	position: relative;
	top: -200px;
	left: -20px;
	font: 10pt arial;
	color: #fff;
	background: #666;
	border: 1px solid #222;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	z-index: 300;
}

.slider_trans h2 {
	font: 18pt arial;
	line-height: 10px;
	font-weight: bolder;
}

.pindent {
	text-indent: 15px;
}

.indent dd {
	text-indent: 10px;
	color: #eee;
}

.indent dt{ 
	font-weight: bolder;
}

.listtype {
	background: #445;
}

.cotypebox {
	background: #445;
	padding: 5px 15px 15px 15px;
}

.cotypebox a {
	color: #eee;
	font: 10pt arial;
	font-weight: bolder;
	text-decoration: none;
}

.blinka {
	font: 12pt arial;
	text-decoration: none;
	color: #eee;
	font-weight: bolder;
}

.blinka:hover {

	color: #fff;

}

.bigoleft {
	padding-left: 45px;
	color: #eee;
	width: 50%;
	height: 24px;
	font: 12pt arial;
	font-weight: bolder;
	background: #333;
}

.bigo {
	color: #eee;
	width: 50%;
	height: 24px;
	font: 12pt arial;
	font-weight: bolder;
	background: #333;
	text-align: center;
}

.bigo a {
	color: #eee;
	font: 12pt arial;
	font-weight: bolder;
	text-decoration: none;
}