/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    margin: 0px 0px 0px 10px;
    border: 1px solid #000;
}

#slider {
	margin: 201px 0px 0px 147px;
	position:relative;
	height: 710px; /* change height to affect y-position of captions */
  padding: 0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:relative;
	left:-128px;
	top:-210px;
	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: 145px;
	top: 240px;
	
}

a.nivo-prevNav {
	left:2px;
	top: 240px;
}

.nivo-caption {
  text-align: center;
	width: 320px;
	
}

/*====================*/
/*=== 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 */
 

body {
		font-size: 15px;
} 

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

#phone-portrait-moto {
	background-position: 0px 14px;
	width: 460px;
	overflow: hidden;
	height: 880px;
	margin-bottom: 0px;
}

#slider {
	margin: 140px 0px 0px 57px;
	width: 400px;
	height: 810px;
	overflow: visible;
	border-top: none;
}

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

a.nivo-prevNav {
	left: 5px;
}

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

  
  
  }

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

body {
	font-size: 18px;
	width: 740px;
	overflow: hidden;
} 

#header,
#logoTop,
#content-project {
	overflow: hidden;
	width: 728px;
}

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

#footer-project {
	width: 400px;
}

.column02 {
	width: 460px;
	overflow: hidden;
}

#phone-portrait-moto {
	background-position: 0px 14px;
	width: 460px;
	height: 870px;
	overflow: hidden;
}

#slider {
	margin: 140px 0px 0px 57px;
	width: 400px;
	height: 510px;
	overflow: visible;
	border-top: none;
}

#slider-wrapper {
	border-top: none;
	}

.nivo-controlNav {
	left: 380px;
	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;
	
}



  
  
  }
