/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    margin: 200px 0px 0px 0px;
    border: 1px solid #000;
}

#slider {
	margin: 0px 0px 0px 147px;
	position:relative;
	height: 660px; /* change height to affect y-position of captions */
  padding: 0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
	z-index: 100;

}

#slider img {
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:relative;
	left:-155px;
	top:-78px;
	width: 800px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../../../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-controlNav a:hover {
	background-position: 0px -44px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../../images/arrows-blk.png) no-repeat;
	text-indent:-9999px;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right: 215px;
	top: 150px;
	
}

a.nivo-prevNav {
	left:2px;
	top: 150px;
}

.nivo-caption {
  text-align: center;
	position: absolute;
	left: -107px;
	
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}




@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape){ 
  /* For landscape iPad layouts */
 

html body {
		font-size: 15px;
		border: none;
		width: 1100px;
		overflow: hidden;
} 

#content-project .column01 {
	position: relative;
	float: left;
}

#content-project .column02 {
}

#phone-landscape-moto {
	width: 860px;
	height: 700px;
}

#wrapper {
	overflow: hidden;
	margin-bottom: -50px;
	padding-bottom: 0px;
	width: 1000px;
}

#slider-wrapper {
	margin: 150px 0px 0px 0px;
	padding-bottom: 0px;
	border-left: none;
	border: none;
	height: 480px;
	
}

#slider {
	margin: 0px 0px 0px 153px;
	width: 400px;
	height: 810px;
	overflow: visible;
	border-top: none;
}

#phone-landscape-moto {
	background-position: 0px 10px;
}

.nivo-controlNav {
	left: -196px;
	top: 40px;
	z-index: 10;
	width: 30px;
}

.nivo-caption {
	background: none;
	visibility: hidden;
}

a.nivo-prevNav {
	left: -15px;
	top: -30px;
	visibility: hidden;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right: -15px;
	top: -30px;
	visibility: hidden;

	
}

  
  
  }

 @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { 
  /* For portrait iPad layouts */

body {
		font-size: 18px;
} 

#phone-landscape-moto {
	margin: 0px 0px 0px -20px;
	background-position: -120px 14px;
	width: 820px;
	height: 670px;
	overflow: hidden;
}

#slider {
	margin: 160px 0px 0px 0px;
	width: 480px;
	height: 320px;
	overflow: visible;
	border-top: none;
}

#slider-wrapper {
	margin: 0px 0px 0px 0px;
	border-left: none;
	border-top: 1px solid #000;
}

.nivo-controlNav {
	left: 700px;
	top: 0px;
	z-index: 10;
	width: 30px;
}

.nivo-caption {
	background: none;
	visibility: hidden;
}

a.nivo-prevNav {
	left: 5px;
	top: 490px;
	visibility: hidden;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right: 85px;
	top: 490px;
	visibility: hidden;
	
}

.column01 {
	padding-right: 38px;
	padding-left: 20px;
	left: 0px;
	height: 760px;
}

  
  
  }
