@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#25222D;
	outline: none;
	font-size: 12px;
	margin:0;
}

a{
	text-decoration:none;
	color:#25222D;
}

a.hover{
	text-decoration:underline;
	color:#333;
}

#container{
	width:940px;
	height:540px;
	overflow:visible;
}

#selector{
	height:540px;
	width:468px;
	display:block;
	position:relative;
	float:left;
}

#photoTitle{
	width:430px;
	height:18px;
	background-color:#25222D;
	color:#fff;
	float:left;
	display:block;
	position:absolute;
	top:270px;
	padding:4px 10px;;
	font-weight:bold;
}

#photo{
	width:450px;
	height:300px;
	background-color:#ccc;
	float:left;
	clear:right;
	position:relative;
}

#pano{
	width:450px;
	height:180px;
	margin-top:35px;
	float:left;
	position:relative;
}

.marker{
	width:24px;
	height:24px;
	font-size:13px;
	font-weight:bold;
	color:#25222D;
	text-align:left;
	line-height:15px;
	position:absolute;
	background: url(images/marker.png) no-repeat;
	background-position:top left;
}

.markerL{
	width:5px;
	height:26px;
	background: url(images/marker.png) no-repeat;
	background-position:top left;
	float:left;
}

.markerR{
	height:26px;
	background: url(images/marker.png) no-repeat;
	background-position:top right;
	float:left;
	padding-top:4px;
	padding-right:8px;
	text-align:center;
}

