.combiGalleryLoader{
	position: absolute;
	width: 480px;
	height: 200px;
	background:url("../../../Mediafiles/Images/ajax-loader.gif") center center no-repeat;
}

.combiGallery {	
   	overflow: hidden;
    position: relative;    
    width: 100%;
}

.combiGallery UL {
    position: absolute;   
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0px;    
    margin: 0px;
}

.combiGallery UL LI {
    display: inline;       
    margin:0px;    
}

.combiGallery UL LI IMG{		
	width: 65px;
	height: 65px;	
	border:0px;
	margin:0px;
	padding:0px;
}

.combiGallery UL LI .combiThumb{
	margin-right:3px; padding:0px;	
}

.combiGallery .itemsWrap{
	height: 65px;
	margin-top:20px;
	
}

.combiGallery .posCounter{
	display: none;
}

.combiPresentationImage{
	float: left;
	margin: 0px 10px 10px 0px;
}

.combiGallery .presentationsWrap{
	height: 200px;	
	overflow: auto;
}

.itemsMoveLeft{z-index:10; position:absolute; width: 25px; height: 65px; background:url('../Interface/Front/Images/combiLeft.png');}
.itemsMoveRight{z-index:10; position:absolute; right: 0px; width: 25px; height: 65px; background:url('../Interface/Front/Images/combiRight.png');}
