* {
margin:0;
padding:0;
}

body {
background: #000;
}

.mooxy_gallery {
position:relative;
margin: auto;
padding:10px;
background:#000;
}

.mooxy_imagearea {
position: relative;
overflow: hidden;
}

.mooxy_image {
position:absolute;
/*border:2px solid #000;
background:#000 url(images/loading.gif) center center no-repeat;*/
background: #000;
}

.mooxy_image img {
/*float: left;*/
display: block;
margin: auto;
}

.thumbwrapper {
margin-top:10px;
padding:5px 0;
height:52px;
background:#000;
}

.mooxy_thumbarea {
position:relative;
overflow:hidden;
height:52px;
/*width:638px;*/
float:left;
}

.mooxy_thumbs {
position:absolute;
list-style:none;
margin-left:5px;
height:52px;
width:20000px;
}

.mooxy_thumbs li {
float:left;
margin-right:5px;
cursor:pointer;
}

.mooxy_imgnav {
position:absolute;
height:100%;
width:20%;
z-index:100;
outline:none;
cursor:pointer;
}

.mooxy_slideshowstart {
left: 45%;
background:url(/images/play.png) left center no-repeat;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}

.mooxy_slideshowstart:hover {
left: 45%;
background:url(/images/play.png) left center no-repeat;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
}

.mooxy_previmg {
left:0;
background:url(/images/left.gif) left center no-repeat;
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
width: 10%;
}

.mooxy_previmg:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
width: 10%;
}

.mooxy_nextimg {
right:0;
background:url(/images/right.gif) right center no-repeat;
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
width: 10%;
}

.mooxy_nextimg:hover {
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
width: 10%; /* stupid IE */
}

.mooxy_slideright {
background:#222 url(/images/scroll-right.gif) no-repeat scroll center center;
float:right;
height:52px;
width:20px;
}

.mooxy_slideleft {
background:#222 url(/images/scroll-left.gif) no-repeat scroll center center;
float:left;
height:52px;
width:20px;
}
/*
.mooxy_image img, .mooxy_thumbarea ul li img {
border: 1px solid #fff;
}
*/
.mooxy_cache {
display:none;
}

.mooxy_thumbs li span {
display: none;
}

.mooxy_inactive-thumb {
filter: alpha(opacity=40);
-moz-opacity: 0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
height: 100%;
}

.mooxy_thumbs li img:hover {
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
height: 100%x; /* stupid IE */
}

.mooxy_image img{
display: block;
margin: auto;
padding: auto;
}
/*
.txt {
color:#fff;
}
*/
.mooxy_gallery_table {
margin-left: auto;
margin-right: auto;
}

.mooxy_active-thumb {
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}

.mooxy_loader {
display: none;
/*background: red;*/
position:absolute;
z-index:100;
}
