* { margin:0; padding:0; outline:none; }

.hide { display:none; }

.deact{     
	width: 400px;
	text-align: center;
	padding: 10px;
	margin: 10px;}

.activ{
	width:400px;
	text-align:center;
	padding:10px;
	margin:10px;}


#container_g {
    width:  500px;
    height: 420px;
    background: #111;
    overflow: hidden;
    border: 1px solid #333;
    position:absolute;
    margin-bottom: 20px;
}

#picture_section {
    padding:7px 0 7px 7px;
    width: 480px;
    height: 375px;
    overflow:hidden;
}

#picture_section table {
   border-collapse: collapse;
}

/* every picture will be scaled to fit 100x75 */
#picture_section table td {
   margin: 0px;
   padding: 2px 8px;
   width: 100px;
   height: 75px;
   text-align: center;
}

#picture_section img {
    border:0;
    cursor:pointer;
}
#picture_section img.unscaled {
    width: 100px;
    height: 75px;
}


#controls_vert {
    width:600px;
    height:23px;
    border-top:1px solid #333; 
}
#controls_horz {
    width:600px;
    height:23px;
    border-top:1px solid #333; 
}
#up {
    height:0px;
    width:0px;
    margin-right:7px;
    background:url(/default/images/icon_tj_gallery_up) no-repeat;  
    text-indent:-9999px;
    float:left;
    margin:7px;
    margin-bottom:6px;
    cursor:pointer;border:0; 
}

#down {
    height:0px;
    width:0px;
    background:url(/default/images/icon_tj_gallery_down) no-repeat;  
    text-indent:-9999px;
    float:left;
    margin:7px;
    margin-left:0;
    margin-bottom:6px;
    cursor:pointer;border:0; 
}

#play {
    height:0px;
    width:0px;
    background:url(/default/images/icon_tj_gallery_down) no-repeat;  
    text-indent:-9999px;
    float:left;
    margin:7px;
    margin-left:0;
    margin-bottom:6px;
    cursor:pointer;border:0; 
}

#left_ctr {
    height:0px;
    width:0px;
    background:url(/default/images/icon_tj_gallery_previous) no-repeat;  
    text-indent:-9999px;
    float:left;
    margin:7px;
    margin-bottom:2px;
    cursor:pointer;
    border:0;
}

#right_ctr {
    height:0px;
    width:0px;
    background:url(/default/images/icon_tj_gallery_next) no-repeat; 
    text-indent:-9999px;
    float:left;
    margin:7px;
    margin-left:0;
    margin-bottom:2px;
    cursor:pointer;
    border:0; 
}

div#up.deact { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#down.deact { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#right_ctr.deact { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
div#left_ctr.deact { opacity:0.2; filter:alpha(opacity=20); cursor:default; }

#display_picture_container {
    position:absolute;
    width: 500px;
    height: 375px;
}

#display_picture {
    position:absolute;
    top:61px;
    left:31px;
    top:0;
    left:0;
    width: 500px;
    height: 375px;
    background:#000;
    opacity:0.8; filter:alpha(opacity=80);
    text-align:center;
    font-size:11px;
    padding-top:16px;
}

#display_picture_img {
    position:absolute;
    width: 100%;
    text-align:center;
    cursor:pointer;
}

#display_picture_img img.unscaled {
    width: 500px;
    height: 375px;
}

#right_div {
    position:absolute;
    top:108px;
    left:650px;
    cursor:pointer;
}
