/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:426px;
    height:700px;
    margin:80px 0px 0px 130px;
    padding-top: 0px;
}

#slider {
	position:relative;
    height:680px;
    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:-110px;
	top:-54px;
	width: 400px;
}

.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.png) no-repeat;
	text-indent:-9999px;
}

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

a.nivo-prevNav {
	left:16px;
	top: 180px;
}

.nivo-caption {
    text-align: center;
	background: none;
}

/*====================*/
/*=== 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;
}

#slider-wrapper {
    width:426px;
    height:700px;
    margin:0px 0px 0px 20px;
    padding-top: 0px;
}

#slider {
	position:relative;
    height:680px;
    padding: 0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}

.phone-landscape-peek {
	background-position: 20px 0px;
}

.nivo-controlNav {
	left: 437px;
	top: 30px;
	width: 30px;
}

.column02 {
	overflow: hidden;  
}

#footer-project {
	width: 700px;
	margin-top: 0px;
	padding-top: 0px;
}
  
  }
  
  
  @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: 768px;
	overflow: hidden;
}  


.column02 {
	margin-left: 240px;
	position: fixed;
}

#footer-project {
	display: none;
}

#slider-wrapper {
    width:426px;
    height:700px;
    margin:0px 0px 0px 20px;
    padding-top: 0px;
}

#slider {
	position:relative;
    height:680px;
    padding: 0px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}

.phone-landscape-peek {
	background-position: 20px 0px;
}

.nivo-controlNav {
	left: 437px;
	top: 30px;
	width: 30px;
}

.column02 {
	overflow: hidden;  
}

	}