.content-view-full {}
.content-view-full .class-gallery {}
.content-view-full .class-gallery .children-mask 
	{ width: 610px; height: 150px; overflow:hidden; position: absolute; margin-left: 30px;  } 
.content-view-full .class-gallery .children-mask .content-view-children 
	{width: 9999px;  position: relative; left: 0px;  }
.content-view-full .class-gallery .content-view-children .content-view-galleryline 
	{ width: 80px; float: left; }
.content-view-full .class-gallery .content-view-children .content-view-galleryline .class-image 
	{}
.content-view-full .class-gallery .content-view-children .content-view-galleryline .class-image .attribute-image
	{text-align: center; cursor: pointer;}
.content-view-full .class-gallery .content-view-children .content-view-galleryline .class-image .attribute-image img
	{margin: 0px auto; cursor: pointer;}
	 
#large-image-holder {  margin: 40px auto;  }	
#large-image-holder #large-image { width: 650px; height: 400px;   }


#right_button {float: right; background: #4B2805; width: 25px; height: 70px; -webkit-border-top-right-radius:20px;-moz-border-radius-topRight:20px; -webkit-border-bottom-right-radius:20px;-moz-border-radius-bottomRight:20px; color: white; line-height: 65px; text-align: center; cursor: pointer; }
#left_button { float: left; background: #4B2805; width: 25px; height: 70px; -webkit-border-bottom-left-radius:20px;-moz-border-radius-bottomLeft:20px; -webkit-border-top-left-radius:20px;-moz-border-radius-topLeft:20px; color: white; line-height: 65px; text-align: center; cursor: pointer;}
