﻿
#onebyone_slider {
	position: relative;
	margin: 0 auto;
	width: 100%
}
.oneByOne1 {
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 665px;
	height:370px;
	position: relative;
	overflow: visible
}

#onebyone_slider .oneByOne_item {
	position: absolute;
	width: 665px;
	height: 370px;
	overflow: visible
}

#onebyone_slider .oneByOne_item span {
	font-family: "Helvetica Neue", Helvetica, verdana, arial, sans-serif
}

#onebyone_slider .oneByOne_item a {
	text-decoration: none
}

#onebyone_slider .oneByOne_item span.ob1_title {
	clear: left;
	position: relative;
	float: left;
	margin-top:320px;
	width: 665px;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	background: url(../images/1px.png);
	font-size:20px;
	z-index: 50;
	text-indent: 1em;
}

#onebyone_slider .oneByOne_item span.ob1_title a {
	color: #fff
}

#onebyone_slider .oneByOne_item span.ob1_button .default_button {
	margin: 0;
	padding: 10px 25px;
	border: 1px solid #222;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

#onebyone_slider img.ob1_img_device1 {
	position: absolute;
	left:0;
	z-index: 40
}

#onebyone_slider img.ob1_img_device2 {
	position: absolute;
	top: 260px;
	left: 530px;
	z-index: 40
}

#onebyone_slider img.ob1_img_device3 {
	position: absolute;
	top: 325px;
	left: 780px;
	z-index: 40
}

.buttonArea {
	float: left;
	left:90%;
	position: relative;
	top: 100%;
	margin-top: -32px;
	z-index: 999;
}

.buttonCon {
	float: left;
	left: -50%;
	position: relative;
	
}

.buttonCon .theButton {
	display: block;
	color: #b22222;
	width: 20px;
	height: 22px;
	background: url(../images/circlebutton.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}

.buttonArea a.active {
	background-position: 0 -22px
}
.arrowButton {
	cursor: pointer
}