
/*CONTAINER*/
.mGal_container {
	/*border:1px solid #cc9966;*/
	width:635px;
	height:410px;
	position:relative;
	margin:0 auto;
}

/*LEFT*/
.mGal_left 
{
	float:left;
	height:100%;
	width:532px; /*mGal_container.width-mGal_right.width(149) -1*/
	position:relative;
	z-index:888;
}

/*Image in LEFT*/
.mGal_image {
	z-index:10;
	margin:0 auto;
	text-align:center;
	position:relative;
}

.mGal_image img{
	border:1px solid #33a333;
	padding:0px;
}

/*NEXT button*/
.mGal_next
{	
	background:url("../img/mGal/right.png") no-repeat 0 50%;
	z-index:20;
	width:25px;
	height:100%;
	position:absolute;
	right:1px;
	cursor:pointer;
}
.mGal_next:hover{background:url("../img/mGal/right_hover.png") no-repeat 0 50%;}

/*PREVIOUS button*/
.mGal_previous
{	
	background:url("../img/mGal/left.png") no-repeat 0 50%;
	z-index:20;
	width:25px;
	height:100%;
	position:absolute;
	left:1px;
	cursor:pointer;
}
.mGal_previous:hover{background:url("../img/mGal/left_hover.png") no-repeat 0 50%;}

/*Comments on Image*/
.mGal_imageComments
{
	text-align:left;
	width:100%;
	padding:5px;
	bottom:1px;
	left:1px;
	color:white;
	position:absolute;
	background:black;
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:0.70;
}
.mGal_imageComments h3{margin:0px 0px 0px 0px;}

/*Bottom CONTROLER*/
.mGal_controlerButton
{
	z-index:99;
	text-align:center;
	cursor:pointer;
	height:102px;
	width:102px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-51px;
	margin-top:-51px;
	display:none;
}
.mGal_controlerButton img{padding:0px;}

/*RIGHT*/
.mGal_right
{
	top:0px;
	right:0;
	height:100%;
	width:103px;
	overflow:hidden;
	position:absolute;
	z-index:20;
	/*border-left:1px solid #cc9966;*/
	text-align:left;
	background:url("../img/mGal/mask.jpg")
}

.mGal_thumbsContainer {
	top:0px; /*Important for IE*/
	padding-top:20px ;
	position:relative;
	overflow:hidden;
}

.mGal_thumbsContainer ul
{
	list-style-type: none; 
	margin : 0px;
	padding: 0px;
}

.mGal_thumbsContainer ul li
{
	margin : 0px;
	padding: 0px;
}

/*TOP Move thumbs*/
.mGal_topMove
{
	top:-14px;
	right:-19px;
	margin:0px !important;
	cursor:pointer;
	z-index:999;
	height:27px;
	position:absolute;
	width:29px;
	background:url("../img/mGal/top.png");
}
.mGal_topMove:hover{background:url("../img/mGal/top_Hover.png");} 
.mGal_topMove.disabled{background:url("../img/mGal/top_disabled.png") !important;}

/*BOTTOM Move thumbs*/
.mGal_bottomMove
{
	right:-19px;
	bottom:-14px;
	margin:0px !important;
	cursor:pointer;
	z-index:999;
	height:27px;
	position:absolute;
	width:29px;
	background:url("../img/mGal/bottom.png") no-repeat;
}
.mGal_bottomMove:hover{background:url("../img/mGal/bottom_Hover.png");}
.mGal_bottomMove.disabled{background:url("../img/mGal/bottom_disabled.png") !important;}


/*.mGal_Mask{position:absolute;top:0px;right:0px;;height:100%;width:100%}*/

/*THUMBS*/
.thumb-img 
{
	/*border:1px solid #CCC;*/
	position:relative;
	width:79px; height:64px;
	margin:0px; padding:0px;
	background:black;
	overflow:hidden;
	margin-bottom:10px;
	margin-left:12px;
}

/*.thumb-img.current {border:1px solid #cc9966;background:#ffffff;}*/

.thumb-img img {border:0;cursor:pointer;}

