#decorator {
	width: 100%;
	height: 588px;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
	position: relative;
}

#decorator img {
	border-style: none;
}

#decorator .selection {
	width: 317px;
	height: 185px;
	padding-left:0px;
	padding-top:11px;
	padding-right: 20px;
	position: relative;
}
#decorator .selection img {
    margin-left:20px;   
}
#decorator .selection .cta {
	font-family: Arial;
	font-size: 9px;
	color: #6699cc;
	position: absolute;
	left: 152px;
	bottom: 13px;
	cursor: default;
}

#decorator .selection a.learn-more {
	position: absolute;
	left: 132px;
	bottom: 13px;
}

#decorator .selection.up {
	background-color: #fff;
}

#decorator .selection.down {
	background-color: #f7f5f1;
}

#decorator .selection.over {
	background-color: #f7f5f1;
}

#decorator .selection .content {
	float:left;
	width: 164px;
}

#decorator .selection.middle {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#decorator .selection img {
	float:left;
	margin-right: 20px;
}

#decorator .selection h1 {
	font-family: Georgia;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin-bottom: 10px;
        margin:0px;
}

#decorator .selection p {
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
}

#decorator .selection.up h1 {
	color: #666;
}

#decorator .selection.down h1 {
	color: #333;
}

#decorator #selections {
	float: left;
}

#decorator #viewer {
	float: left;
	overflow: hidden;
	width: 434px;
	height: 570px;
	padding: 11px 0 0 0;
	position: relative;
}

#decorator #viewer #pointer {
    position: absolute;
    z-index: 5; 
    left:0px;
}

#decorator #viewer .view {
	position: absolute;
	z-index: 0;
}

#decorator #viewer .view img{
	position: relative;
	z-index: 0;
}

#decorator #viewer .view .detail{
	position: absolute;
	z-index: 10;
}

#decorator #viewer .view .marker{
	margin-left: -24px;
	margin-top: -24px;
	width: 39px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#decorator #viewer .view .detail .content{
	width: 230px;
	padding: 5px;
	text-align: center;
	color: #454544;
	background-image: url(../images/detail-content-border.png);
	position: absolute;
}

#decorator #viewer .view .detail .content .bg{
	padding: 9px 14px 9px 14px;
	background-image: url(../images/detail-content-bg.png);
}

#decorator #viewer .view .detail h1{
	font-family: Georgia;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

#decorator #viewer .view .detail p{
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
}