/** Content styles **/

#center_div	{
	margin-left: auto ;
  	margin-right: 375px ;
	height:390px;
	margin-top: 0px;
} 

#center_div ol, #center_div ul {
	margin:0px 0px 0px 15px;
	padding:0px;
}

#center_div a, #center_div a:visited {
	color:#666666;
}

#center_div a:hover {
	color:#F00;
}

/** iPhone info hover styles **/

#iphone_nav a, #iphone_nav a:hover {
	text-decoration:none;
	font-size:0.8em;
	line-height:1.3em;
	float:left;
	text-align:center;
}

#iphone_nav a, #iphone_nav a:visited {
	color:#666666;
}

#iphone_nav a:hover {
	color:#f00;
}

#iphone_nav img {
	display:inline;
	text-decoration:none;
}

/** Button hover styles **/

#iphone_nav_home {
	display: block;
	width: 74px;
	height: 80px;
	padding:0px 5px 0px 0px;
	background: transparent url("../images/home-off_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_home:hover, #iphone_nav_home.current {
	background: transparent url("../images/home-on_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_next_5 {
	display: block;
	width: 74px;
	height: 80px;
	padding:0px 5px 0px 0px;
	background: transparent url("../images/next5-off_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_next_5:hover, #iphone_nav_next_5.current {
	background: transparent url("../images/next5-on_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_journey_planner {
	display: block;
	width: 74px;
	height: 80px;
	padding:0px 5px 0px 0px;
	background: transparent url("../images/plan-off_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_journey_planner:hover, #iphone_nav_journey_planner.current {
	background: transparent url("../images/plan-on_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_timetables {
	display: block;
	width: 74px;
	height: 80px;
	padding:0px 5px 0px 0px;
	background: transparent url("../images/timetables-off_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_timetables:hover, #iphone_nav_timetables.current {
	background: transparent url("../images/timetables-on_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_favourites {
	display: block;
	width: 74px;
	height: 80px;
	padding:0px 5px 0px 0px;
	background: transparent url("../images/favourites-off_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_favourites:hover, #iphone_nav_favourites.current {
	background: transparent url("../images/favourites-on_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_more {
	display: block;
	width: 74px;
	height: 80px;
	padding:0px 5px 0px 0px;
	background: transparent url("../images/more-off_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_more:hover, #iphone_nav_more.current {
	background: transparent url("../images/more-on_opt.jpeg") no-repeat 0px 0px; 
}

#iphone_nav_home span, 
#iphone_nav_next_5 span,
#iphone_nav_journey_planner span, 
#iphone_nav_timetables span,
#iphone_nav_favourites span, 
#iphone_nav_more span {
	display:block;
	margin:60px 5px 0px 0px;
}

#iphone_nav_arrows {
	display:block; 
	width:460px; 
	height:40px;
	text-align:center;
	font-size:0.8em;
	color:#666666;
}

#iphone_nav_arrows #iphone_nav_previous {
	float:left;
	margin-left:10px;
}

#iphone_nav_arrows #iphone_nav_next {
	float:right;
}
