.gallery {
	clear:both;
	padding:0px;
	margin:0px;
}

.selector {
	width: 90%;
	margin: 25px 0px 0px 27px;
	border: 0px solid #fff;
	text-align:center;
}
.selector table {
	margin:0 auto 0 auto;
}
.selector-wrapper {
	overflow: hidden;
	*overflow: "hidden";
	position: relative;
	width:100%;
}

.thumbnail-wrapper {
	width: 1000%;
	position: relative;
}

.thumbnail {
	float: left;
	border-right: 3px solid #fff;
}

.thumbnail a {
	cursor:pointer;
}

.thumbnail img {
	width:60px;
	height:60px;
}
.thumbnail img:hover {
	cursor:pointer;
	*cursor:"pointer";
}
.thumbnail.active img {

}

.selector-left {
	background: #fff url(../images/gleft.jpg) 0 center no-repeat;
	width: 20px;
	height: 60px;
	display: block;
}

.selector-left:hover {
	background: #fff url(../images/gleft_over.jpg) 0 center no-repeat;
}

.selector-right {
	background: #fff url(../images/gright.jpg) 0 center no-repeat;
	width: 20px;
	height: 60px;
	display: block;
}

.selector-right:hover {
	background: #fff url(../images/gright_over.jpg) 0 center no-repeat;
}
.caption {
	float:left;
	display: table;
	height:300px;
	width:140px;
	line-height:14pt;
	font-size:85%;
	padding:0px 0px 0px 10px;
	*padding:0px 0px 0px -150px;
	margin:0;
	text-align:left;
}
.caption_inner {
	width:130px;
	text-align:right;
}
.image-wrapper {
	float:left;
	width:450px;
	height:310px;
	overflow:hidden;
	clear:left;
}
.area {
	display: table;
	#position: relative;
	height:320px;
	text-align:right;
	width:600px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 30px;
}