html, body {
	overflow: hidden;
}
body, #c {
	background-color: #2b2515;
}
/* TOP */
#show_top {
	position:relative;
	width:640px;
	height:60px;
}
#show_logo {
	float: left;
	width:190px;
	height: 60px;
	background: url(../../images/paris/show_logo.gif) no-repeat center;
}
#title_td {
	background-color: #433921;
	font-size:18px;
	color:#fff;
	max-height: 60px;
	padding:0 20px;
	vertical-align: middle;
}
.title {
	overflow: hidden;
	width:320px;
	height:60px;
	line-height:60px;
}
/* PAGER */
#pager {
	width:140px;
	position: absolute;
	top:0px;
	right: 120px;
}
#pager .prev {
	display:block;
	width:70px;
	height:60px;
	background:url(../../images/paris/prev1.gif) no-repeat center center;
	float:left;
}
#pager .next {
	display:block;
	width:70px;
	height:60px;
	background:url(../../images/paris/next1.gif) no-repeat center center;
	float:right;
}
/* SHOW MAP */
#show_map {
	position:absolute;
	top:13px;
	right:75px;
	display:block;
	width:34px;
	height:33px;
	background:url(../../images/paris/show_map.gif) no-repeat center;
}
/* EXIT BTN */
#close {
	position:absolute;
	width:28px;
	height:30px;
	top:15px;
	right:15px;
	display:block;
	background:url(../../images/paris/close1.gif) no-repeat center;
}
/* LINKS */
#links {
	padding:15px 15px 15px 100px;
}

/* MEDIA */
#media, #right {
	background-color:#433921;
}
#media #pano {
}
#right .text {
	width: 320px;
	height:295px;
	padding:0px 20px 20px 20px;	
	overflow:auto;
}
#right .text .text_block {
}
#right .title {
	width:100%;
	height:40px;
	background-color: #2b2515;
}
#switch { position:absolute; top:0px; left:0px; display:block; width:45px; height:55px; background:#FCC72B url(../../images/paris/switch.gif) no-repeat; }
#prev_pano, #next_pano { position:absolute; top:0px; display:block; width:99px; height:56px }
#prev_pano { left:50px; background: url(../../images/paris/prev2.gif) no-repeat 0 0px; }
#next_pano { left:155px; background: url(../../images/paris/next2.gif) no-repeat 0 -56px; }
#prev_pano.dis { background-position: 0 -56px; }
#next_pano.dis { background-position: 0 0px; }
/* MEDIA LINKS */
#media_links {
	background-color: #2b2515;
}
/* PANOS */
#panos {
	height:40px;
	margin:0 15px 0 15px;
}
#panos a {
	display:block;
	width:28px;
	height:28px;
	float:left;
	text-align:center;
	line-height:28px;
	margin-right:15px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}
#panos a.active {
	color:#2b2515;
	font-weight:bold;
	background:url(../../images/paris/active.gif) no-repeat;
}
#btns {
	position: relative;
	width:100%;
	height: 55px;;
}
#audio {
	position: absolute;
	top:0px;
	right:0px;
	width:85px;
	height:55px;
	padding-right:14px;
	background: url(../../images/paris/audio_bg.gif) no-repeat right;
	text-align: right;
}

/* SWITCHER */
#switcher{
	display: none;
	position: absolute;
	top:0px;
	right:0px;
	width:360px;
	height:510px;
	z-index: 10;
	color: #fff;
	background-color: #433920;
}
#switcher table td {
	text-align: center;
}
#switcher .header {
	font-weight: bold;
	height: 60px;
}
#switcher .recommend {
	color: #fcce06;
}
#switcher .provider a {
	display: block;
	width: 65px;
	height: 65px;
	padding: 4px;
	margin: 0px auto;
}
#switcher .provider a.active {
	padding: 2px;
	border: 2px solid #c09b0e;
}
#switcher .instruct {
	padding: 30px;
}
/* IMAGES */
#images {
	position:relative;
}
#images_left, #images_right {
	z-index:3;
	position:absolute;
	display:block;
	width:45px;
	height:120px;
	top:5px;
	visibility:hidden;
}
#images_left {
	left:5px;
	background:url(../../images/paris/left.png) no-repeat center center;
}
#images_right {
	left:950px;
	background:url(../../images/paris/right.png) no-repeat center center;
}
/* THUMBS */
#thumbs {
	position:static;
	border-top:5px solid #fff;
	border-left:5px solid #fff;
	border-bottom:5px solid #fff;
	white-space:nowrap;
	clear:both;
	margin-left:-5px;
	width:100%;
	height:120px;
	overflow:hidden;
}
#thumbs img {
	height:120px;
	border-right:5px solid #fff;
}
