/*IOH navigation starts here*/
div#ioh-sidebar{
	float:left;
	width:150px;
	margin-top:12px;
	margin-left:20px;
	color: #999;
}
div#ioh-sidebar ul{
	margin-left:8px;	
}
div#ioh-sidebar ul li{
	list-style-type:none;
	margin-bottom:2px;
}
div#ioh-sidebar ul li a{
	color: #666;
	font-size: 11px;
}
div#ioh-sidebar ul#subNav{
	font-size:12px;
	margin-bottom:12px;
	
}
#browseHeader{
	display:block;
	border-top:1px solid #ccc;
	color:#999999;
	padding-top:6px;
	margin-bottom:7px;
}

div#ioh-sidebar ul#galleryNav{
	margin:0;
	padding:0;
}
div#ioh-sidebar ul#galleryNav li{
	font-size:11px;
	list-style-type:none;
	display:inline;
	border-left:1px solid #ccc;
	padding-right:3px;
	padding-left:3px;
}
div#ioh-sidebar ul#galleryNav li:first-child{
	border: none;
	padding-left: 0;
}

div#ioh-header{
	float:left;
	width:420px;
	/*padding-right:120px;*/
	margin-top:12px;
	margin-bottom:30px;
	padding-right:97px;
}
div#ioh-header p{
	font-size: 10px;
	color: #999;
	margin:0;
	padding:0;
	/*margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 10px;
	color: #999;*/
}

#ioh-header #ioh-highlight{
	background-color: #099;
	color:#fff;
	width:500px;
	font-size: 12px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}
div#ioh-header #ioh-highlight p{
	margin:0;
	padding:0;
	color:#fff;
	font-size: 12px;
	padding-left: 20px;
	margin-bottom:5px;
}
#ioh-highlight ul{
}
#ioh-highlight ul li{
	display: inline;
	border-left: 1px solid #fff;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}
#ioh-highlight ul li:first-child{
	border-left: none;
	margin-left: 15px;
}
#ioh-highlight ul li a{
	color: #fff;
}
/*IOH navigation ends here*/

/*IOH Gallery Start*/
div#galleryWrapper{
	margin-top:10px;
	margin-bottom:10px;
}
div#galleryWrapper h4{
	color:#009999;
	margin-bottom:8px;
}
div#galleryWrapper ul#galleryThumbs{
	float:left;
	margin:0;
	padding:0;
	/*float:left;
	width:130px;
	border:1px solid red;*/
}
div#galleryWrapper ul#galleryThumbs li{
	width:60px;
	text-align:center;
	float:left;
	margin-bottom:10px;
	line-height:110%;
}
div#galleryWrapper ul#galleryThumbs li.left{
	margin-right:25px;
}
div#galleryWrapper ul#galleryThumbs li img{
	display:block;
}
div#galleryWrapper ul#galleryThumbs a{
}



div#galleryWrapper ul#galleryPagination{
	clear:both;
	border-top:1px solid #ccc;
	text-align:center;
}
div#galleryWrapper ul#galleryPagination li{
	display:inline;
	margin-right:15px;
}
div#galleryWrapper ul#galleryPagination li a{
	font-weight:bold;
	
}
/*IOH Gallery End*/

/*OTHER GALLERY STYLES HERE*/

div#ioh-main{
	width:500px;
	margin-left:200px;
	text-align:left;
}
div#ioh-main p{
	margin:0;
	margin-bottom:10px;
	padding:0;
}
div#ioh-main h3,div#ioh-main h2{
	margin-left:0;
}

div#ioh-main div#story{
	/*Hide this div only when not showing in the modal box*/
	display:none;
}

div#story{
	width:560px;
	text-align:left;
}
div#story p{
	margin-bottom:10px;
}

div#fancybox-inner h3{
	margin:0;
	padding:0;
	color:#009999;
	margin-bottom:10px;
}

