#content {
	/*padding: 0 0 0 31px !important;*/
}

.gallery {
	width: 532px;
	padding-left: 32px;
}

.bigImageHolder {
	position: relative;
	width: 377px;
	height: 251px;
	float: left;
	/*border: 5px solid #ff0;*/

}
.color_0 .bigImageHolder, .color_5 .bigImageHolder  {
	border: 5px solid #F7942E;
}
.color_1 .bigImageHolder {
	border: 5px solid #47A6DC;
}

.color_2 .bigImageHolder {
	border: 5px solid #B3B64B;
}
.color_3 .bigImageHolder {
	border: 5px solid #23AAA6;
}
.color_4 .bigImageHolder {
	border: 5px solid #D288BB;
}


.bigImageHolder a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 377px;
	height: 251px;
	display: none;
	z-index: 10;
}

.bigImageHolder a.first {
	display: block;
}

.bigImageHolder img {
	display: block;
	margin: 0px auto;
	border: 0px;
}

.infobox {
	width: 115px;
	float: left;
	padding-left: 10px;
	margin-top: -5px;
}

.smallGalleryHolder {
	margin: 0 0 20px -33px;
	
	
}

.smallImageHolder {
	height: 65px;
	width: 396px;
	display: block;
	overflow-x: hidden;
	padding: 1px 0px 0px 0px;
	float: left;
	margin-right: -10px;
}

.smallImageHolder .smallImageWrapper {
	display: block;
	/*width: 377px;*/
	height: 65px;
	overflow: hidden;
}

.smallImageHolder .smallImageWrapper li {
	display: block;
	float: left;
	/*padding: 0px 10px 10px 0px;*/
	list-style: none;
	margin: 3px 1px 0 0;
}
/*
.smallImageHolder .smallImageWrapper img {
	display:block;
	border: 1px solid #765F3F;
}

.smallImageHolder .smallImageWrapper img:hover, .smallImageHolder .smallImageWrapper ul li.active img {
	border: 5px solid #ED8C01;
}
*/

.smallImageHolder .smallImageWrapper ul {
	margin-left: 0;
}

.smallImageHolder .smallImageWrapper img {
	display:block;
	
	
}

.smallImageHolder .smallImageWrapper img {
	border: 5px solid #fff;
}

.color_0 .smallImageHolder .smallImageWrapper img:hover, .color_0 .smallImageHolder .smallImageWrapper ul li.active img,
.color_5 .smallImageHolder .smallImageWrapper img:hover, .color_5 .smallImageHolder .smallImageWrapper ul li.active img {
	border: 5px solid #F7942E;
}
.color_1 .smallImageHolder .smallImageWrapper img:hover, .color_1 .smallImageHolder .smallImageWrapper ul li.active img {
	border: 5px solid #47A6DC;
}

.color_2 .smallImageHolder .smallImageWrapper img:hover, .color_2 .smallImageHolder .smallImageWrapper ul li.active img {
	border: 5px solid #B3B64B;
}
.color_3 .smallImageHolder .smallImageWrapper img:hover, .color_3 .smallImageHolder .smallImageWrapper ul li.active img {
	border: 5px solid #23AAA6;
}
.color_4 .smallImageHolder .smallImageWrapper img:hover, .color_4 .smallImageHolder .smallImageWrapper ul li.active img {
	border: 5px solid #D288BB;
}


.bigImageHolder div.imageText {
	position: absolute;
	top: -8px;
	left: 395px;
	width: 120px;
	height: 251px;
	display: none;
	z-index: 10;
}

.bigImageHolder div.first {
	display: block;
}

.smallGalleryHolder .scrollKnobLeft, .smallGalleryHolder .scrollKnobRight {
	display: block;
	width: 27px; 
	height: 65px;
	float: left;	
	position: relative !important;
	z-index: 3;*/
}

.smallGalleryHolder .scrollKnobLeft{
	margin-right: 6px;
	position: relative;
}
.smallGalleryHolder .scrollKnobRight{
	margin-left: 10px;
	
}

/* colors */
.color_0 .smallGalleryHolder .scrollKnobLeft,
.color_1 .smallGalleryHolder .scrollKnobLeft,
.color_3 .smallGalleryHolder .scrollKnobLeft,
.color_5 .smallGalleryHolder .scrollKnobLeft
{
	background: url(../images/arrow_left.png) no-repeat center;	
}
.color_0 .smallGalleryHolder .scrollKnobRight,
.color_1 .smallGalleryHolder .scrollKnobRight,
.color_3 .smallGalleryHolder .scrollKnobRight,
.color_5 .smallGalleryHolder .scrollKnobRight
{
	background: url(../images/arrow_right.png) no-repeat center;	
}

.color_2 .smallGalleryHolder .scrollKnobLeft{
	background: url(../images/arrow-left-green.png) no-repeat center;	
}
.color_2 .smallGalleryHolder .scrollKnobRight{
	background: url(../images/arrow-right-green.png) no-repeat center;	
}

.color_4 .smallGalleryHolder .scrollKnobLeft{
	background: url(../images/arrow-left-pink.png) no-repeat center;	
}
.color_4 .smallGalleryHolder .scrollKnobRight{
	background: url(../images/arrow-right-pink.png) no-repeat center;	
}


.bigImageHolder .arrowLeftWrapper, .bigImageHolder .arrowRightWrapper {
	position: absolute;
	top: 0px;
	z-index: 20;
	width: 100px; 
	height: 251px;
}

.bigImageHolder .arrowLeftWrapper .scrollKnobLeft, .bigImageHolder .arrowRightWrapper .scrollKnobRight {
	display: block;
	width: 30px; 
	height: 251px;
	visibility: hidden;
}

.bigImageHolder .arrowLeftWrapper:hover .scrollKnobLeft {
	visibility: visible;
}

.bigImageHolder .arrowRightWrapper:hover .scrollKnobRight {
	visibility: visible;
}

.bigImageHolder .arrowLeftWrapper {
	left: 0px;
}

.color_2 .bigImageHolder .scrollKnobLeft {
	background: url(../images/arrow-left-green.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 11;
}

.color_4 .bigImageHolder .scrollKnobLeft {
	background: url(../images/arrow-left-pink.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 10px;
	z-index: 11;
}

.bigImageHolder .arrowRightWrapper {
	right: 0px;
}

.color_2 .bigImageHolder .scrollKnobRight {
	background: url(../images/arrow-right-green.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 60px;
	z-index: 11;
}

.color_4 .bigImageHolder .scrollKnobRight {
	background: url(../images/arrow-right-pink.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 60px;
	z-index: 11;
}

.galleryPages {
	display: block;
	height: 65px;
	width: 395px;
	float: left;
}


