#preview{
	padding-left:100px;
	padding-top:22px;
	padding-right:20px;
}
#preview-window{
	width:301px;
	height:430px;
	background:url(preview_framework.jpg) no-repeat;
	float:left;
	padding:8px;
margin-left: 20px;
}
#left-arrow,#right-arrow{
	float:left;
	width:35px;
	margin-top:200px;
}
#right-arrow{
	text-align:right;
}
#collection-list{
	width:519px;
	height:120px;
	float:left;
	padding-top:18px;
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
} 
#preivew-text{
	float:right;
	text-align:right;
line-height: 16px;
	padding-right:20px;
padding-top:23px;
}

#preivew-text a{
	font-weight: bold;

}


.collection-prev{
	background:transparent url(./movebar.jpg) no-repeat scroll 0 0;
	cursor:pointer;
	height:62px;
	position:absolute;
	right:0;
	top:0;
	width:11px;
	z-index:3;
}
.collection-next{
	background:transparent url(./movebar.jpg) no-repeat scroll -12px 0;
	cursor:pointer;
	height:62px;
	position:absolute;
	right:0;
	top:0;
	width:11px;
	z-index:3;
}