* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

img.absMiddle {
	vertical-align: middle;
}

a {
	outline: none;
}

html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: black url(images/bg-lobby.jpg) no-repeat center center;
}

/* @group Scrollbars */

/* http://almaer.com/scrollbar/debug.html */

/*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(000, 000, 000, .5);
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: rgba(000, 000, 000, .8);
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: rgba(000, 000, 000, .8);
    -webkit-border-radius: 3px;
}*/

/* @end */


/* @group Dashboard */

#dashboard {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	background: url(images/dashboard-bg.jpg) repeat-x bottom center;
	/*border-bottom: 1px solid rgba(255, 255, 255, .1);*/
}

#dashboard ul {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;	
}

#dashboard ul li {
	display: block;
	float: left;
	list-style-type: none;
}

#dashboard ul li a {
	display: block;
}

#lever {
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
	width: 60px;
	height: 59px;
	background: url(images/lever.png) no-repeat;
	background-position: top left;
	z-index: 100;
	cursor: pointer;
}

#lever.active {
	background-position: top right;
}

/* @end */

#site {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

/* @group Roulette */

#roulette {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	height: 64px;
	z-index: 100;
}

#roulette div.logo {
	display: block;
	float: left;
	top: 0px;
	left: 0px;
	width: 55px;
	height: 64px;
	background: url(images/logo-a.png) no-repeat top left;
	z-index: 1;
	cursor: pointer;
}

#roulette div.grup {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: 18px;
	height: 64px;
}

#roulette div.navbar {
	display: block;
	position: absolute;
	right: 18px;
	width: 750px;
	height: 64px;
	background: url(images/nav-bg.png) repeat-x top left;
	z-index: 0;
}

#roulette div.navbar ul {
	display: block;
	position: absolute;
	top: 13px;
	left: 25px;
	width: 550px;
}

#roulette div.navbar ul li {
	display: block;
	float: left;
	margin-right: 4px;
}

#roulette div.cap {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 64px;
	background: url(images/logo-b.png) no-repeat top left;
	z-index: 1;
	cursor: ew-resize;
}

div#search {
	display: block;
	position: absolute;
	top: 13px;
	right: 10px;
	width: 180px;
	height: 25px;
	background: url(images/bg-search.png) no-repeat top left;
}

div#search input.query {
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 150px;
	height: 20px;
	border: none !important;
	background: none !important;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #959595;
	text-shadow: 0px -1px 0px #232323;
}

div#search input.button {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 25px;
	border: none !important;
	background: none !important;
	text-indent: -1000px;
	overflow: hidden;
	outline: none;
	font-size: 0px;
	cursor: pointer;
}

/* @end */

#rooms {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#rooms div.room {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* @group Livingroom */

#livingroom {
	display: none;
	background: #979f03 url(images/bg-livingroom.jpg) repeat-x center top;
	/*-webkit-box-shadow: inset 20 20 210px black;
	-moz-box-shadow: inset 20 20 210px black;*/
}

#livingroom .group {
	display: block;
	position: relative;
	overflow: hidden;
	width: 990px;
	height: 100%;
	margin: 0px auto;
}

/* @end */

/* @group Lobby */

#lobby {
	background: black url(images/bg-lobby.jpg) no-repeat center center;
}

#lobby .group {
	position: relative;
	padding: 25px 0px;
	min-height: 100%;
	background: #493221 url(images/alexbuga-wood.jpg) left top;
	opacity: 0;
	filter: alpha(opacity=0);
}

.cornerA {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 481px;
	height: 493px;
	background: url(images/cornerA.png) no-repeat top left;
	z-index: 0;
}

.cornerB {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 481px;
	height: 493px;
	background: url(images/cornerB.png) no-repeat top right;
	z-index: 0;
}

.cornerC {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 481px;
	height: 493px;
	background: url(images/cornerC.png) no-repeat bottom left;
	z-index: 0;
}

.cornerD {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 481px;
	height: 493px;
	background: url(images/cornerD.png) no-repeat bottom right;
	z-index: 0;
}

