/* CSS Document for javascript imgGallery*/


#bigimgcontainer {
width:620px;
height:380px;
text-align:center;
background-color:#000000;
overflow:hidden;
}
 

#categorycontainer ul {
list-style-image:none;
list-style-type:none;
margin:0px;
padding:0px;
}

#categorycontainer li {
float:left;
margin-right:5px;
padding:2px;
width:100px;
height:100px;
}

#categorycontainer li img {
display:block;
margin-bottom:2px;
cursor:pointer;
}

#categorycontainer li div {
font-size:11px;
}

#controlcontainer {
padding:2px;
position:absolute;
top:335px;
left:138px;
width:354px;
height:35px;
background-color:#000000;
z-index:12;
opacity:0.1;
-moz-opacity:0.1;
filter:Alpha(opacity=10);
}
#picprevswitch {
float:left;
position:relative;
width:150px;
height:15px;
text-align:left;
visibility:hidden;
cursor:pointer;
}
#picnextswitch {
float:right;
position:relative;
width:150px;
height:15px;
text-align:right;
visibility:hidden;
cursor:pointer;
}
#picinfo {
clear:both;
margin:auto;
background-color:#000000;
color:#FFFFFF;
text-align:center;
height:15px;
width:300px;
}


.switches {
width:20px !important;
height:100px;
}
