/* CSS Document */
.fxgallery{
position:relative;
width:703px;
min-height:405px;
overflow:hidden;
padding: 19px 0 13px;
margin:0px 0 5px 0;

}


.base_mask {
    background: #fff;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    width: 703px;
}

.arrowLeft
{
position:absolute;
top:0px;
left:0px;
width:33px;
height:100px;
background:url(arrow1.jpg);
cursor:pointer;
display:none;
}

.arrowRight
{
position:absolute;
top:0px;
left:670px;
width:33px;
height:100px;
background:url(arrow2.jpg);
cursor:pointer;
display:none;
}


#thumbbase a
{
text-decoration:none;
color:#000000;
}

#thumbbase a:hover
{
text-decoration:none;
border-style:solid;
border-width:2px;
color:#0099FF;
}

#thumbbase img
{
    border: 5px solid #ccc;
    color: #000000;
    cursor: pointer;
    height: 100px;
    margin: 0 0 2px 1px;
    text-decoration: none;
}

#thumbbase img:hover{ border: 5px solid #c41230;}
.act-thum{  border: 5px solid #c41230!important;}

.descriptBase {
   
   
    float: left;
    margin: 11px 0 0;
    min-height: 305px;
    overflow: hidden;
    
    width: 703px;
}

.descriptBase img
{
position:absolute;
background:#000000;
top:10px;
left:10px;
width:300px;
display: none;
}

.descriptBase div {
    background:#f8f8f8;
	 border-top: 9px solid #c41230;
    color: #092864;
    font-size: 12px;
	display:none;
   /* left: 0;*/
    line-height: 20px;
    padding: 10px;
    /*position: absolute;*/
   /* top: 119px;*/
    width: 100%;
}



.fxdata{display:none;}