div.preloader {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	width: 60px;
	background: black url(images/ajax-loader.gif) no-repeat 85px center;
	padding: 10px 40px 10px 10px;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: white;
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 4px 10px rgba(000, 000, 000, .5);
	-moz-box-shadow: 0px 4px 10px rgba(000, 000, 000, .5);
	opacity: .6;
	filter: alpha(opacity=60);
}

/* @end */

/* @group Agenda */

#agenda {
	display: block;
	position: relative;
	margin: 0px auto;
	width: 952px;
	height: 688px;
	background: url(images/journal.png) no-repeat top left;
}

#agenda div.leftWrap {
	display: block;
	position: absolute;
	width: 485px;
	height: 600px;
	top: 35px;
	left: 65px;
	overflow: hidden;
}

#agenda div.left {
	display: block;
	width: 465px;
	height: 600px;
	overflow: hidden;
	padding-right: 20px;
}

#agenda div.rightWrap {
	display: block;
	position: absolute;
	width: 285px;
	height: 610px;
	top: 35px;
	left: 630px;
	overflow: hidden;
}

#agenda div.right {
	display: block;
	float: left;
	width: 270px;
	height: 610px;
	overflow: hidden;
}

#agenda div.calendar {
	display: block;
	position: relative;
	clear: both;
	width: 290px;
	height: 80px;
	margin-bottom: 30px;
}

#agenda div.calendar big {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 70px;
	color: #443f33;
	text-shadow: 0px 1px 0px #ece6da;
	font-family: Arial, snas-serif;
	font-size: 80px;
	padding: 10px 20px 0px 0px;
	text-align: center;
}

#agenda div.calendar dl {
	display: block;
	position: absolute;
	top: 5px;
	left: 95px;
	width: 165px;
}

#agenda div.calendar a {
	text-decoration: none;
}

#agenda div.calendar dl dt {
	display: block;
	clear: both;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #443f33;
	margin-bottom: 5px;
	border-bottom: 1px dotted #443f33;
}

#agenda div.calendar dl dd {
	display: block;
	clear: both;
	margin-bottom: 5px;
	border-bottom: 1px dotted #443f33;
}

#agenda h1, #agenda h2 {
	font-family: "Univers LT Std", Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	color: #443f33;/*c95806*/
	text-shadow: 0px 1px 0px #ece6da;

	background: url(images/star.gif) no-repeat 0px 4px;
	padding-left: 14px;
	position: relative;
}

#agenda h2 {
	font-size: 20px;
	background: url(images/star.gif) no-repeat 0px 1px;
	padding-left: 14px;
}

#agenda h1 a.rightButton, #agenda h2 a.rightButton {
	display: block;
	position: absolute;
	top: -3px;
	right: 0px;
}

#agenda h1 a, #agenda h2 a, #agenda div.comment a {
	color: #666f02;
	text-decoration: none;
}

#agenda p, #agenda ul, #agenda dl {
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #443f33;
	text-shadow: 0px 1px 0px #ece6da;
	margin: 0px 0px 15px 0px;
}

#agenda p.right {
	text-align: right;
}

#agenda ul li {
	margin: 0px 0px 10px 0px;
	background: url(images/bullet.gif) no-repeat 1px 4px;
	padding-left: 14px;
}

#agenda ul.triple {
	overflow: hidden;
}

#agenda ul.triple li {
	display: block;
	float: left;
	width: 30%;
}

#agenda p a, #agenda ul a, #agenda dl a {
	color: #666f02;
	text-decoration: none;
	padding: 0px 3px;
	background: #ded9c1;
	text-shadow: 0px 1px 0px #ece9dc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#agenda p a:hover, #agenda ul a:hover, #agenda dl a:hover {
	color: white;
	background: #666f02;
	text-shadow: 0px -1px 0px #474d00;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.galleryWrap {
	display: block;
	position: relative;
	clear: both;
	width: 600px;
	margin: 40px auto;
}

.galleryWrap .album {
	display: inline-table;
	position: absolute;
	float: left;
	width: 150px;
	height: 150px;
	margin: 0px 20px 40px 20px;
}

