#collection{
  width: 952px;
  height: 635px;
  margin: 15px 0 15px 0;
}

#collection .productPhoto{
  float: left;
  width: 736px;
  height: 490px;
  overflow: hidden;
}

#collection .productInfo{
  float: left;
  margin-left: 10px;
  width: 206px;
  height: 460px;
}

#collection h1{
  color: #e1b6b2;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Trajan Pro","Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}

#collection .chooseProduct{
  clear: both;
}

#collection strong{
  font-size: 15px;
  display: block;
  margin-bottom: 10px;  
}

#collection .lineDesc{
  /*border: 1px solid #000;*/
  width: 189px;
  height: 200px;
  padding: 5px;
  overflow: auto;
}

#collection .chooseProduct{
  padding-top: 15px;
}

#makeMeScrollable{
  height: 128px;
  position:relative;
  width: 952px;
}

#makeMeScrollable div.scrollableArea *{
  position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#makeMeScrollable div.scrollableArea a img{
  margin-right:5px;
  float: left;
}

.error {
  color:#AF6D95;
  font-size:10px;
}

.plusCursor{
	cursor: -moz-zoom-in;
}

 /**ScrollBar**/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: #aaa;*/
	border-left: 1px solid #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.jScrollPaneDrag{
 /*background: #fff url(/images/icons/scroll.gif) no-repeat 50% 50%;*/
}

.scroll-pane{
  width: 189px;
  height: 200px;
}

