
/* DEPRECATED FILE */


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

#content-project {
	width: 710px;
	height: 700px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url('../../../images/arrows-hover.png') no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:0px 10px;
	cursor:pointer;
	position: relative;
	top: 300px; left: 3px;
	z-index: 1000;

}

/* right */
a.right 				{ 
	background:url('../../../images/arrows-hover.png') no-repeat;
	background-position: -30px 0px; 
	clear:right; 
	margin-right: 0px; 
	left: 320px;
	}
	
a.right:hover 		{ background-position:-30px -30px; }


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:0px -30px; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


/*********** navigator ***********/


/* position and dimensions of the navigator */
.navi {
	margin-left:354px;
	margin-top: 125px;
	width:30px;
	height:30px;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1000;
}


/* items inside navigator */
.navi a {
	width:22px;
	height:22px;
	float:left;
	background:url('http://www.monkeyrepublicdesign.com/images/bullets.png') 0 0px no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0px -44px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0px -22px;     
} 	


/* main vertical scroll */
	#main {
		margin: 0 auto;
		overflow:hidden;
		width: 240px;
		height: 400px;
	}
	
	/* root element for pages */
	#pages {
		position:absolute;
		left: 0px; top: 30px;
		height:580px;
	}
	
	/* single page */
	.page {
		padding:0px;
		background: #000;
		width:400px;
		height: 650px;
		background-image: url('../../../images/phones/optimus.jpg');
		background-position: 50px 10px;
		background-repeat: no-repeat;
	}
	
	/* root element for horizontal scrollables */
	.scrollable {
		position:absolute;
		top: 97px; left: 82px;
		overflow:hidden;
		width: 240px;
		height: 600px;
		background-image: url(../../../images/loading.gif);
		background-repeat: no-repeat;
		background-position: 50% 45%;
			}
	
	/* root element for scrollable items */
	.scrollable .items {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scrollable item */
	.item {
		float:left;
		cursor:pointer;
		width:240px;
		height:400px;
		padding:0px 0px 0px 0px;
	}
	
	.caption {
	display: block;
	margin-top: 100px;
	text-align: center;
	color: #666;
	width: 240px;
}
	
	/* main navigator */
	#main_navi {
		position: absolute;
		top: 700px;
		
	}
	
	#main_navi li {
		background-color:#333;
		border-top:1px solid #666;
		clear:both;
		color:#FFFFFF;
		font-size:12px;
		height:75px;
		list-style-type:none;
		padding:10px;
		width:190px;
		cursor:pointer;
	}
	
	#main_navi li:hover {
		background-color:#444;
	}
	
	#main_navi li.active {
		background-color:#555;
	}
	
	#main_navi img {
		float:left;
		margin-right:10px;
	}
	
	#main_navi strong {
		display:block;
	}
	
	#main div.navi {
		margin-left: 290px;
		cursor:pointer;
	}
	
	
	/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

 @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;
}

.breadCrumb {
	z-index: 3000;
	width: 700px;
}

#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;
	margin: 0px;
} 

#header {
	width: 758px;
}

#content-project {
	width: 758px;
}

.column02 {
	float: left;
	width: 460px;
	margin-left: 20px;
	margin-right: 0px;
	top: 0px;
}

.column01 {
	position: relative;
	float: left;
	margin-right: 0px;
	margin-left: 20px;
}

#main #pages{
	margin-top: 38px;
}

.breadCrumb {
	z-index: 3000;
	width: 19em;
	font-size: 18px;
	position: relative;
	top: -14px;
}


.navi {
	top: 38px; 
}


#footer-project {
	width: 430px;
	margin-left: 240px;
} 
  
  }