.photoFrame {
	display: block;
	position: absolute;
	border: 4px solid #fbf7ef;
	background: #fbf7ef url(images/photo-loader.gif) no-repeat center center;
	width: 75px;
	height: 75px;
	overflow: hidden;
	-webkit-border-radius: 4px;	
	-webkit-box-shadow: 0px 2px 8px rgba(000, 000, 000, .2);
	-moz-border-radius: 4px;	
	-moz-box-shadow: 0px 2px 4px rgba(000, 000, 000, .2);
}

.expandStack {
	background: #fbf7ef url(images/icon-expandStacks.gif) no-repeat center center !important;
	text-indent: -1000px;
	overflow: hidden;
}

.contractStack {
	background: #fbf7ef url(images/icon-contractStacks.gif) no-repeat center center !important;
	text-indent: -1000px;
	overflow: hidden;
}

.photoFrame img {
	display: none;
}

img.poza {
	display: block;
	border: 4px solid #fbf7ef;
	margin: 0px 0px 5px 0px;
	-webkit-border-radius: 4px;	
	-webkit-box-shadow: 0px 2px 4px rgba(000, 000, 000, .2);
	-moz-border-radius: 4px;	
	-moz-box-shadow: 0px 2px 4px rgba(000, 000, 000, .2);
}

span.poza {
	display: block;
	width: 452px;
	overflow: hidden;
	border: 4px solid #fbf7ef;
	margin: 0px 0px 5px 0px;
	-webkit-border-radius: 4px;	
	-webkit-box-shadow: 0px 2px 4px rgba(000, 000, 000, .2);
	-moz-border-radius: 4px;	
	-moz-box-shadow: 0px 2px 4px rgba(000, 000, 000, .2);
}

#agenda img.gravatar {
	display: block;
	border: 2px solid #fbf7ef;
	margin: 0px 0px 5px 0px;
	-webkit-border-radius: 3px;	
	-webkit-box-shadow: 0px 2px 4px rgba(000, 000, 000, .2);
	-moz-border-radius: 3px;	
	-moz-box-shadow: 0px 2px 4px rgba(000, 000, 000, .2);
}

#agenda div.sep {
	display: block;
	clear: both;
	width: 100%;
	height: 0px;
	margin: 0px 0px 20px 0px;
	opacity: .5;
	filter: alpha(opacity=50);
	border-bottom: 1px dotted #443f33;
}

.faded {
	opacity: .30;
	filter: alpha(opacity = 30);
}

input.text {
	display: block;
	clear: both;
	width: 453px;
	height: 29px;
	border: none !important;
	background: url(images/bg-input.gif) no-repeat top left !important;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #715100;
	padding: 0px 20px;
	text-shadow: 0px 1px 0px #fedc3e;
}

textarea.text {
	display: block;
	clear: both;
	width: 453px;
	height: 99px;
	border: none !important;
	background: url(images/bg-textarea.gif) no-repeat top left !important;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #715100;
	padding: 5px 20px;
	text-shadow: 0px 1px 0px #fedc3e;
}

/* @group Comment */

#agenda div.comment {
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
}

#agenda div.authorComment {
}

#agenda div.comment div.clear {
	display: block;
	clear: both;
}

#agenda div.comment div.avatar {
	display: block;
	float: left;
	width: 70px;
	height: auto;
}

#agenda div.comment div.avatar img {
	display: block;
	clear: both;
	margin-bottom: 2px;
}

#agenda div.comment div.avatar span.name,
#agenda div.comment div.content span.name {
	display: block;
	clear: both;
	font-size: 18px;
	color: #443f33;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

#agenda div.comment div.content {
	display: block;
	float: left;
	width: 330px;
}

/* @end */

/* @group Calendar */

#agenda table.calendar {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	border-collapse: collapse;

	/*background: #fbf7ef;
	-webkit-border-radius: 4px;	
	-webkit-box-shadow: 0px 2px 4px rgba(000, 000, 000, .2);
	-moz-border-radius: 4px;	
	-moz-box-shadow: 0px 2px 4px rgba(000, 000, 000, .2);*/
}

