#gallery-adv{
	float:left;
}
.product_gallery .content {
	display: none;
	float: right;
}

.product_gallery .content a, div.navigation a {
	text-decoration: none;
	/*color: #777;*/
	/*border: 1px solid #3C3;*/
}
.product_gallery .content  a:focus, div.content  a:hover, .product_gallery .content  a:active {
	text-decoration: underline;
	
}
div.controls {
	margin-top: 5px;
	margin-right: 10px;
	height: 23px;
	/*border: 1px solid #3C3; outerwrap right controls*/
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('http://www.elexioweb.nl/docs/img/ajax-loader-cart.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 350px
	/*border: 1px solid #0F0; ???*/
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding: 0 -12px 12px 0;
	/*border: 1px solid #ccc;*/
	/*padding:2px;*/
}

div.slideshow a.advance-link {
	/*padding: 2px;*/
	display: block;
	/*border: 1px solid #CCC;*/
}
div.slideshow img {
	border: none;
	display: block;
	/*border: 10px solid #000;*/
}

div.download {
	float: right;
}

div.embox {
	clear: both;
	background-color: #FFF;
	color: #666;
	margin: 5px 4px 5px 0px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 3px;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 3px;
}

div.navigation {

}

.caption {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
zoom: 1;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 10px 10px 0px 0px;
	list-style: none;
	overflow:hidden;
	height:80px;
	width:80px;
	line-height:80px;
	/*height:90px;*/
}

a.thumb {
	display: block;
}

ul.thumbs li.selected a.thumb {
	/*background: #ccc;*/
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	/*display: block;*/
	/*border: 1px solid #ccc;*/
	/*padding:2px;*/	
}


div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 12px;
	/*border: 10px solid #3CF; outerwrapper left*/
}

div.navigation div.bottom {
	margin-top: 14px;
	padding-top: 2px;
	/*border: 10px solid #90F; ouertwrapper left bottom*/
}

div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-left: 10px; /*space between controls left*/
	padding: 4px 7px 2px 7px;
	/*border: 10px solid #ccc; borders left bottom controls */
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	/*border-color: #00F;*/
	color: #fff;
}

.opacity_thumbs-adv{
background:transprant;
opacity: 0.4;
filter:alpha(opacity=40);
}
