/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#imggallery { 
	display:none;
	/*height: 100%;*/
	overflow: hidden;
}


.mggalnavigator{
	width:40px;
	text-align:center;
	/*background-color: #ff0000;*/
	/*padding:10px 0px;*/
}

.mggalnavigator.left{
	/*background-image: linear-gradient(to right, rgba(210,210,210,0), rgba(210,210,210,1));*/
	/*background:rgba(210,210,210,1);*/
}

.mggalnavigator.right{
	/*background-image: linear-gradient(to left, rgba(210,210,210,0), rgba(210,210,210,1));*/
	/*background:rgba(210,210,210,1);*/
}

.mggalnavigatorimg{
	width:40px;
	cursor:pointer;
	padding-top:50px;
}

.mggalnavigatorimg.right{
	background: transparent url('../pic/rightarrow_blue.png') center center no-repeat;
}

.mggalnavigatorimg.right:hover{
	background: transparent url('../pic/rightarrow_grey.png') center center no-repeat;
}

.mggalnavigatorimg.left{
	background: transparent url('../pic/leftarrow_blue.png') center center no-repeat;
}

.mggalnavigatorimg.left:hover{
	background: transparent url('../pic/leftarrow_grey.png') center center no-repeat;
}

.mggalthumbs{
	width:100%;
	/*background:rgba(210,210,210,1);*/
	position: relative;
	overflow: hidden;
	margin:0px;
	padding:0px;
	display:block;   
}

.mggalthumbsslide{
	position:absolute;
	top:0px;
	left:-300px;
	display:inline-block;
	margin-right:50px;
	width:100%;
}

.mggalthumb{
	position:absolute;
	top:0px;
}

.mggalthumb img{
	padding:0px;
	padding: 3px;
	border: 3px solid transparent;	
	cursor: pointer;
}

.mggalthumb img.selected{
	border: 3px solid #5798d5;
}

#mggalimageplaceholder{
	text-align:center;
	padding:20px 0px;
	/*background:rgba(210,210,210);*/
}

#mggalimageplaceholder img{
	-moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;   
}

#mggaltitleplaceholder {
	border:1px solid #5798d5;
	padding:15px 8px 15px 8px;
	background:#eee;
	margin-top:0px;
	margin-bottom:2px;
}

#onimgnav{
	position:relative;	
	min-height:603px;
}

#onimgnav .prev{
	-moz-border-radius:0.10em;
	-webkit-border-radius:0.10em;
	-khtml-border-radius:0.10em;
	border-radius:0.10em;
	width:30px;
	height:80px;
	position:absolute;
	top:200px;
	left:0;
	display:none;
	background: rgba(0,0,0,0.1) url('../pic/leftarrow_blue.png') center center no-repeat;
}
#onimgnav .prev:hover{
	background: rgba(0,0,0,0.2) url('../pic/leftarrow_blue.png') center center no-repeat;
	cursor: pointer;
}
#onimgnav .next{
	-moz-border-radius:0.10em;
	-webkit-border-radius:0.10em;
	-khtml-border-radius:0.10em;
	border-radius:0.10em;
	width:30px;
	height:80px;	
	position:absolute;
	top:200px;
	right:0;
	display:none;
	background: rgba(0,0,0,0.1) url('../pic/rightarrow_blue.png') center center no-repeat;
}
#onimgnav .next:hover{
	background: rgba(0,0,0,0.2) url('../pic/rightarrow_blue.png') center center no-repeat;
	cursor: pointer;
}