#agenda table.calendar tr.highlight {
}

#agenda table.calendar thead th {
	text-align: right;
	font-size: 18px;
	text-transform: uppercase;
	color: #c95806/*#443f33*/;
	/*border: 1px dotted #443f33;*/
	padding: 5px 7px;
}

#agenda table.calendar tbody td {
	color: #443f33;
	font-size: 20px;
	text-align: right;
	/*border: 1px dotted #443f33;*/
	padding: 5px 10px;
}

#agenda table.calendarSmall thead th {
	font-size: 13px;
}

#agenda table.calendarSmall tbody td {
	font-size: 16px;
}

#agenda table.calendar a {
	color: #666f02;
	display: block;
}

/* @end */

/* @end */

/* @group Big Maschine */

#music {
	padding: 0px !important;
}

#big-maschine-photo {
	display: block;
	position: relative;
	margin: 0px auto;
	width: 657px;
	height: 650px;
	background: url(images/big-maschine.png) no-repeat left bottom;
	z-index: 1;
}

#big-maschine-photo div.pads {
	display: block;
	position: absolute;
	left: 332px;
	top: 311px;
	width: 290px;
	height: 290px;
}

#big-maschine-photo div.pads div.pad {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background: url(images/maschine-pad.gif) no-repeat top left;
	margin: 0px 12px 11px 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#big-maschine-photo #message {
	display: block;
	position: absolute;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	top: 160px;
	left: 170px;
	width: 180px;
}

#big-maschine-photo #message2 {
	display: block;
	position: absolute;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	top: 160px;
	left: 410px;
	width: 180px;
}

/* @end */

/* @group Bookshelves */

#bookshelves {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 737px;
	height: 398px;
	background: url(images/bookshelves.png) no-repeat left bottom;
	z-index: 1;
}

/* @group Bookshelves windows */

#bookshelves div.small-window-left {
	display: block;
	position: absolute;
	width: 197px;
	height: 100px;
	top: 25px;
	left: 47px;
	z-index: 10;
}

#bookshelves div.small-window-left div.glass {
	display: block;
	position: absolute;
	width: 197px;
	height: 100px;
	background: url(images/small-window-left.png) no-repeat top left;
	top: 0px;
	left: 0px;
}

#bookshelves div.small-window-right {
	display: block;
	position: absolute;
	width: 197px;
	height: 100px;
	top: 25px;
	left: 224px;
	z-index: 11;
}

#bookshelves div.small-window-right div.glass {
	display: block;
	position: absolute;
	width: 197px;
	height: 100px;
	background: url(images/small-window-right.png) no-repeat top left;
	top: 0px;
	left: 0px;
}

#bookshelves div.big-window-left {
	display: block;
	position: absolute;
	width: 327px;
	height: 151px;
	top: 200px;
	left: 47px;
	z-index: 10;
}

#bookshelves div.big-window-left div.glass {
	display: block;
	position: absolute;
	width: 327px;
	height: 151px;
	background: url(images/big-window-left.png) no-repeat top left;
	top: 0px;
	left: 0px;
}

#bookshelves div.big-window-right {
	display: block;
	position: absolute;
	width: 327px;
	height: 151px;
	top: 200px;
	left: 350px;
}

#bookshelves div.big-window-right div.glass {
	display: block;
	position: absolute;
	width: 327px;
	height: 151px;
	background: url(images/big-window-right.png) no-repeat top left;
	top: 0px;
	left: 0px;
	z-index: 100;
}

/* @end */

#trophee {
	display: block;
	position: absolute;
	bottom: 390px;
	left: 300px;
	width: 64px;
	height: 105px;
	background: url(images/trophee.png) no-repeat top left;
}

#leica {
	display: block;
	position: absolute;
	width: 114px;
	height: 47px;
	bottom: 0px;
	left: 40px;
	background: url(images/leica.png) no-repeat top left;
}

#ipad-icon {
	display: block;
	position: absolute;
	width: 124px;
	height: 89px;
	bottom: -6px;
	left: 40px;
	background: url(images/icon-ipad.png) no-repeat top left;
}

