
#wrapper {
	position: relative;
}
#wrapper img {
	display: block;
	float: left;
}
#images, #thumbs {
	height: 330px;
	overflow: hidden;
}
#images {
	margin: 10px 0;
}
#thumbs {
	width: 540px;
	margin-left: 35px;
}
div#thumbs.thumbs_1 {
	margin-left: 0px !important;
}

div#thumbs.thumbs_2 {
	width: 300px !important;
}

div#thumbs.thumbs_3 {
	width: 450px !important;
}
#thumbs img {
	margin: 2px 10px 2px 10px;
	cursor: pointer;
}

div#thumbs.thumbs_1 img {
	margin-left: 0;
}

#thumbs img.selected, #thumbs img:hover {
	border-color: #333;
}

#prev, #next {
	width: 15px;
	height: 21px;
	display: block;
	text-indent: -999em;
	background: transparent url(../img/carousel_control.png) no-repeat 0 0;
	position: absolute;
	bottom: 60px;
}
#prev {
	background-position: 0 0;
	left: 15px;
}

#next {
	background-position: -18px 0;
	right: 0px;
}

#thumbs img.selected {
	border: 1px solid #ccc;
}

div#thumbs {
	height: 95px;
	overflow: hidden;
}

ul.idTabsShort li a#customerPictures {
	width: 160px;
}