body {
    margin: 0;
    font-family: arial;
    color: #000;
	border-collapse: collapse;
	min-height: 416px;
	background-color: #FFF;
}

.thumbs
{
}

.slider
{
}

fieldset
{
}
legend
{
}

body[orient="landscape"] 
{
	min-height: 268px;
}

img
{
	border:0px;
}


/* TOOLBARS */
.toolbar
{
	
	height:44px;
	opacity: 0.90;
	
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 7px;
    padding-left: 3px;
 /*   height: 45px; */
    background: url(../iui/toolbar.png) #6d84a2 repeat-x;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

.toolbar 
{
	width: 320px;
}
body[orient="landscape"] .toolbar 
{
	width: 480px;
}

.toolbar table .wing
{
	width:30%;
}

.toolbar table .center
{
	width:40%;
	text-align: center;
}

/* THUMBNAILS */
#thumbs-container
{
	background: #FFF;
	display: none;
	color: gray;
	font-size: 16px;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;	
	padding-top: 48px;
	
}
#thumbs-images-container
{
	padding: 2px;
	min-height: 266px;
}
body[orient="landscape"]  #thumbs-images-container 
{
	min-height: 108px;
}

#thumbs-toolbar-top
{
	position: absolute;
}

#thumbs-count-text
{
	clear:both;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
}

.thumbnail
{
	background:#444;
	display:block;
	overflow:hidden;
	float: left;
	margin: 2px 2px;
	height:75px;
	width:75px;
}





/* SLIDER  */

#slider-container
{
	display: none;
	line-height:0;
	overflow:hidden;
	width: 100%;
	height: 100%;	
	color: #FFF;

}
body[orient="landscape"]  #slider-container
{
	width: 100%;
}



/* SLIDE  */
#slider-container .slide
{
	vertical-align: middle;
	text-align: center;	
	width: 320px;
}
body[orient="landscape"] #slider-container .slide
{
	width:480px;	
}

#slider-container .slide img
{	
	max-width: 320px;
	max-height: 414px;
}

body[orient="landscape"] #slider-container .slide img
{	
	max-width: 480px;
	max-height: 264px;
}


#slider-container .space
{
	height: 414px;
	width: 20px;
}

body[orient="landscape"] #slider-container .space
{
	height: 264px;
	width: 20px;
}
#slider-container .space-width	
{
	height: 1px;
	width: 320px;
}

body[orient="landscape"] #slider-container .space-width
{
	height: 1px;
	width: 480px;
}

/* SLIDE DESCRIPTION */
.slider-text
{
	width: 100%;
	vertical-align: text-bottom;
	color: white;
	font-size: 20px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 3px;
}

#slider-desc-container
{
	position: absolute;	
	width:320px;
	height:328px;
	top:44px;
}
body[orient="landscape"] #slider-desc-container
{
	position: absolute;	
	width:480px;
	height:178px;
	top:44px;
}

#desc-title
{
	font-weight: bold;
}
#desc-text
{
	font-size: 16px;
	font-weight: bold;
}


/* SLIDER OVERLAY */
#slider-overlay
{
	position: absolute;
	width:100%;	
	z-index: 101;
	display: none;
}

#slider-toolbar-top
{
	position: absolute;
}

#slider-toolbar-bottom
{
	position: absolute;
	top: 374px;
}

body[orient="landscape"] #slider-toolbar-bottom
{
	position: absolute;
	top: 226px;
}

/* NAVI ELEMENTS */

.button {
	float:left;
	text-align:center;
	display:block;
    overflow: hidden;
 	margin-left:5px;
 	margin-right:5px;
    border-width: 0 5px;
    padding-left: 5px;;
    padding-right: 5px;;
    height: 30px;
	min-width: 35px;
	
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
	-webkit-border-image: url(btnBack.png) 0 4 0 14;
	
}

.navi-button
{
	display:block;
	text-align: center;
}
.navi-button img
{
}

#backButton {
    display: none;
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(../iui/backButton.png) 0 8 0 14;
}

#navi-prev
{
	text-align:right;
	padding-right:12px;
}
#navi-next
{
	text-align:left;
	padding-left:12px;
}