#books {
	display: block;
	position: absolute;
	bottom: -55px;
	left: 30px;
	width: 216px;
	height: 138px;
	background: url(images/books.png) no-repeat top left;
}

#maschine {
	display: block;
	position: absolute;
	width: 161px;
	height: 137px;
/*
	top: 220px;
	left: 400px;
*/
	bottom: -8px;
	left: 80px;
	background: url(images/maschine.png) no-repeat top left;
}

/* @end */

/* @group Clock */

#clock {
	display: block;
	position: absolute;
	top: 100px;
/* 	bottom: 400px; */
	left: 515px;
	width: 127px;
	height: 128px;
	background: url(images/clock.png) no-repeat top left;
	z-index: 0;
}

#clock .hours {
	display: block;
	position: absolute;
	left: 60px;
	top: 30px;
	width: 5px;
	height: 32px;
	background: gray;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transform-origin: 3px 24px;
	-moz-transform-origin: 3px 24px;
	-webkit-box-shadow: 0px 0px 2px rgba(000, 000, 000, .3);
	-moz-box-shadow: 0px 0px 2px rgba(000, 000, 000, .3);
	/*background: url(images/clock_hour.png) no-repeat top left;*/
	z-index: 0;
}

#clock .minutes {
	display: block;
	position: absolute;
	left: 60px;
	top: 20px;
	width: 3px;
	height: 42px;
	background: gray;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transform-origin: 2px 34px;
	-moz-transform-origin: 2px 34px;
	-webkit-box-shadow: 0px 0px 2px rgba(000, 000, 000, .3);
	-moz-box-shadow: 0px 0px 2px rgba(000, 000, 000, .3);
	z-index: 1;
	/*background: url(images/clock_hour.png) no-repeat top left;*/
}

#clock .seconds {
	display: block;
	position: absolute;
	left: 61px;
	top: 20px;
	width: 3px;
	height: 42px;
	background: #ffc000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transform-origin: 2px 34px;
	-moz-transform-origin: 2px 34px;
	-webkit-box-shadow: 0px 0px 2px rgba(000, 000, 000, .3);
	-moz-box-shadow: 0px 0px 2px rgba(000, 000, 000, .3);
	z-index: 2;
	/*background: url(images/clock_hour.png) no-repeat top left;*/
}

#clock .center {
	display: block;
	position: absolute;
	left: 60px;
	top: 51px;
	background: #ffc000;
	width: 6px;
	height: 6px;
	z-index: 3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*-webkit-box-shadow: 0px 0px 2px rgba(000, 000, 000, .3);
	-moz-box-shadow: 0px 0px 2px rgba(000, 000, 000, .3);*/
}

/* @end */

#guitar {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 737px;
	width: 196px;
	height: 505px;
	background: url(images/guitar.png) no-repeat top left;
	overflow: hidden;
}

#guitar * {
	visibility: hidden;
}

#socket {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 945px;
	width: 40px;
	height: 40px;
	background: url(images/socket.png) no-repeat top left;
}

/* @group iPad */

#ipad {
	display: block;
	clear: both;
	margin: 0px auto;
	width: 792px;
	height: 632px;
	background: url(images/ipad.png) no-repeat top left;
}

#iPad {
	display: block;
	position: relative;
	clear: both;
	margin: 0px auto;
	width: 792px;
	height: 632px;
	background: url(images/ipad-frame.png) no-repeat top left;
}

#iPad div.toolbar {
	display: block;
	position: absolute;
	top: 70px;
	left: 75px;
	width: 592px;
	height: 23px;
}

#iPad div.toolbar span.title {
	display: block;
	position: absolute;
	top: 5px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #31363a;
	text-shadow: 0px 1px 0px #9c9c9e;
}

#iPad div.toolbar span#sidebarTitle {
	left: 10px;
}

#iPad div.toolbar span#projectTitle {
	left: 220px;
	text-align: center;
	width: 300px;
}

