/* 
	v 1.01.00
*/

body {
    margin: 0;
    font-family: Helvetica;
    font-size: 16px;
    color: #000;
	border-collapse: collapse;
	min-height: 417px;
}

.thumbs
{
	background-color: #FFF;
}

.slider
{
	background-color: #000;
}

body[orient="landscape"] 
{
	min-height: 269px;
}

img
{
	border:0px;
}


/* TOOLBARS */
.toolbar
{
	color: white;
	font-size: 20px;
	font-weight: bold;
	background: url(toolbar.png) repeat-x;
	height:44px;
	width:100%;	
	line-height:44px;	
	opacity: 0.90;
}

.toolbar table
{
	width: 320px;
}
body[orient="landscape"] .toolbar table
{
	width: 400px;
}

.toolbar table .wing
{
	width:100px;
}
body[orient="landscape"] .toolbar table .wing
{
	width:130px;
}

.toolbar table .center
{
	width:120px;
	display:block;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;	
}

body[orient="landscape"] .toolbar table .center
{
	width:220px;
}
 

/* THUMBNAILS */
#thumbs-container
{
	background: #FFF;
	display: none;
	color: gray;
	font-size: 16px;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;	
}
#thumbs-images-container
{
	padding: 2px;
}

#thumbs-toolbar-top
{
	text-align: center;
}

#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;
	background-color: #000;
	width: 100%;
	height: 100%;	
	color: #FFF;
}

/* SLIDE  */
#slider-container .slide
{
	vertical-align: middle;
	text-align: center;	
	width: 320px;
}
body[orient="landscape"] #slider-container .slide
{
	width:420px;	
}

#slider-container .slide img
{	
	max-width: 320px;
	max-height: 417px;
}

body[orient="landscape"] #slider-container .slide img
{	
	max-width: 410px;
	max-height: 269px;
}


#slider-container .space
{
	height: 417px;
	width: 20px;
}

body[orient="landscape"] #slider-container .space
{
	height: 269px;
	width: 80px;
}
#slider-container .space-width	
{
	height: 1px;
	width: 320px;
}

body[orient="landscape"] #slider-container .space-width
{
	height: 1px;
	width: 420px;
}

/* 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.6) 1px 1px 2px;
}

#slider-desc-container
{
	position: absolute;	
	width:320px;
	height:328px;
	top:44px;
}
body[orient="landscape"] #slider-desc-container
{
	position: absolute;	
	width:420px;
	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: 373px;
}

body[orient="landscape"] #slider-toolbar-bottom
{
	position: absolute;
	top: 225px;
}

/* NAVI ELEMENTS */

.button {
	float:left;
	overflow: hidden;
	text-align:center;
	display:block;
 	margin-left:2px;
 	margin-right:2px;
    padding-left: 3px;
    padding-right: 3px;
    height: 30px;
	min-width: 35px;
	max-width: 60px;
	
    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;
    border-width: 0 8px 0 14px;
	-webkit-border-image: url(btnBack.png) 0 8 0 14;
}

.Nextbutton {
	float:right;
	overflow: hidden;
	text-align:center;
	display:block;
 	margin-left:2px;
 	margin-right:2px;
    padding-left: 7px;
    padding-right: 10px;
    height: 30px;
	min-width: 35px;
	max-width: 60px;
	
    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;
    border-width: 0 4px 0 0px;
	-webkit-border-image: url(btnNext.png) 0 4 0 0;
}

body[orient="landscape"] .button {
	max-width: 100px;
}

.navi-button
{
	display:block;
	text-align: center;
}
.navi-button img
{
}

#navi-prev
{
	text-align:right;
	padding-right:12px;
}
#navi-next
{
	text-align:left;
	padding-left:12px;
}
