

#wrapper{              
	width: 970px;
	margin: 0 auto;
	-webkit-user-select: none;	  			
}

#banner{
	position: absolute;
}

.oneByOne1{
	margin-top: 10px;
	width: 970px;
	height: 380px;   
	
	position: relative;
	overflow: hidden;  	
}   

#banner .oneByOne_item{
	position: absolute;
	width: 970px;
	height: 380px;  
	overflow: hidden;  
	display: none;
}         

#exampleline{
	position: relative;
	margin: 5% 0 0 0;
}


/* change the width of the slider in your own responsive media query */
@media only screen and (min-width: 970px) {
	.oneByOne1, #banner .oneByOne_item, #wrapper, #exampleline img{
		width: 970px;
		height:380px;
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.oneByOne1, #banner .oneByOne_item, #wrapper, #exampleline img{ width: 748px; height:380px;}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.oneByOne1, #banner .oneByOne_item, #wrapper, #exampleline img{
		width: 460px;
		height:380px;
	}	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.oneByOne1, #banner .oneByOne_item, #wrapper, #exampleline img{
		width: 380px;
		height:380px;
	}
	
}
                      
#banner .oneByOne_item span{
	
}                                                                                              

#banner .oneByOne_item a{
	font-family: Uniform-Black;
	font-weight: normal;
	font-style: normal;
	text-transform:uppercase;
-webkit-font-smoothing: antialiased;
	font-size:13px;
}
              


#banner .oneByOne_item span.slide2Txt1{ 
  	position: relative;
	float: left;
	margin: 5% 0% 0 0%;
	 
}
 

#banner .oneByOne_item span.slide5Txt1{ 
  	position: relative;
	float: left;
	text-align:left;
	margin: 4% 0 0 5%;
	font-family: Uniform;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;	
	color: #ffffff;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
padding: 8px;     
word-wrap: break-word;        
}
 
#banner .oneByOne_item span.slide5Txt2{ 
  	position: relative;
	clear: left;
	float: left;
	margin: 5px 0 0 5%;
	font-family: Uniform;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;	
	color: #ffffff;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	
	padding: 8px;             
}  
