#frame{
	border:1px solid #646464;
	height: 510px;
	width: 680px;
	padding: 20px;
	padding-bottom: 40px;
	-webkit-border-radius:10px;
	margin-top: 40px;
	margin-bottom: 15px;
	position: relative;
}

#title{
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	left: 20px;
}

#other-galleries{
	position: relative;
	right: 0;
	
}

#controls{
	width: 700px;
	text-align: right;
}

#controls a{
	cursor: pointer;
}

#gallery-thumbs{
	background-color: #efefef;
	border:1px solid #646464;
	height: 510px;
	width: 220px;
	margin-top: 40px;
	padding: 20px 0;
	padding-bottom: 40px;
	text-align: center;
	position: relative;
	-webkit-border-radius:10px;
}

#gallery-thumbs ul{
	list-style-type: none;
	overflow: hidden;
	height: 520px;
}

#gallery-thumbs ul li{
	cursor: pointer;
}

#up {
	position: absolute;
	top: -12px;
	left: 95px;
	cursor: pointer;
}

#down {
	position: absolute;
	bottom: -12px;
	left: 95px;
	cursor: pointer;
}

.other{
	font:normal 14px/30px "Myriad Pro", Arial, Helvetica, sans-serif;
}