body {
	/*font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#434343;
	background:#efefef url(../img/background.png) repeat top center;
	padding:20px 0;
	position:relative; */
	/* text-shadow:0 1px 0 rgba(255,255,255,.8); */
	-webkit-font-smoothing: subpixel-antialiased;
}

#container {
	width:140px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
	border-width:0px;
	border-style:solid;
	border-color:black;
	/*background-color:#666666;*/
}

#example {
	width:140px;
	height:80px;
	position:relative;

	border-width:0px;
	border-style:solid;
	border-color:black;

}

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;

	border-width:0px;
	border-style:solid;
	border-color:green;
	background-color:#222222;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:140px;
	height:80px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:0px;
	width:350px;
	height:80px;
	display:block;
	/*background-color:#000000;*/
}

#slides .next {
	left:305px;
}

