/*******************************************************
* Product image panel
*******************************************************/

div#productImage {
	position: relative;
	padding-right: 14px;
}

div#productImage #largeImage {
	float: right;
}

div#productImage div.bundle_brandLogo {
	position: absolute;
	width: 150px;
	top: 0;
	left: 0;
}

div#productImage div.details p.bundleDescription {
	margin-bottom: 10px;
}


/*******************************************************
* Alternative product images
*******************************************************/

div#productImage #alternateImages {
	clear: left;
	float: left;
	list-style-type: none;
	margin-right: 8px;
	position: relative;
	margin-bottom: 30px;
}

div#productImage #alternateImages li {
	margin-bottom: 8px;
}

/*******************************************************
* Viewing options
*******************************************************/

div#productImage #viewOptions {
	clear: left;
	float: left;
	width: 85px;
}

div#productImage #viewOptions li {
	list-style-type: none;
	float: left;
	margin-bottom: 5px;
	width: 40px;
	text-align: center;
}

div#productImage #viewOptions li a {
	color: #000;
}

div#productImage #viewOptions li a.hidden {
	visibility: hidden ;
}

/*******************************************************
* New Static Image Swatches
*******************************************************/

div#productImage #imageSwatchHolder {
	position: absolute;
	right:14px;
	top:0;
}