#iPad div.toolbar a#infoButton {
	display: block;
	position: absolute;
	top: 3px;
	left: 157px;
	width: 55px;
	height: 18px;
	background: url(images/ipad-info-button.jpg) no-repeat top left;
	text-indent: -10000px;
	overflow: hidden;
	outline: none;
}

#iPad div.toolbar a#upButton {
	display: block;
	position: absolute;
	top: 3px;
	left: 99px;
	width: 26px;
	height: 18px;
	background: url(images/ipad-up-down.jpg) no-repeat top left;
	text-indent: -10000px;
	overflow: hidden;
	outline: none;
}

#iPad div.toolbar a#downButton {
	display: block;
	position: absolute;
	top: 3px;
	left: 125px;
	width: 25px;
	height: 18px;
	background: url(images/ipad-up-down.jpg) no-repeat top right;
	text-indent: -10000px;
	overflow: hidden;
	outline: none;
}

#iPad div.toolbar a#rightButton {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 18px;
	background: url(images/ipad-left-right.jpg) no-repeat top right;
	text-indent: -10000px;
	overflow: hidden;
	outline: none;
}

#iPad div.toolbar a#leftButton {
	display: block;
	position: absolute;
	top: 3px;
	right: 28px;
	width: 26px;
	height: 18px;
	background: url(images/ipad-left-right.jpg) no-repeat top left;
	text-indent: -10000px;
	overflow: hidden;
	outline: none;
}

#iPad div.sidebar {
	display: block;
	position: absolute;
	top: 94px;
	left: 75px;
	width: 153px;
	height: 400px;
	overflow: hidden;
}

#iPad div.sidebar div.mask {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 153px;
	height: 400px;
	overflow: hidden;
}

#iPad div.sidebar ul {
	display: block;
	clear: both;
	width: 153px;
	height: auto;
	list-style-type: none;
}

#iPad div.sidebar ul li {
	display: block;
	clear: both;
	width: 153px;
	height: 49px;
	margin-bottom: 1px;
}

#iPad div.sidebar ul li a {
	display: block;
	width: 143px;
	height: 38px;
	background: #161616 url(images/bg-ipad-sidebar-li.jpg) repeat-x bottom left;
	border-top: 1px solid #3f3f3f;
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #b4b4b4;
	text-shadow: 0px -1px 0px #232323;
	outline: none;
	padding: 10px 0px 0px 10px;
	text-decoration: none;
}

#iPad div.sidebar ul li a small {
	opacity: .6;
	filter: alpha(opacity=60);
}

#iPad div.sidebar ul li a.active {
	background: #8b8b8b url(images/bg-ipad-sidebar-li-active.jpg) repeat-x bottom left;
	border-top: 1px solid #a1a1a1;
	color: #d3d3d3;
	text-shadow: 0px -1px 0px #5e5e5e;
}

#iPad div.main {
	display: block;
	position: absolute;
	width: 438px;
	height: 401px;
	top: 93px;
	left: 229px;
}

#iPad div.main div.slider {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 438px;
	height: 401px;
	overflow: hidden;
}

#iPad div.main div.slider div.mask {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 438px;
	height: 401px;
	overflow: hidden;
}

#iPad div.main div.slider ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 438px;
	height: 401px;
	list-style-type: none;
}

#iPad div.main div.slider ul li {
	display: block;
	position: relative;
	float: left;
	width: 438px;
	height: 401px;
	overflow: hidden;
}

#iPad div.main div.slider ul li img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#iPad div.main div.slider ul li div.info {
	display: block;
	position: absolute;
	top: 401px;
	left: 0px;
	width: 438px;
	height: 401px;
	overflow: hidden;
	z-index: 1;
	background: url(images/ipad-info-bg.jpg) repeat-x top left;
	opacity: .95;
	filter: alpha(opacity=95);
	font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
	color: white;
	text-shadow: 0px -1px 0px #383839;
}

#iPad div.main div.slider ul li div.info h2 {
	font-size: 18px;
	margin: 10px;
}

#iPad div.main div.slider ul li div.info p {
	font-size: 11px;
	margin: 0px 10px 10px 10px;
}

#iPad div.main div.slider ul li div.info p a {
	color: white;
}

/* @end */